PR mandatory only for few PO document types

Hi SAP Gurus,
Issue being faced in a support project.
A buyer is authorised to create 5 different PO doc types. Requirement is to make for only 2 PO document types PR is mandatory. Need immeidate inputs. Any suggestion without implementing user exists is highly appreciated.
Regards,
GM

The field can not be made a required entry in ME21N. However you
can use "Function Authorizations" (OMET) to restrict the user to only
order with reference to a purchase requisition.
As both the "agreement field" and "purchase requisition" fields are
reference fields they are populated when created in reference and thus
the system would not accept attempting to make them a mandatory field.
Please use the OMET transaction and the PID EFB to accomplish your
desired functionality.
I have also attached note : 664424  'Requisition number not mandatory in
ME21N' which contains further information regarding this functionality.
I hope you find the note useful together with the information i have
given you!!\
This will make for all document types...........I guess you cannot do this for different document types

Similar Messages

  • PO from PR only for a particular document type

    Dear Gurus
    I want purchase orders should be raised with reference to purchase requisitions only. System should allow to make purchase orders with reference to purchase requisitions only for a particular document type only.
    I have configured in OMET and assigend this in SU3, now the system is not allowing to create PO for all document types, but I want to restrict this for a particular document type only
    Is there any configu change required?
    Regards
    Muthukumar

    Hi
    You can make it in MM - purchasing -> purchase orders -> define document types -> check the document type -> click on link purchase requisitions.
    And in define screen layout at document level - make PR mandatory for your purchase order document type (field reference).
    Thanks
    Edited by: Praveen Raghavendra on Jan 12, 2009 2:07 PM

  • Make material as a mandatory field for a particular document type in PR

    Hi,
        Currently we are in SAP 4.6c version. There is a business requirement for making material as a mandatory field for a particular document type of purchase requisition as they don't want the user to raise non material purchase requisition using that document type. The field for material is currently not available in the configuration for Define Screen Layout at Document Level for purchase requisition.
    So could you kindly let me know the possible options to prevent user from raising a non material purchase requisition using that document type. If not could you kindly suggest me the user exits available at the time of saving purchase requisition which i could use so that we can write a code to check if the material number is entered or not. If not entered prevent the user from saving the purchase requisitions.
    Also it would be helpful if you could let me know how the fields for enjoy transaction (like material,document type) can be made available for selection in the configuration for Defile Screen Layout at Document Level for purchase requisition.
    All you help in the solving the above problem is highly appreciated.
    Thanks & Regards
    Ram

    Hi,
    Check below method works out for you, if you do not want to proceed with any ABAP development.
    Have a custom field selection key with Material Description field as "Mandatory" and "Display" in Basic Data, Item selection group.
    Assign this to your PR document type which need material as mandatory. With this you are making user to enter material indirectly as mandatory & user will not have an option of entering text which avoids indirect / service procurement.
    "Material Group" option won't help as User can have default settings with some value and it updates even in display mode of field.
    Regards,
    Ram
    Edited by: Ramprashanna S on Jan 11, 2012 11:51 PM

  • To Make WBS element Mandatory for a particular Document type- Contract

    Hi ,
    I have a requiment where I have to make to Make WBS element Mandatory for a particular Document type of Contract . I don't want to use any User exits or Badis for this .
    Please let me know if there is any configuration that can be done to achieve this .
    Regards,
    Hari.

    Hi ,
    It is already made mandatory in account assignment categories  but My requirment is that it should be mandatory for only one particular document type . In the account assignment categories , there is no where we can specify the document type . It is only at account assignment category level but not at document type level .
    Regards,
    Hari.

  • Text Mandatory only for Certain Materials in Sales Order

    Is there anyway so that I can make certain item text mandatory only for certain materials?
    I tried creating new item category group and new item category. And then create new Text procedure making this text mandatory and assigning to this new item category.
    But there are lot of different types of item categories assigned. So it does not look good to create new item category for each and everyone for this new item category group and material.
    Please guide me how to make the document incomplete for certain materials only when one text is not filled at item level
    Thanks in advance

    Hi,
    what you tried is correct and that is been followed in most of my projects wherever I worked.  That is the best way recommended also.
    If you try with incompletion procedures for item category also, you will endup doing multiple item categories anyway....
    First when I looked at the subject line, even before I opened your POSTING, I got the same resolution as you did....May be the optimal one but, not sure, if something else is possible other than by doing user exit.
    Regards

  • In ME51N need to make Purchase Org. as mandatory only for selected one

    Dear guru's
    While creation of Purchase requisitions (ME51N), I need to make Purchase Org. as mandatory only for selected one Purchase Org. out of say 10 Purchase Orgs.
    Is there any userexit or workaround for this.
    Thanks in advance,
    With regards,
    Harisha

    Dear Harisha,
    One way is to define a transaction variant with SHD0.
    http://help.sap.com/saphelp_webas620/helpdata/en/eb/5fab41d79b11d296190000e82de14a/content.htm
    In the SAP Reference IMG, you can create transaction variants. Choose Basis Components -> Application Personalization -> Tailoring of Application Transactions -> Configure Transaction-Related Display Values for Fields (Transaction SHD0). Transaction variants allow you to preset values for fields in a transaction, set field attributes, or hide entire screens.
    To execute a transaction variant, you define a variant transaction using the Transaction Maintenance transaction (SE93).
    Once you have entered a transaction code and short description, choose transaction type Transaction with variant (Variant transaction).
    To define a variant, enter the name of the transaction and the name of the variant. You can then use the new transaction code to start the special variant of the transaction.
    or
    In IMG under
    Materials Management -> Purchasing -> Purchase Requisition -> Data Screen Layout at Document Level.
    Hope this will help.
    Regards,
    Naveen.

  • Source list mandatory only for scheduling Agreement

    Hi Gurus,
    My client wants to make source list mandatory only for scheduling agreement. While creating scheduling agreement for a particular type and saving it should be mandatory. But for Purchase orders and contracts this is not required. If i do it through OME5 then it becomes mandatory for PO and SA both. Also if i set in material master it becomes mandatory for both.
    Please let me know if there is way to do it.
    Thanks and Regards,
    Yuvaraj

    It doesn't make too much sense, but... do you want to be sure (garantee) that the source list has been created and it is relevant to MRP when you have a schedule agreement? perhaps you can use a user exit when you save the schedule agreement to create the source list.
    There is no standard functinality that's allow you to requirer the source list according the po type.
    regards.

  • For a particular document type posting using FB50/F-02 should be restricted

    Hi all,
    I have a requirement that, for a particular document type posting using FB50/F-02 should be restricted.
    Any idea?
    Thanks,

    Hi,
    what Exactly i need to write in validation is...
    PREREQUISITE.
    company code eq '0001' or '0002' or '0003'.
    and doc type 'XX'.
    CHECK
    data: l_flag type c.
    check action eq 'BU'.    "only when clicked on 'post' in FB50
    Import l_flag from memory id 'YMMID'.
    if l_flag eq ''.
    endif.
    message
    'Doc cann't be posted'.
    Is it possible to write above code in validation?

  • Return PO box ticked for return PO document type

    HI All,
    There is a help need for Badi.  While creating a return PO in T Code ME21N, i want to get return PO field  ( EKPO-RETPO) box ticked for Return PO document type. I found one BADI for ME_COMMITMENT_RETURN. I need help to use this badi.
    Regards,
    Madhu.

    Hi
    Why don't use the BADI ME_PROCESS_PO_CUST, method PROCESS_ITEM? You have a demo. The idea is:
      data: ls_mepoitem type mepoitem,
            ls_header type ref to if_purchase_order_mm,
            ls_data_header type mepoheader.
      ls_mepoitem = im_item->get_data( ).
      ls_header = im_item->get_header( ).
      ls_data_header = ls_header->get_data( ).
      IF condition IS TRUE.    "with LS_MEPOITEM, LS_DATA_HEADER
        ls_mepoitem-retpo = 'X'.
      ENDIF.
      im_item->set_data( ls_mepoitem ).
    I hope this helps you
    Regards
    Eduardo

  • 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

  • How can I set firefox as default browser in citrix server, only for few groups. does -silent -setdefaultbrowser option working in latest version?

    How can I set firefox as default browser in citrix server, only for few groups. does -silent -setdefaultbrowser option working in latest version?

    I think so: [http://discussions.citrix.com/topic/330585-firefox-default-browser-for-all-users/]
    Can you also set the default programs in the Group Policy User Settings?
    Reference: [http://community.spiceworks.com/topic/884740-default-user-profile-in-citrix-environment]

  • No General Ledger View for few FI documents

    Dear Friends,
    For few FI documents there is no General Ledger View.  What could be the reason for this ??
    Regards
    Rakshita

    hi,
    this is a unique scenario if ur facing this problem then ur balanceshet and p&L are at stake.
    so to analyse the same for SD documents if it arising purely from excise postings u need to check with business process if they are passing manual entry once they post SD documents since 4.7 we have to do manual entry for excise posting, in ecc we have both manual and automatic and so there cannot be any mismatch in this postings.
    w.r.t MIGO and GR if ur facing a problem then run a report for RGURECGLFNEX carefully so that we will get differential doc.
    txs,
    GB

  • Differentiating of pricing schema for each purchasing document type

    Dear colleagues,
    This topic could be discussed before but I need to clarify some points.
    We would like to differentiate pricing schema per purchasing document types (e.g. AA and ZZ). These purchasing documents are not like domestic and import types.
    There some condition(s) where purchasing document type AA should not be able to maintain whereas ZZ should be able to.
    In this case shall use one unique pricing schema for both purchasing document types if so how can I hide some conditions for document type AA or if I use separate pricing schema how can I set different pricing schemas for different purchasing document types because both document types have same purchasing organization, vendor etc. 
    Regards
    Metin

    Hi,
    Why to have two different schema groups! Is procurement process is completely different, so use to have!
    (have thought of separate condition types for each Calculation Schema)
    Based on Schema Group Of Vendor in the vendor master, the PO for vendor with respective Schema Group Of Vendor will populate the assigned condition typesu2019. Follow path:
    SPRO->MM->Purchasing->Conditions->Define Price determination process ->Define Schema Determination
    Under segment:
    Determine Calculation Schema for Standard Purchase Orders
    Here you can assign Schema Group Purchasing Organization, Schema Group of Vendor and Calculation Schema
    Under segment:
    Determine Schema for Stock Transport Orders
    Here you can assign Schema Group Purchasing Organization, PO document type and Calculation Schema
    Regards,
    Biju K

  • Few countries bank Account Number is mandatory and for few others it is not

    For few countries bank Account Number is mandatory and for few others it is not mandatory in the Payment Transaction Tab in Bank Details of Customer.
    My question is that why will anyone not fill bank account number when he has given Bank Key and other details.
    Is it related to Payment by other methods , other by Cash.

    Hi Ranjeet,
    You should ask this question to the person who has information about bank details but not process them.
    Yes bank account is related with payment transactions. If you want you can make this field mandatory in customizing;
    SPRO-Financial Accounting-Accounts Receivable and Accounts Payable-Customer Accounts-Master Data-Preparations for Creating Customer Master Data-Define Account Groups with Screen Layout (Customers) or Define Screen Layout per Company Code (Customers) or Define Screen Layout per Activity (Customers)
    You can also set message F2813 (Enter an account holder) as error in customizing;
    SPRO-Financial Accounting-Accounts Receivable and Accounts Payable-Customer Accounts-Master Data-Preparations for Creating Customer Master Data-Change Message Control for Customer Master Data

  • Purchase value for a particular document type of po

    I need Purchase value for a particular document type of po

    Hi Thanks for the reply. Sum of net order value will give right. Any selections we have to do at headr level ? Does it hold good for SA's also ? Please help

Maybe you are looking for

  • How to go about getting screen replacement - out of warranty

    Hi, My T61p is out of warranty, and the LCD had begun displaying white pressure marks and is generally alot dimmer. Whilst i'm comfortable using computers, i'm not comfortable replacing hardware parts myself. How would i go about getting the LCD repl

  • IISARR URLS for Lync 2013 not working externally

    Hello All, Currently facing issue of opening lyncdiscover.domain.com from external. I have created the server farm uing IISARR for Lync2013 & added 5 rules under the server farm as shown below: meet.domain.com dialin.domain.com lyncdiscover.domain.co

  • Centering Spreads and pages in window. CS3

    After having centered a spread (and selected fit window) I use the Pages Palette to go from one page to another (or from one spread to another). More often than not the pages display off centre and re-centering gets very tedious. Is there a simple wa

  • How to integrate with lotus entrerprise integrator.

    Hi guys, Any one can give assist to integrate sap with lotus enterprise integrator. regards, Sathis

  • How to import/move files from CF card

    I have installed the test version of LR5. First step was to import all my files into the new catalogue. Worked fine. Second step was taking a CF card from my camera and moving all the new pictures to my pictures folder on the HD and import them to th