How To Control Usage Of Purchase Order Type Depending Upon Material Group

Dear All,
Basically, we want that items belonging to some particular material groups must be ordered thru Order Type NB. Rest of all the materials must be ordered thru Order Type "ZNB". How can we achieve this....?
Any such provision in the configuration side...? Please advise further.
With Best Regards,
Sanjeev Chugh

Hi,
Standard SAP not possible.
This requirement will be fullfilled by USER EXITS / BADI (ME_PROCESS_PO_CUST).
Take help of ABAP team for this as no standard configuration is available for the same in SAP.
Rgds
Utsav

Similar Messages

  • HOW TO KNOW THE  EACH PURCHASE ORDERS GROSS INVOICE  VALUE

    HI SIR,
    ANY  BODY PLESAE TELL ME
    HOW TO KNOW THE  EACH PURCHASE ORDERS GROSS INVOICE  VALUE BY GROUP WISE PER SPECIFIC TIME PERIOD.

    hi
    try ME80FN
    regards
    vijay

  • How to create a Inbound delivery type for a special  purchase order type

    Hi,
    I try to create a special Inbound delivery type for a special purchase order type (a transfer purchase order).
    In SD module, I can créate a special outbound delivery and precise the sale order type, but I don't manage to do it for a Inbound delivery type.
    Do you know if i can do it without specifiq?
    Regards,
    Roselyne

    Hi Roselyne,
    What you experienced is standard system behavior. Inbound delivery type is uniquely assigned to confirmation control key. You can only specify confirmation control key on item level in PO. The assignment of Delivery type can be seen in the following table:
    T163D
    IBTYP EBTYP LFART  RETDLV
    1        AB                      X
    2        LA        EL           X
    3        GW       EG
    The field T163D-IBTYP is checked in different programms. For example in programm RM06ENAB (TA: ME92F). If you insist to customize the determination of delivery type by PO type, I strongly suggest you discuss with the Application consultants before making the modifications to ensure it won't impact other areas.

  • Copy Control For Individual Purchase Order

    Hi, experts,
    can you explain to me concretly how to customize the copy control for individual purchase order? We have of course the item category TAB (billing relevance: delivery-related billing) and Sales Order (delivery related billing type: F2). How will the copy control customized with tranc.VTFL? Please give me hints at both header level and item level. I appreciate your help.
    Best regards,
    Fan.
    Edited by: Fan Mou on Jul 22, 2009 11:49 AM

    Hi Fan Hou,
    The individual Purchase order scenario is as:
    Sales order  >Purchase Requisition>Purchase order-->Good receipt --> Delivery and PGI --> Billing(wrt Delivery)
    The  creation of purchase requisition and thereby purchase order is controlled by the schedule line(in std CB). The goods are received with ref. to PO.
    As far as copy control is concern it will be as
    1)OR-->LF and item category will be TAB
    2)LF-->F2 at header level .( can refer the std, )
    at item level it will have item category TAB.and will be as
    Copying requirements  004
    Data BARK/BURP  001
    Billing quantity  B(Delivery quantity less invoiced quantity)
    Pos./meg. quantity +
    Pricing type G
    For further reading /reference you can go through the:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/70/a7853478616434e10000009b38f83b/frameset.htm
    Hope this will help you.
    Revert us in case of any issue.
    Regards,
    Atul

  • Credit card charges according to payment terms and purchase order types

    Hi All,
    Can anyone please tell me how can we charge credit card  fee for  customer (the customers who are using credit card), according purchase order type and payment terms ( like for purchase order B2B &B2Z and if customers have payment terms other than NT00)
    CONDITIONS
    Customer must use credit cards
    Purchase order type of the order is B2B &B2Z only
    For these purchase orders ( B2B &B2Z ) payment terms must be other than NT00.
    Charge must be 2.5%.
    Edited by: suresh saketh on Aug 24, 2010 3:10 AM

    Hello Suresh,
    CONDITIONS
    Customer must use credit cards
    Purchase order type of the order is B2B &B2Z only
    For these purchase orders ( B2B &B2Z ) payment terms must be other than NT00.
    Charge must be 2.5%.
    The best approach would be to define a Custom Condition type for charging processing fee in V/06. After defining this new condition type assign it to the Pricing procedure which you are currently dealing with. In the Column AltCty - Condition formula for alternative calculation type, you can create a New routine involving the following logic.
    Purchase Order type should be B2B and B2Z.
    Payment Terms other than NT00.
    Charge should be 2.5 %. 
    Kindly update your post after trying out the above suggestion
    Regards,
    Sarthak

  • Posting to different GR/IR account based on purchase order type

    We are implementing cross company stock transport orders that require an AP invoice to be posted against the goods receipt.  Our AP department does not want the GR/IR postings to go to the account used for traded AP.  I cannot determine a method using OBYC to specify a different account based on purchase order type.  Is there a way to do this?

    Hi Jud
    You should make these posting to a cost center then..The only way you can control account postings via PO type is having a account assignement category. You can make this as mandatory filed for this PO type..
    Please let me know if your requirement is different..
    CHeers
    R K Bolla

  • Purchase order type in sales documents

    Hi All,
    I have come across with a peculiar requirement . Basically we want to have a source from where we have got the order as the order may be from different environments.  Example: EDI Order, Web order, Manual Order.
    So I have decided to use the field 'Purchase Order type' at the sales document header - Purchase order data.
               We can define new purchase order types at (path) SPRO-SD-Sales-Sales document header-Define purchase order type
    My question is how we can do this as automatic for each sales order. Is there any provision to assign the purchase order type to sales document type?
    How can we address this issue?

    Hi,
    try user exit USEREXIT_MOVE_FIELD_TO_VBAK in  MV45AFZZ. Pl take the help of your Abapers for this.
    But then we have this kind requirement where we use the same document type, but goto > header data > purchase order data and select the way in which the orders are coming.
    Hope it helps. Pl reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • Purchase order type in sales order header

    Dear Friends,
    how can I make purchase order type in sales order header be default.
    With regards

    Hi Vamsi,
    if you want to enter a default value in the purchase order type field in sales order header, then do it by either of the ways
    1. by variant tcode SHD0
    2. by USEREXIT_MOVE_FIELD_TO_VBKD in program MV45AFZZ
    regards,
    Santosh

  • Restricting Purchase order for a particular material type

    Hi All,
    How do I restrict a purchase order document type to be created for a particular material type.
    For eample PO document type NB should allow to create for materials with the material type ROH only and restrict the other material types by issuing an error.
    Many thanks in advance.
    Regard,
    Ravi

    Hi Ravi,
    This is not directly achievable in std. You will have to implement the check in a user exit, e.g. the BAdI ME_PROCESS_PO_CUST method PROCESS_ITEM.
    But why this strange reqmt? Maybe there's another solution whuch would keep you in std?
    BR
    Raf

  • How to see the customer purchase order acknowledgement ?

    How to see the customer purchase order acknowledgement ?
    in that PO ACK where we see the UOM and Qty ?
    thanks & regards,
    Srikanth.

    hi
    Customer Purchase Order is nothing but the Sales Order in your system
    Customer Po acknowledgement is nothing but the Acknowledgement that is sent out (output type BA00) to the Customer after the Sales Order has been created.
    Note: Purchase is to Customer - Sales is to you as the Vendor.
    cheers
    Nandu
    Edited by: Nanda Kumar Veeraraghavan on Apr 1, 2008 12:11 AM

  • Blocking the Purchase Order type

    Hi
    We have a requirement that we should not create a new P.O with one particular Purchase Order type, But we are in a position to edit the existing P.O. of that particular P.O. type.
    Kindly inform us without using Authorization concept.
    Regards
    Ravi Kumar.T.N.

    ThanQ Sandeep & Manoj Reddy from your immediate response.
    Initially I was done for the No.Range point of view, But we can able to create the P.O. & P.O. is showing of the starting no. of the no. Range. But it was not stored in the Database.
    Manoj Reddy actually our requirement is we should not use the Existing P.O. type for creating the new P.O.s.
    we want to create the P.O.s with new P.O.types so the user shouldnt raise the P.O. with the old P.O. type.
    By using authorisation control it will become too difficult so kindly suggest anything from functional side
    Regards
    Ravi

  • Customer Purchase Order type.

    Hello gurus
    Can any one give me details about the configuration aspect of customer Purchase order type in Sales order.
    Just FYI this is a field  at Item level in SALES order.
    Thanks

    Hi,
    In this menu option you define the possible order types which indicate how the customer has transmitted an order.
    When processing a sales document, you specify the order type for the purchase order data at header level. This specification is copied into the items.
    At the line items you can enter the purchase order type also but then it is better to give it at the header level. If there are suppose 20 items in a sales order giving the purchase order type at the header level is easier and is applicable for all 20 line items.
    For the configuration of the purchase order type:
    IMG-Sales & Distribution-Sales -Sales Documents-Sales document header-Define purchase order types.
    Here you can create your own purchase order type also.
    Reward points if solution helps.
    Regards,
    Allabaqsh G. Patil

  • Descriptive flexfield for different purchase order types

    Hi,
    Can i have a descriptive flexfield for different purchase order types?
    Scenario : I have two purchase order types
    1. Blanket : done from req--> auto create --> standard PO
    2. Standard --> Direct PO
    Regards
    846691

    You can use darpan77's suggestion for context sensitive DFF. See http://oracle.anilpassi.com/context-sensitive-descriptive-flexfields.html for an example.
    However, both options you mentioned talk about standard po. Is the difference in how they are generated? (One is manual and the other is autocreated?)

  • How to block changes in purchase order after purchase release

    Dear all
    Can u please tell us how to block any changes in purchase order after purchase order is released...
    (We don't want any line items addition or quantity addition or any changes once purchase order is released..)We wanted this for a particular purchase order type only
    Regards
    Sudha

    Dear Sudha
    Yes it is possible to confiquire your system insuch a way where once if the PO  gets final relase then it cannot be changed.Only possiblity that will be available for the user to make chanegs in PO is possible when the final release is to be reset and then make the changes.
    Release Indicator: specicfies whether the PO documents is blocked or can be processed for the follow functions.
    You can define the release indicators you need for your release procedure:
    •The Released indicator is used to specify whether messages (PO documents in output format) may be transmitted for a purchase order with this indicator.
    •The Changeability indicator shows the effect of changes to the PO (a change to a PO may require a new release strategy to be determined, for instance).
    •By means of the Value change indicator, you can specify that the release strategy is to be re-started if a PO is changed and the value of a PO item thereby increases by a certain percentage (e.g. 10%). Set the Changeability indicator to "4 - Changeable, new release in case of new strategy or value change" or "6 - Changeable, new release in case of new strategy or value change/outputted" and enter a percentage in the Value change field.
    And after that you can specify release statuese where you can specify which release indicator/status a PO is to have after having been released via a certain release code.
    and after release simulation .
    Test for the PO change after final release System will not allow you tomake changes by giving the message that the release  indicator doesnot allow you make the changes in PO.
    Regards
    Sunny

  • How to create Purchase order for non valuated material with fright charges

    Dear Guru,
    When i have creating purchase order for non valuated material then GR non valuated tab should be in display mode.And how to load fright charges.
    Regards,
    Abhijit

    hi,
    while creating the PO, u have the option FREE indicator in the right corner of the line item.(u can have separate Valuation type for the same, for valuation purpose)
    even u can create the UNBW material type.
    check the material type customization in oms2
    hope will get the clarity

Maybe you are looking for