Problem related to Configuration of Document Types ?

Hi All,
I am going in spro->MM->Purchasing->PO->Define Document Types. In this after clicking job work PO, I am clicking on Link Purchase Requisition,there comes somedata on right. I wanna know the meaning and purpose of each field like (Doc. Type,Description, Item Category Etc Etc.).

Hi Abhinav
Dty
Documnet type
Diffeent documnet types can be mentioned. On the basis of this document type you can differentiate the purchasing document eg Po, RFQ, SA etc
Description
Item category in purchasing document
    Key defining how the procurement of a material or service item is
    controlled.This determines feild d selection
NAA
Indicator: No account assignment:Thich check box will specifcy if no account assignment is allowed for PO
RS
Indicator: Contract release order/SA delivery schedule
Indicates whether release orders/releases or delivery schedules are
possible in purchasing documents such as contracts or scheduling
agreements.
DI
Dialog indicator
  Indicator specifying that the system is to issue a message to the user
  in the event of this combination of document types and item categories.
Regards
Vikrant

Similar Messages

  • Configure PO document type for "High sea Sale"

    Dear sir,
    Pl. tell me step by step how can i configure new Document type of Purchase order for "High sea Sale" business senerio without GR.
    Thanks/
    Anurag

    Hi,
    In normal case, when you do GR w.r.t. a Normal PO then system updates Stock Quantity as well as Stock Value of Material.
    But in case of High Seas PO, you don't want GR to happen, you want to carry out LIV directly based on PO. So in this case there won't be Stock Quantity updation as well as Stock Value updation i.e. Expense Account will get psted during LIV against Vendor Account. So your High Seas PO should be account assigned PO.
    So to achieve this, create a separate document type for High Seas PO with allowed Item Category as Blank" i.e. Standard.
    Path: - SPRO > MM > Purchasing > Purchase Order > Define Document Types
    OME9 - Create an Account Assignment Category as "Z" (High Seas PO) by copying "K" and in the detailed screen of the same deactivate "Goods Receipt" indicator.
    Now create PO with this Document Type and Account Assignment Category "Z" and check under "Delivery" Tab Page, "Goods Receipt" indicator will be deactivated that means GR not required for this PO.

  • How to configure add document types in pr

    how to configure add document types in pr

    Hi
    Just check out the following document for Configuring PO doc tpe , PR config is similar to that just need to do selection form PR
    [Po doc configuration|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/703cdc83-d604-2c10-c79c-c30eab6c56a8?QuickLink=index&overridelayout=true ]

  • Cannot Relate Look Table to Document Type

    I am setting up a new R&D library. They would like to have attributes or
    properties based off of the document type. Everytime I try to setup a
    look table to use Document Type as the parents it clears it. If I
    manually type Document Type in as the Related Table, it give the error:
    "You may only relate a table to another table that exists, has no
    parent, and is either Document Type or is user-defined table. Select a
    table from the list."
    Now it show Document type in the lookup selection but will not select
    it. Is this a feature that was available at one time and removed or is
    it a feature that has been disabled for some reason? Maybe a problem
    with the snap-in.
    Any Suggestions?

    John,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Problem With Cutom Configuration with Object Type

    Dear Guru's
    I am working WebUI, I am facing a problem with Custom Configuration.
    1. The initial requirement to control the visibility for a dropdown event in ERP Quotation.
    2. To this i copied the default configuration to custom configuration with custom Object type and Subtype.
           CONFIG KEY: ZPJQTN
           OBJECT TYPE: ZOTYP_CONFIG
           OBJECT SUB TYPE:  ZSTYPE_CONFIG1
    3. I have created customm fields in enhancement.
    4. Now i chosen my new configuration (ZPJQTN,ZOTYP_CONFIG,ZSTYP_CONFIG1), when i click Show available fields, the custom fields are not showing. Instead the created fields are available at other configuration.
    5. I am able to control the visibility for the standard available fields.But i am not getting the custom created fields
    (Note:  I have created the Object type and Object sub type as follows: SPRO->CRM->UI Framework->Define Object Types
    Object type: ZOTYP_CONFIG Callback class: ZCL_CONFIG_CALLBACK
    Redifned the method: IF_BSP_DLC_OBJ_TYPE_CALLBACK~GET_OBJECT_SUB_TYPES
    Coded as below:
      data: lv_subtype type bsp_dlc_object_sub_type.
      lv_subtype = 'ZSTYP_CONFIG1'.
      append lv_subtype to result.
      lv_subtype = 'ZSTYP_CONFIG2'.
      APPEND lv_subtype to result.
    Now Please suggest me how to achieve this.
    Also please let me know, whether i am following the correct procedure for controlling the visibility.
    Thanks in Advance,
    S.Meganadhan.

    Hi Harshit,
    I added custom fields using AET only.
    I am able to see the field got added in the structure. I am able to access GET and SET methods of the field.
    But the problem is, it is not getting saved. Am i missed any configuration step?
    Please suggest me.
    Thanks in advance,
    Regards,
    S.Meganadhan.

  • Problem in FEBA / FB05 with document type

    Hi:
    I have a requirement. My users need the possibiliyu to choose the document type when they use FEBA TX. When FEBA is used, it calls FB05 TX, but you cannot choose the document class. We have defined a posting rule that uses in only a document type in this case, but when we use FEBA we cannot change document type. We need the possibility to choose several document types. I tried with OB28 Validation of Accounting Documents, but doesn`t work.
    Please, do
    you have any idea, user exit or solution for this problem? Release 4.6.C
    Thanks in advance.
    Best regards

    the structure arc_buffer has following fields
    RCSZK
    RNAME
    CHECKSUM
    FLAGS
    SEGMENT
    so in the routine
    PERFORM read_file USING handle_tab_wa-offset record_len
    CHANGING arc_buffer(record_len)  "here just use it like arc_buffer-<field_name>(record_len)
    error_handling
    p_message.
    or before calling the perform statement
    data:lv_string type string.
    call method cl_abap_container_utilities=>fill_container_c
    exporting
    im_value = arc_buffer
    importing
    ex_container = lv_string
    exceptions
    illegal_parameter_type = 1
    others = 2.
    PERFORM read_file USING handle_tab_wa-offset record_len
    CHANGING lv_string(record_len)  "here just use it like arc_buffer-<field_name>(record_len)
    error_handling
    p_message.

  • Reason to configure diff documents types?

    Hello Gurus,
    I have couple of queries which i've posted in different threads to award points seperately.Firstly I need to know what are the different possibilities in which we need to configure a sales,delivery or billing doc types especially when most type of different possibilitiwes with docs are already defined in the standard SAP system.Like for standard order, consignments.SA'S,Contracts,rush order,cash sales etc they are alreadt predefined in standard SAP System.
    I would be greatful if one can give me few situations where we need to configure sales,delivery and billing docs types.
    Thanx in advance.
    Points assured.
    Email Id:- [email protected]

    Hi Ashish,
    There can be various scenarios where you would need to deviate from the standard processes which have been mapped through the document types.
    For example
    1. Employee Purchase of an organization: Say in a FMCG company the employee sale needs to be handled in a differnt way ( in terms of pricing, delivery, credit block, etc)
    2. Dealers: You would want to handle the sale to your dealers in a different manner. It will not be similar to the sale to end customer and wldnt be similar to customer consignment.
    3. Returns through service stations: If you receive your return not directly through the end customers but through a service station which is not owned by the company, then the process is totally different.
    Hence there are multiple scnarios which would require the Sales/deliver/Billing docs to be copied from the standard ones and hence need to be configured according to the requirement.
    Pls award points if useful.
    Reg
    sachin

  • Problem Related to Creation of Ordr Type And It's Nerw Series Creation?

    Hi All,
    I want to create New Order Type For Po and also create it's new Series , So please tell me how can I create this.

    HI,
    You will have to copy it from an existing One say from standard PO doc Type NB to ZNB
    then rename it, you can do so by following the path
    IMG->MM->Purchasing->PO->Define Doc types-
    Select the document type from which you want to copy
    Mention there the field selection grps and also mantain the allowed Item categories ...
    Also mantain the inetrnal no range or external no range initials
    For no range :
    IMG->MM->Purchasing->PO->Define Number ranges-
    Regards,
    Sujoy

  • Relation between partner function & document type

    Hi,
    Is there any customization setting for vendor partner role & FI document type?
    When I use the partner role PI(invoice presented by), MIRO document created against the vendor defined against the partner role 'PI'. However when I defined a new partner role 'XA' - copying from the partner role PI- MIRO document not created vendor against partner role 'XA'.
    Your input should be highly appreciable.
    regd,
    sp sahu

    Hi John,
    The partner types allow us to distinguish between different business partners such as customer, vendor, employee etc and the partner functions represent the functionality or role each partner plays within the business transaction.
    For example under the partner type Customer, you will find - Sold to party, Ship to party, Bill to party, Payer.
    The business partners that exist in the market place are represented with a partner type in the R/3 system. Examples of business partners are customer, vendor, employee and contact person.
    The following partner types are defined in the partner processing for the sales & distribution module –
    a.     AP – contact person (06)
    b.     KU – customer (07)
    c.     LI – vendor (08)
    d.     PE – employee/personnel (09)
    Assigning the partner functions in the SAP system determines the functions of particular partner in the sales process. One partner may take on several functions also.
    REWARD POINTS IF HELPFUL
    Regards
    Sai

  • BASIS--to restrict authorization for a PO document type & 122 movement type

    Dear All,
    Plz guide me how to restrict authorization for a PO document type & for a movement type 122 i.e. for eg. if a user has authorization for PO document type IC then he should not be able to rum movement type 122 for any T-code he runs.
    Thanks in advance
    Arpit
    Basis

    Hi,
    Your request was not too clear to me.. As per my unde
    Here is some details of Authorization object related to Purchase Order:
    Document Type in Purchase Order( M_BEST_BSA )
    Purchasing Group in Purchase Order (M_BEST_EKG )
    Purchasing Organization in Purchase Order  (M_BEST_EKO)
    Plant in Purchase Order  (M_BEST_WRK )
    Document Type in Outline Agreement (M_RAHM_BSA )
    Purchasing Group in Outline Agreement (M_RAHM_EKG )
    Purchasing Organization in Outline Agreement ( M_RAHM_EKO )
    Plant in Outline Agreement ( M_RAHM_WRK )
    This can be helpfull to you to restrict authorization to PO..
    In Organization Level, it can be restricted by Purchasing group, Purchasing organization and plant..
    Regards,
    Sandip

  • PO Document Type Without Good Reciept and Invoice Reciept

    Hi All,
    Can i configure my document type in such a way that it do not require Goods Receipt as well as Invoice Verification. I know i can do the same with Account assignment category. But what if i am not using any particular account assignment category and i want this functionality
    Lekhram

    Hi,
    I am still struggling with the basic requirement.
    You want a PO that will not be received and not be invoiced?
    If it is not to be invoiced then the price will have to be zero as well????
    What is the point of such a PO, why not just use a program to send a flat file with the basic data on it instead.
    A PO is meant to be used to request a delivery or service from a supplier, this scenario does not really seem to fit with the use of a PO.
    If you really must do it, then I would use a separate document type for the PO (just to keep these separate and to give you some extra options). Then (as recommended above) use a special account assignment category so that you can set the GR and IR off and protect the field from being changed (by leaving them blank and flagging the "binding" flags on each).
    Good luck
    Steve B

  • PO document type not transferring to Customs management

    Hi,
    We have configured PO document type in GTS for Import and it got transfer to Complaince not to customs.  I have created CULOIM document type and item category on customs.  when i checked on this table /SAPSLL/V_TLEYVS i couldn't find CULOIM document type..  When i try to create a new one it say CULOIM document type already exist...
    I do not know why it is saying like that even document type not there in that table and where would i find that.
    One more question:
    When we assign document type to logical system on Customs we can see GTS document type field... when you press F4 you can see CD Cat - A... Can you tell me what is that and where do you define and assign to custom document type.
    regards
    rc gopi

    You can maintain the table by going into the SPRO and defining the doc tyoe you looking for , Onc eyou maintain there it reflects in in this table as it Configuration table.
    If you want to delete , add any entry directly in table then u can do that by getting in debug mode.
    Select a  entry in table
    Double click on it
    Do /h  to switch on the debugging
    Press Enter
    You will See different Case for "Code"
    Type the filed name Code in in "field Name"
    it will display the value 'SHOW'  you can change this value as desire like to Delete 'DELE' , to insert new value 'AVNO' and then click on change pencil.
    and press F8.
    Now you come to the screen where u can do the changes and save it.
    Custom Doc Category is taken automatically by SAP as for Export and Import doc type  in customs it is always A.
    If you cDefine Document Types for Advance Docs for Customs Declaration it is C.
    Each category has got it one chateristics , so if we defining correct documnet type we need not to worry for category as it will by default come as set in SAP.
    Kind Regards,
    Sameer

  • Document Type Not Found in Shift Note Settings

    Dear gurus,
    I'm implementing Ecc-dimp function, shift note report.
    I check in PRD SPRO configuration:
    Logistics General -> Make Settings for Shift Note, I have made one Shift Note Type "MS".
    The settings from DEV Server (transport) is "DMO", but when I browse (F4), there's error "Document type DMO cannot be used".
    I've CORRECTLY configured the document type in DMS in production (used by MM consultant for MARA attachment).
    Then I check the settings in DEV server, and browse (F4) on the same configuration.
    There's only one document type which can be used, that is "DMO"
    Here's the error in PRD system:
    [http://postimage.org/image/bjyus8a3x/]
    Is it some SAP bug?
    Thanks for help.
    Best Regards,

    We're running ECC 6.0 EhP4.
    Technical component is 7.01 level 0009
    Business software component is 604 level 0009
    Latest kernel patch
    Regards,

  • New Document Types and new Number Ranges

    Hi,
    Plz tell me How to configure New Document Types and new Number Ranges for Services and Asset Purchases.
    How can i maintain Services with or without Master data.
    Plz tell how much services are there and how to configure step by step

    Hi
    New document type can be configured in SPRO - SAP IMG- Material management - Purchasing - Purchase order - Define number rabges / define document types.
    With out service master straightaway you can create the Service PO with account assigment.
    AC03 - Create service master record.
    ML10 - Model service specifications
    Then Service conditions ML33 or ML39 or ML45
    Create the PO and then do the service entry in ML81N
    Regards,
    Raman

  • Partner role and document type.

    Hi,
    how can I link partner role to document type?
    The problem is that for some documents type in POs creation
    is not possible see in partner view (header) any partner.
    The same happens in printing, I've to select the partner manually.
    The inforecord exists.
    How can I solve the above problem?
    Best regards

    Go to SPRO-MM-Purchaisng-Partner determination-Partner Settings in Purchasing Documents
    here u can do all the settings

Maybe you are looking for

  • How to save, back up or move PS Album 2.0 catalogs without losing the captions?

    For years I have saved thousands of pics in PS Album 2.0 with valuable info (plant & animal IDs, locations, etc.) typed as captions. When I try to back the pages up on CDs or copy to an external drive, I save the edited pics, but loose the captions.

  • High Screen resolution from remote computer?

    Is there any way to dictate what resolution you want the remote computer to be when you display it on your own computer? It seems the biggest I can get the remote computer to show up on my computer is the highest resolution it shows inside the DISPLA

  • Upgrade Issue - Status MVA0

    Hi All,         I had met this error:Status MVA0 of the user interface SAPLCSDI missing at when I run CS01/ CS02. And I also met the error:Status MAA0 of the user interface SAPLCSDI when I run CS03. Do anyone can share the experience to solve this er

  • Please Help: create a procedure that needs a sys view

    Hi gurus, I am trying to create a stored procedure that opens a cursor for a select on a view owned by sys, but the errors says table or view does not exist. I can select * from the view (sys.mgw_gateway) from SQL*Plus or any other tool. Anyone have

  • The "Gmail" Google IMAP account could not be removed

    I am unable to remove the Gmail imap account from the Mail client 7.0 instead I get the following message: Account removal failed with error: "The operation couldn't be completed. Unable to find an account for the UID given.". You can try deleting th