Default Layout by PR Document Type

I am trying to define different layouts based on different PR document types.  I noticed there are two fields when defining a new document type.
Field Selection
Layout
I have been able to use the Field Selection option to control what is available on the screen, but not the sequence the fields are in. I am not sure how the Layout field is suppose to work, but I entered the Variant I created on ME51N, but it didn't work.
Any help or clarification on the Layout field would be much appreciated.

Bradley E...you had asked in one of your post about the purpose of the layout field on field selection.  Did you ever get an answer on this?  We have a value of SRV in that field and I'm wondering what it means (and what will happen if I remove it.)  I'm trying to figure out why our validity dates aren't coming up anymore on framework PRs and I think it might have to do with this layout field.
Thanks!

Similar Messages

  • Define new Layout for PO document type

    Dear Experts ,
    Where can we define the layout like SRV etc to be assigned in PO document type ?
    Regards
    Anis

    Hi,
    Purchasing screen field selection is controlled by the linkage between Document type and Field selection key assigned to that Document type e.g. for NB its NBF so if you want a choose the Fields as per your records then try
    SPRO => MM => Purchasing => define field selection groups for purchasing...
    here you can maintain your fields Suppressed, mandatory or optional...
    Try at your end
    Regards,
    Ninad Kshirsagar

  • Defaulting a particular PO document type for a user

    Dear Experts,
    My requirement is that whenever I execute tranaction ME21N to create a PO, I want the system to default a particular document type (for example..CAPEX PO or Standard PO). In the present scenario, if I dont notice the PO type there are high chances of me creating the PO inder wrong document type.
    Is there a solution to this?
    Thanks,
    Boby Mathew

    Hi,
    SPROMMPurchasing--Define Default Values for Document Type.
    Here maintain doc type against ME21N whichever you want to be defaulted. If ME21N is not there then Just define it and maintain the pur doc type.

  • Can we default Tax code at document type level

    Hi SAP Experts
    Please clear my doubt whether we can have tax codes defined at document type level?
    Thanks
    GKK

    Hi Gkk
    Yes you can do it. you can default tax code by using badi
    Thx

  • Assign default company code to document type

    Hi,
    When I am trying to excute the t.code FB60 first time, a popup is coming for entering company code.
    The popup for entering the compnay is coming for every user when he log into the system first time.
       I want to assign company code default for t.code FB60.
    Thanks and regards,
    Lokesh

    The parameter ID of the field Company Code is BUK.   In mass change enter this parameter ID in the parameter tab of all users (T.Code SU10).  Your Basis colleague may help you in this regard.
    I think Screen variant may also help in this regard.  (SHD0)
    Another option may to enter a substitution from OBBH (Activation and in environment define Substitution)

  • Purchase Order Document Type Defaulting in ME58 while converitn PR to PO

    Dear All
    While converting Purcahse Requesition to Purchase Order in ME58, System defaults one Purchase order document type . Ofcourse we can overwrite that
    But would like to know how this defaulting can be controlled in SAP
    Regards
    Shyam

    Hi,
    If you have maintained an "Order Type" in table T160 (customizing
    transaction OMH5) for the entry "ME21", then this value will be
    defaulted in the pop-up in transaction ME58. Otherwise, the "Order Type"
    of the Requisition will be defaulted.
    The following code block of program (Note 125969) is for your reference:
    SELECT SINGLE * FROM T160 WHERE TCODE EQ SY-TCODE.
    IF SY-SUBRC EQ 0 AND NOT T160-BSART IS INITIAL.
       RM06E-BSART = T160-BSART.
    ELSE.
       SELECT SINGLE * FROM T160 WHERE TCODE EQ 'ME21'.
       IF SY-SUBRC EQ 0 AND NOT T160-BSART IS INITIAL.
         RM06E-BSART = T160-BSART.
       ELSE.
         RM06E-BSART = BAT-BSART.
       ENDIF.
    ENDIF
    According to the code above, the system first checks the table T160 for
    ME58, if there is no data then for ME21, if there is no data, then it
    defaults from PREQ.This is the same as described in the note 114213.
    BR
    Nadia Orlandi

  • 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

  • Change plant in purchase document type

    Dear All,
    I just created a new company, every configuration is done, but, when i create a new material code with a new purchase order, the purchase order doesn't allow me to change plant. it goes to default plant by purchase document type.
    what's wrong??
    please help....
    Thanks,
    RP

    What did you do to make a plant default by purchase document type, this sounds pretty much like an own development? Usually plants are defaulted from the referenced document or personal settings, and personal settings are not document type specific.

  • Changing PO Document type layout programatically

    Hii,
    My requirement is to change the PO Document type layout programetically. We have customized the standard PO Print report and for that we have created one customized style sheet. We have done the same for 4 types of document types : standard, Contract etc. Now while moving our code into another instance we need to set out custom stylesheet template to the corresponding Document type. Any one have any idea how can we do that from backend? We don't want to update the standard tables as Oracle does not support it.
    This is very urgent.
    Appreciate your help.
    Thanks.

    Goto OLME --> Define default value for document type
    here for T-code  MB01 - cahnge to your doc type
    Read that documentation for more info

  • PO Document type and ERS default cchecked

    Hi Guys
    Need a bit of help here with an issue
    My requirement --
    When a Purchase order with specific document type is created for One time vendors the ERS check box should be ticked default in the PO Line item details in the invoice tab . Is there a user exit to full fill this requirement .
    Looking forward for an answer.

    Following are necessary customizings and preconditions for using the Invoicing Plan functionality in SAP -
    1) You must maintain the settings in Customizing for purchasing (for example, invoicing plan type, date categories, date descriptions, and date sequence proposals). The related path is IMG ---> Material Management ---> Purchasing ---> Purchase Order ---> Invoicing Plan ......
    2) The Purchasing document with FO Document Type (Framework Order) must be used. This document type requires that a validity period be entered in the PO header. This specification is adopted in the invoicing plan, provided that this has been predefined in Customizing for the relevant invoicing plan type.
    3) The purchase order item must have an account assignment.
    4) The Logistics Invoice Verification must be used.
    5) The vendor must have agreed to use the automatic invoice creation facility (since we will use automatic settlement to create the invoice). In this case, the 'AutoEvalGRSetmtDel.' indicator must be flagged in the vendor master record.
    Furthermore, once Purchase Order is created with order type FO, ensure that the indicators for GR/IR control have been set correctly on the item detail screen. The Goods Receipt indicator may only be set in combination with the Goods Receipt Non-Valuated indicator. The Invoice indicator must be set. For the automatic creation of invoices, the ERS (Evaluated Receipt Settlement) indicator must be also set. A further prerequisite for automatic settlement is that a tax code must be entered in the purchase order.

  • Change default document type in transaction F-47

    Hi guys,
    any idea how may I change the default value (not on user level) of the document type in transaction F-47.
    Thanks and regards

    Use transaction OBU1 (path: IMG Financial accounting / general ledger accounting / business transactions / G/L account posting / Carry out and check document settings / default values)

  • Default PR document type to PO

    Hi
    I have a requirement, Like this doc. type for PR and P.O is ZABC, while doing P.O I want ZABC should default.
    Any clue.
    Thanks & Regards
    Sudhansu

    Hi,
    Check with the folloiwng config,
    1) In SPRO->MM->Purchasing->Define Default Values for Document type for the tcode ME21N you can set the default document type.
    2) By setting In PO personal settings from the tab default values also can set the default document type.
    Regards,
    BK

  • Document type to default content repository

    Is it possible to configure the DMS system so that when you create a document using CV01N and check in the original (using a KPro document type) it will enter it into a content repository by default, without using the pop-up box.
    For example a document of type DMO (if DMO it has KPRO checked in it's setup)  - always puts the original document in  DMS_C1_ST?
    Thanks for any advice.

    Dear Arthur,
    if I understood your latest information correctly your request is that
    the files are stored automatically to storage category if
    you add a file of a specific workstation application to a document info record and save it.
    This first setting enables the automatic start of the checkin
    process. But to have a specific storage category choosen for an
    original workstation application, you have to do another setting and
    create a profile in your system in the customizing under
    - Cross Application Components
         - Document Management System
             - General Data
                 - Define profile
    For this profile pleasee add your workstation applications under
    "Determine definitions for applications". Here you can maintain the
    default storage category for this application in field 'Storage cat.'.
    Since this profile is created assign it to all your users directly.
    Then if an user adds a new original file and chooses a workstation
    application the system should take the storage category automatically
    from the profile.
    To achieve an automatic checkin behavior the additional required setting here are the flags
    "Checkin" and "Checkin required" which must be set for the used document status in transaction DC10.
    Another proposal would be to use the BADI DOCUMENT_STORAGE01 which
    shoudl offer also methods to control which storage category should
    be taken for which workstation application.
    I hope that this information could be useful for you. To set up this
    scenario in detail I would recommend you to contact your local
    consulting organisation too which will help you in realising a solution
    that meets all your requirements.
    Best regards,
    Christoph

  • How to set a default document type in EasyDMS?

    Hello,
    I want to set default document type for some users. Whenever they check in a file a defined document type should be chosen.

    Hi,
    Just to explain, whenever we checkin , first the document type is determined and then the file is added. So at the beginning the system cannot know the file format or workstation application.
    So from my point of view maybe a solution could be to use the BADI DOCUMENT_MAIN01 with method BEFORE_SAVE to change the document type in reference to the involved entries in table DOCFILES.
    I hope that this information could be useful for you.
    Regards,
    Deepak Kori

  • How to add a default user group for multiple document type's?

    Hi,
    I am trying to add same default user group for different document types when MA is created. Is there any way to setup using a single "Document Security Template"? Or I need to create different templates for different document types?
    Please confirm.
    Thanks,
    Saloni

    Hi Saloni,
    Based on what your specific requirement, it might be easier to do it with scripting.
    If you are doing it using Document Security Templates, you would have to create a Document Security Template for each of the 6 MA types and assign the default group. Create another one and leave the Document Type field blank, so it will apply to the other 4 MA types that don't have a default group.
    Regards,
    Vikram

Maybe you are looking for