Document types in qm module

Hi, Please advise what is the purpose of document types in qm module?also advise the standard documnt types available in qm module?

Hi
Defineation: categorization of documents in document management according to their distinguishing characteristics and the organizational procedures that result from them.
The following criteria are used:
Status processing
Version assignment
Type of number assignment
Internal number range
External number range
The following document types are used by various applications and should not be changed:
Print list
Quality agreement
Technical delivery term
Regards
Sujit

Similar Messages

  • Reversal Document Type in FI module

    Hi,
    I would like to ensure that when A/P payment reverse, then SAP will generate KA document type in their respective table?
    regards,
    Syed Tayab Shah

    We had the same requirement when we implemented SAP. The first thing you have to do is realize that a ten character document number is something you cannot get around.
    Why don't you let SAP generate the document number automatically and put the legacy document number in a different field?
    Rob

  • Only Allow ONE Document Type??

    Hi Experts,
    we use the config "Define Account Assignment Cat. and Document Type for Purchase Requisitions" to assign document type for PM module.
    What if i need more than one document types for different company code? seems like the system allows me to assign only ONE document type.
    Please advise
    Thank You

    Hi ,
    I think you can use the below exits for your requirement :-
    1. COZF0001 [For PR doc changes to service ] and COZF0002[For PR document type changes to non stock material] .
    2. You can use tables AUFK,EBKN,EBAN ...
    regards
    pushpa

  • PO document type for automatic PO is transportation module

    Hi,
    I am generting automatic POs through transportation module. I am able to assign plant, P.org and P. group through transportation planning point for automatic PO but it is always creating PO of NB type. Is there any configuration where I can change the PO type for automatic POs in transportation?
    Thanks & Regards,
    Yuvnish

    Hi
    Check the path :-
    IMG-->Material Mgt. -->Purchasing --> Define default Values for Document Type.
    Regards
    Amitesh Anand

  • EasyDMS : Function module to define allowed document types

    Hello together,
    I am working on EasyDMS 6.00 and have implemented the function module "Z_EASYDMS_GETDOCTYPES" to have a filtered list of allowed document types for creating folders and documents in EasyDMS.
    But this FM does not seem to work, the list still contains all document types that are customized in R3.
    Here is my implementation:
    FUNCTION z_easydms_getdoctypes.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(FOLDERDOCUMENT) TYPE  BAPI_DOC_KEYS OPTIONAL
    *"     VALUE(ISFOLDER) LIKE  BAPI_DOC_DRAW2-CADINDICATOR OPTIONAL
    *"  EXPORTING
    *"     VALUE(RETURN) TYPE  BAPIRET2
    *"  TABLES
    *"      DOCUMENTTYPES STRUCTURE  TDWAI OPTIONAL
    * default implementation: define some document types
    * for documents and folders
      DATA: ls_tdwai TYPE tdwai.
      REFRESH: documenttypes.
      IF isfolder IS INITIAL.
        ls_tdwai-dokar = 'IMP'.APPEND ls_tdwai TO documenttypes.
        ls_tdwai-dokar = 'TST'.APPEND ls_tdwai TO documenttypes.
        ls_tdwai-dokar = 'DMO'.APPEND ls_tdwai TO documenttypes.
        ls_tdwai-dokar = 'DRW'.APPEND ls_tdwai TO documenttypes.
      ELSE.
        ls_tdwai-dokar = 'IMP'.APPEND ls_tdwai TO documenttypes.
        ls_tdwai-dokar = 'DMO'.APPEND ls_tdwai TO documenttypes.
      ENDIF.
    ENDFUNCTION.
    Any help would be great!
    Thanks in advice,
    Andreas

    Hi Andreas,
    concerning the used function module I can tell you that it is called in Easy DMS. Before Easy DMS calls this module an availability check is made if it is activated too. So please check if the mentioned function module is activated in your system.
    Further I can recommend you to delete the RFC Cache in Easy DMS and check again if the desired functionality is available now.
    If this doesn't help the problem may be caused by the implementation of the function module.
    Best regards,
    Christoph

  • Multiple Document Types for PRs generated through PS Module

    How to create PRs with multiple Document Types as standard SAP allows to generate PR with only one Document Type?
    Thanks in advance for any help.
    Regards,
    Mohan

    Hi
    Can be achieved through development.
    Use user exit :
    COZF0001 For PR doc changes to service
    COZF0002For PR document type changes to non stock material
    Regards

  • PO Document Type for Free Goods only

    Good day,
    Business Scenario: Client wants to track FreeGoods made. To solve this, we have created PO document type "Free Goods PO"
    Current: I choose Free Goods PO, input materials and then tick the FG indicator.
    Question: Is it possible that for this document type, every material I put, the indicator is automatically ticked? And that only free goods can be placed in this document type?
    Thank you,
    Simon

    Simon,
    You will need someone with a developer key to be able to implement the code.  However, in the main PO processing program SAP has created spots where customers can add custom code for situations like this. 
    If you go to transaction SE81, you can select the MM module.  From there click the "Select subtree +/-" button (will highlight MM in yellow).  After that click "Information System".  This will bring you to the developer workbench where you can review all of the enhancement spots and user exits in the MM module.
    If you expand Enhancements, and click on Enhancement Spots, a selection screen should appear to the right.  In enhancement spot enter 'es_saplmepo' and execute.  Double click on the enhancement spot.  That will produce the list of all of the enhancement points within that main program.  There are ones specific to the header fields as well as item fields.
    If you scroll down to "item_process_main_01" and double click it will bring you into the code where the above if statement can be added (for some reason it doesn't bring be right to the item_process_main_01 spot so i have to scroll to find it).
    As the program is running it will hit your enhancement and process that as it is going.  A developer can provide more details.
    Hope this helps,
    Matt

  • Restriction of GR & IR for PO with specific document type

    Hi,
    How we can restrict doing Goods Receipt & Invoice Receipt for a Purchase order, instead they do the payment directly for the Purchase order item in FI. We need to restrict GR & IR for PO with particular document type.
    Regards,
    Srinivas

    Hi,
    Yes i do feel the same. Normally if a PO is created means system expects a GR and and IR .If you do not expect the ir means it is a free entry.
    But however you can control the GR / IR through account assignment .please check the account assignment definition at SPROMMPUR-Account assignment-AAcategory.
    Once the PO is created with account assignment the procurement is for consumption  (non stock)
    if it is a stocked procurement system will check the GR/IR indicator in the PO.
    When a PO is created in MM module and the cycle is not completed , it will always show as open PO.I think the context for FI direct posting will be differrant.
    Regards,

  • Revenue Account Determination based on Sales Order Document Type & Service Order Type

    Hi Expert,
    I have Customer Service Module with Resource Related Billing for services attached with SD.
    When DP90 runs sales document debit memo request is created & then debt memo is created.
    I need to configure Revenue Account Determination based on Sales Order Type and also based on Service Order Type.
    I did not see any field catalogue in revenue account determination for order type, For communication structure KOMKCV Header and KOMPCV Item level there is no field for sales order type nor service order type.
    Is it possible to bring in both order types? Can ABAP person do it?
    How to bring these fields?
    Is it possible & recommendd to have service order type filed AURAT for service order into this sturcture?
    Is this configuration is OK acceptable by SAP? If so is there any chnace for issues errors & wrong determination from FI CO view?
    Your valued input is highly appreciated.
    Thanks
    Prakash Parikh

    Hi Prakash,
    Yes, you can certainly add new table fields into the field catalog KOMKCV and KOMPCV and use it during account determination. You will also have to add these new fields in the user exit RV60AFZZ for it to work. I believe you will need ABAPer's help to make this work. The abaper will have to crate a ZZFIELD (ZZAUART for example) and put it in the structure and use the same in the user exit to pass the values.
    In your case, what I am not sure is, are you looking to modify the existing standard tables or creating new ones. My suggestion is to create the new condition tables with these new fields (like document type) after adding it to the field catalog. Only modify the access sequence (KOFI) in such a way that your new tables are access first before it goes into standard tables (or you can adjust it according to your scenario.
    We have done it in our company and it is working fine. Basically what we have done is to create new tables instead of modifying the standard ones. We have adjusted the access sequence in such a way that some of our custom tables are accessed first before the standard SAP tables (C001 to C005).
    I found a similar requirement on SCN. This might help.
    Adding New Field in Account Determination
    Hope this helps.
    Regards,
    Mukund S

  • Looking for a function that returns the currently opened document type

    Dear SAP gurus
    I have a user exit for transaction VA02. In VA02, when I click on button (Item details-configuration),
    it launches a URL in a browser. I am asked to add to the URL, values like Document Type, Document Number
    and Line Item Number.
    I can get Document Number and Line Item Number from the presently opened Sales Document by using the standard Function 'CUCB_GET_OWNER_OF_CFG'.
    However, I am not able get the value of Document Type. Is there any function that will give me
    the value of the Document type of the present document that is open.
    Any feedback/Suggestion will be highly appreciated.
    Thanks
    Ram

    If you're in a VA02 user exit, the document type should be in VBAK-AUART, if I remember the field name correctly.  I would think that ANYWHERE in VA02, that field will be available to you.
    If you want the text of the document type, forward navigate from vbak-auart data element to the domain and look at the values...there'll be a config (T) table (and you may need to add T to the end to get the associated text table) that describes the document type in your system's language,  like:
    E OR   Order
    or something like that...  Sorry, in my installation, we don't use the logistics modules, so I'm writing from memory.

  • Document Copy PS/DMS module

    Hi All,
    I need to copy the document from one place/level to another place/level. I am not supposed to use down load and upload concept as ther could be more documents per one review. It's basically PS module. I just want to checkout doc form one place and check in it to another place.
    Lets specifically explain....
    I need to copy documents of all document types of one credit which are at credit level and
    paste it at Review wbs level. where all the credits belong to that Reveiw wbs.
    With out using document down load and upload, rather using check out and chekin.
    Is there any BAPI or approach to do it.
    Thanks in advance.....

    Hello,
    if i get your question right, it's just changing the connecting information to a document from one sap-object to another. this connecting information is in one of the tables TOA01, TOA02 or TOA03, depending on the customizing.
    You could just try to identify, in which table the information is and update the specific entries.
    Or have a look on the function modules in function-group OPTB, e.g. ARCHIV_CONNECTIONTABLE_INSERT.
    But a real bapi i've never found in that area.
    Regards Wolfgang

  • Document number in FI module

    We are implementating only FI module ( dont have any MM, SD, PP no other module) and the document range for all documents type has been defined external,
    I have to upload opening balances, the problem i am facing is the external Document no (as per the legacy) Which will be entered is 20 character, the external number range is allowed only upto 10 characters,
    How do I go for uploading the balances,

    We had the same requirement when we implemented SAP. The first thing you have to do is realize that a ten character document number is something you cannot get around.
    Why don't you let SAP generate the document number automatically and put the legacy document number in a different field?
    Rob

  • Multiple document types per Network in Purchase Requisition stage

    Hi,
    PRs get created automatically whenever we attach the material component to an activity.Required Document type of PRs are maintained in transaction 'OPTT'.
    My Client is using three document types for Imports, Material Procurement & Services Procurement respectively & he wants all the three document types to be mapped in Project System implementation.(All other modules have been implemented long back & now IM&PS modules are being implemented)
    In transaction OPTT, only one entry is possible to maintain as Document Type. Can anybody share how to maintain three Document Types?
    Thanks
    Kishore

    Hi Kishore
    Let me clarify one thing that Tcode:OPTT is to specify purchasing item categories(account assignment categories) and a purchasing document type for purchase requisitions in the network, this is not the area where u create new document type.
    1) u can create new document types in the IMG>Material Management >Purchasing > Purchase requisition>define document types. where in u have define the new document type with the allowed categories and link purchase requisition with the document types.
    2) U have to link this document type to the PO document type.
    3) Then go to the OPTT transaction maintain the account assignment categories for the new document type created.
    Reward points if useful
    Regards
    Murali

  • How can I combine profiles for different document types ?

    Hello, we work with SAP basis 6.40 and we have several different documents set up in DMS. We want to allow users to see only selected app. files depending on the document type. Let me set an example:
    DOKAR = ZDT only .pdf (profile name DMS_ZDT)
    DOKAR = ZCS only .doc and .xls (profile name DMS_ZCS)
    We created 2 profiles and assigned them to 2 roles.
    The user with both roles who enter in the CV03N will see only .pdf files regardless of the DOKAR.
    Is there some way to obtain a different filter based on the document type ?
    Thank you,
    Vincenzo Lucarelli

    Dear Mr. Lucarelli,
    based on your description I think the responsible function module is 'CV119_GET_USER_PROFILE'.
    Due to information from our development team it is recommended to assign only one role to one user or profile. For further information you an see also the Online documentation. Due to this fact that function module only keep in mind one profile and does not take into account the second one.
    Please consider following scenario as an example:
    User 1 -> Role A -> Profile A
                -> Role B -> Profile B
    "User 1" will not be able to use all the profiles.
    This is according to the logic in FM CV119_GET_USER_PROFILE.
    As per the documentation in the customizing of DMS for profiles there is a recommendation that recommends to assign only one role to a user or activity group. So I think that the single profiles should be assigned directly to the user and not by using a role.
    Best regards,
    Christoph

  • FI Archive FI_DOCUMNT  all document types

    Hi Experts,
    Now I am doing archiving in FI Module.Business object is FI_DOCUMENT,Document type: All.
    The total No of records to be archived: 8,50,000.
    Period wise  i am doing archiving,while doing archiving Read action is taking more time for execution.
    Can i skip the Read action?,means after write action can i go for direct Delete action.
    is there any issue for skipping Read action?
    Thanks and Regards,
    Veera.

    yes,i got reply from SAP,we can skip read action,before that in variant creation we should maintain this,
    Spool Parameters: spool retent period: do not delete
                                  select cover page check box enable
    then in variant
    Detail Log:Complete
    Log output:List and Application Log.
    we can get detail log after write action job completed.
    Regards,
    veera.

Maybe you are looking for