Assign document type to plant?

Hi!
Document types are assign to sales areas but i need to assign one specific document type to only a few plants of this sales area. ¿How could i do this?
Regards.
Eduardo

Hi guys,
Thanks for your answers. Pramod what i want is to assign a document type to just a few plants that belong to the same sales org. (in this sales org. there is other plants to which i don't want to assign my document type). The idea is that when i create a sales order with this Order type only a few plants are available.
Roberto i beleive that the listing/exclusion funtions is just for materials.
Sudarshan i already talked to my abap'er and if there is no other option through customizing will do that.
Thanks again.

Similar Messages

  • Document Type and Plant

    Hi,
    How to assign Document type to Plant. When I checked with our SD consultant he told Document type is independently configured and it's assigned to sales organization and not plant. Just want to check whether any report/view available to see the list of Sales document type assigned to a particular plant/sales organization.
    Thanks in advance.
    Regards,
    Balaji Viswanath.

    Hi balaji
    we cant assign sales document type to plant.  we  assign sales document type to sales orgn. just bcoz of simple reason that we create sales order with the data of sales area , sales office ,sales grp and not plant. bcoz we assign plant to material master data ,as we  need sales area for the sales doc type , for material also we need plant. bcoz material is stored at plant and storage location level.for that purpose only we create a material with plant,storage location , sales orgn, dist channel.
    Reward if useful
    Regards
    Srinath

  • Restrict purchase order document type at plant level

    Dear,
    I would like to restrict the purchase order document type at plant level,
    Plz help me.

    Hi Dear,
                 at the Plant level you have to use the below given Authorization Objects for the Users in different Plant
    M_BEST_BSA     Document Type in Purchase Order
    M_BEST_WRK     Plant in Purchase Order
    Give the values of the respective Plant and Order Type for the Respective Users.
    For more help you can contact your Security Team.
    but before that please check out in the T-Code SU24, if both the Objects are active, if not then ask the ABAP person to activate them.
    Hope it helps you.
    regards,
    yawar Khan

  • Assign Order type to Plant

    Hi All,
    Can you please help me understand if there is some config setting to assign Oprder type to Plant??
    If yes where in SPRO can i find this?
    Regards,
    Jatinder

    Hi Ayyallas, Tej,
    Actually i want to assign Order type PS01 to Plant 123 for some SAP PS requirement, using transaction OPUV.
    But when i try adding this conbimation of Plant (123) and Order type (PS01) i get an error message "An entry already exist with the same key".
    I think this is because this PS Order type is assigned to this Plant 123 in some other module's SAP Node, which i am not able to find.
    Warm Regards,
    Jatinder

  • Re : sales order without assigning document type in OVAZ

    Hi
        How to create sales order without assigning document type in OVAZ.
    Thanks
    Mani

    Hi Mani,
    If all your order types can be used in all the sales orders, you dont need to maintain in OVAZ. If you think ur order type has to be used only in one of the sales area then you need to maintain in OVAZ.
    Hope this helps.
    Kind Regards
    Chakradhar

  • Assign document type to sales area

    Hi,
    I created a new document type and know when i assign this document type to sales area < 1000/10/10 >, its giving an error message " define < 1000/10/10 >first as general sales area" .
    I defined an sales area with that combination. can anyone help me in solving this?
    Thanks,
    Challa

    Hi,
    Step 1.
    IMG (SPRO) -> Enterprise Structure -> Assignment -> Sales and Distribution -> Set up sales area.
    Step 2.
    IMG (SPRO) -> Sales and Distribution -> Sales -> Sales Documents -> Sales Document Header -> Assign Sales Area To Sales Document Types:
    a. Combine sales organizations
    b. Combine distribution channels
    c. Combine divisions
    d. Assign sales order types permitted for sales areas
    Arthur.

  • Limit Document types by plant and user

    Hi,
    I need to limit document types between two plants meaning a user should be able to use only one document type when buying from another plant but have all other types available for use generally.
    Example when user A from plant 1000 buys from plant 2000 he can only use UB Purchase Order type but for all other plants he can use any document types.
    Points will be awrded.

    You can limit the document type for each buyer in the Authorisation profile for  the buyer. This is done by  SAP Authorisation team. T code: PFCG
    Please contact your SAP Authorisation Team or SAP BASIS Team.
    G.Ganesh Kumar.

  • Document Type ZI + Plant number

    Hi,
    Please suggest where i can check linkage between document type NB/ZI & plant number; as for one specific plant & for a particular material type, I am getting purchasing Document type NB; but I want to change it to ZI.
    Thanks & Regards,
    Rohit Guliani

    Hi,
    Do you mean that you have set the default document type to ZI and yet it sometimes defaults to NB but only for one plant and material type combination?
    Or do you WANT it to do this so that if the user enters one Plant and a certain Material type you WANT it to default to NB.
    The document type defaulted cannot be different for a certain plant / material type. To control this by plant would need a user exit or modification but what happens if there is more than one plant on the PO (or more likely more than one plant / material type combination) what would you expect the system to do?
    Steve B

  • Automatic Purchase order - Assign Document type

    Dear Gurus,
    Basically, PO (Stock items) is generated in NB Document type with 45XXXXX series. Now business required to implement the Automatic PO generation. Also whatever the PO generated through ME59 should have different number range (say 90XXXXXX) to differeniate these PO are generate Automatically through Outline Agreement.
    In order to have different number, i need to create new PO document type, BUt how to configure only for AUtomatic PO generation through ME59 or ME59N
    Please advice
    Regards
    RS

    THanks for your reply,
    Now one more isssue, PO is getting created but the Value of PO is ZERO, why system not taking the PRince from the contract. Whether i havent done proper setting?
    I have maintained Outline Agreement (Contract). Automatic PO tick in Vendor master & material MAster. Source list mainted.
    Please advice
    regards
    RS

  • Dynamically assigning document type variables to RenderPDFForm service

    I have a process that takes an xml input, parses it and gets the value from one of its tags. Later I want to feed this value to the next activity in the process that has RenderPDFForm service. The name of the 'Form' input to RenderPDFForm should be the value extracted from the previous process.
    How can I do that ?
    Any help would be greatly appreciated.
    Thanks,
    Jyothi

    I figured out a way to assign the form name dynamically. I added an activity with
    'ExecuteScript' service and this activity extracts form name to be rendered from one of the
    tags in the input xml document using xpath expression.
    This activity composes the actual form name based on what is extracted.
    Here is my code that is in ExecuteScript that populates the document object. The document
    object in the code will be used in the next activity (RenderPDFForm) in the process as input.
    import java.util.List;
    import java.lang.String;
    import java.util.Map;
    import java.util.HashMap;
    import java.io.File;
    import com.adobe.idp.Document;
    String formId = patExecContext.getProcessDataStringValue("/process_data/inputDoc/form/formHeader/formId") ;
    String formName = "Applications/MyApplication10/1.0/Forms/" + formId;
    File file = new File(formName);
    Document doc = new Document(file,false);
    patExecContext.setProcessDataDocumentValue("/process_data/@param1",doc);
    Now my problem is that the process is failing trying to find the file. It is throwing FileNotFoundException.
    How should I specify the file name so that the process finds it.I have made sure that the file actually exists in the location that is specified.
    Thanks,
    Jyothi

  • Maintain plant wise purchase document type

    Hi,
    I want to know that is there any way where I can able to maintain plant wise purchase document type.
    Thanks.

    Please make the following settings
    Scenario:
    Plant 0001 Should create only PO type NB and PR type NB
    Plant 0002 Should create only PO type ZNB and PR type ZNB
    TCode : OLME
    Create new PR type by copying NB (all dependencies): ZNB  <<<Separate number range can be used
    Create new PO type by copying NB (all dependencies) : ZNB <<< Separate number range can be used
    To avoid accidental assignment of (by users)
    Remove linkage of NB PO type to ZNB PR type
    Remove linkage of ZNB PO type to NB PR type
    TCode: OMDT
    Assign PR type per plant per MRP Group for MRP generated PR's
    Once MRP is run for materials PRs are created as follows plant 0001 type NB and plant 0002 type ZNB, when they run ME57 to create POs from PRs, ZNB PO type will default to PR types ZNB and NB type to NB.
    Authorization objects to be changed for each plant respectively (go to SU21 to look up)
    Users of Plant 0001 can only create NB type PR and NB type PO
    Purchase Order:
    M_BEST_BSA   ACTVT=01; BSART=NB; 
    Purchase Requisition:
    M_BANF_BSA   ACTVT=01;BSART= NB;
    M_BANF_WRK  ACTVT=01;WERKS= 0001 ;
    Users of Plant 0002 can only create ZNB type PR and ZNB type PO
    Purchase Order:
    M_BEST_BSA   ACTVT=01; BSART=ZNB; 
    Purchase Requisition:
    M_BANF_BSA   ACTVT=01;BSART= ZNB;
    M_BANF_WRK  ACTVT=01;WERKS= 0002 ;
    Ofcourse you need to create output message config for each PO type.
    Edited by: Jeevan Sagar on Feb 13, 2012 11:16 PM

  • Document type controll with respect to plant

    Hi,
    I have created two document type NB & ZB for purchase requisition , my requirement is whenever i select plant 1 in item level it should select N document type and for plant 2 ZB doc type, if  end user select wrong document type for plant for ex: ZB for plant 1 system should give  error message.
                                                                                    thnx.

    You have to use ,user exist for that take help of your abaper

  • Assign release to document type

    I have made release startegy for PR and PO . I want to now assign it to document type . What is the menu path.

    Hi,
    Go to CL24N 
    and select you release strtagy and here based on your Release stretagy settings like Class,characters and release code assign Document Type for the required characteristics
    check it you will get it
    with regards
    Shrinivas gangoor

  • Material type to plant assignment

    Hi all,
    where in SPRO, we can assign material type to plant??
    Regards,
    Aisha Ishrat
    ICI Pakistan Ltd.

    Hi,
    We assign Material type to Valuation area which is either Company code or Plant.
    This will be assigned in Quantity & Value updation for that Particular Material type.
    Path is
    SPRO-Logistics genMaterial masterBasic settings-Material types--Define attributes for Material types.
    Here select the Material type and then select the quantity & Value updating.
    You will find all the valuation area there select your valuation area(Plant) and select the check box which means the quantity & Value will be updated with respect to this material type whenever you do any goods movement or any changes to the material which is created based on that material type
    rgds
    Chidanand

  • STOCK TRANSFER DOCUMENT TYPE

    Hi Expert
    i had made a new document for stock transport order, while making a po for STO i am getting below error.
    Message no. 06674
    Diagnosis
    Settings have been made in Customizing specifying that document type ABCD is normally to be used for supplying plant 6600 and receiving plant 7700. However, you have chosen document type MNOP.
    Procedure
    Please choose the document type that has beem defined (ABCD).
    Further notes
    If this message is a warning, you can also continue with the originally chosen document type MNOP. The ordering process will then be handled in accordance with this document type.
    Regard
    Nabil

    Hi,
    You have created new document type for STO is MNOP & check the new STO document type MNOP is assigned to Supplying Plant, Receiving Plant or not. If not , just assign in following path:
    SPRO --> Material Management -- > Purchasing-- > Purchase Order-- > Set up Stock Transport Order--- > Assign Document Type, One-Step Procedure, Underdelivery Tolerance
    Note:
    As another document type ABCD for STO is assigned to Supplying Plant, Receiving Plant, so system showing error message.
    For more check the link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/4d/2b917843ad11d189410000e829fbbd/frameset.htm
    Regards,
    Biju K

Maybe you are looking for