Explode Bill of Material on Purchase Order

When we create a standard NB purchase order, we would like to explode a bill of material for the 1 finished goods material and create MRP requirements for the warranty materials on the BOM.  Basically, we want a requirement there so we can create a PO for these warranty materials.  We have looked at subcontracting, but we are not wanting to supply these materials to a subcontractor we just want to purchase them from a vendor and bring them into our inventory.
We realize that we can explode the BOM if we start with a planned order.  However on alot of occasions we skip over the planned orders and purchase requisitions and manually create the PO.
Does anyone know of a process to explode the BOM from the PO? or maybe a user exit on the PO that would allow us to do this.  
We are currently on version SAP 4.6C.
Thanks,
Mark

Hi James,
As you rightly mentioned, the purpose of a BOM is to contain a list of materials. To create   
a sales BOM. use T.code CS01.
Here you give the usage as 5 - indicates sales and distribution as there can be production boms also with a different usage.
After you enter inside give the components that make up your main material, say music system containing
Itemcat          material               Qty  
l               2 mt wires                2
l               speaker                   2
so on, then save it.
For each of these you should have a material master created. For the main item ie., music system select the item category group as " ERLA " for header level pricing and
" LUMF " for item level pricing.
Maintain item category determinations in VOV4 as
<b>For item category group ERLA</b>
OR + ERLA                         -
>  TAQ ( Header level pricing )
OR + Norm +     + TAQ (higher level item cat ) -
> TAE
<b>For item category group LUMF</b>
OR + LUMF                         -
>  TAP ( Item level pricing )
OR + Norm +     + TAP (higher level item cat ) -
> TAN
This will setup the scenario you wanted. Now when enter music system in sales order with "  1 " quantity it will explode as
2 wires
2 speaker
as was the component quantity mentioned in CS01.
Hope it helps. Please reward if useful.
Thanks & Regards
Sadhu Kishore

Similar Messages

  • Billing date for a purchase order in the corresponding billing document

    Hello,
    for a purchase order I need to select the billing date in the bill which corresponds to the purchase order. There is a posting date in the order history but I am not sure that this date is identical with the billing date in the purchase order. Any suggestions? Thanks.
    Regards, Lars.

    I guess you are talking about due date for a billing document.
    There's an FM Determine_Due_date for that. before that you'll have to use FM FI_DOCUMENT_READ with I_AWTYP as VBRK and I_AWREF as Billing Document Number. You will get T_BSEG entry.
      CALL FUNCTION 'FI_DOCUMENT_READ'
       EXPORTING
         i_awtyp           = 'VBRK'
         i_awref           = po_vbeln
       TABLES
         t_bseg            = i_bseg
      SORT i_bseg BY vbeln.
    READ TABLE i_bseg WITH KEY vbeln = 'Billing Document Number'.
      IF sy-subrc IS INITIAL.
        MOVE-CORRESPONDING i_bseg TO wa_faede.
        CALL FUNCTION 'DETERMINE_DUE_DATE'
             EXPORTING
                  i_faede                    = wa_faede
             IMPORTING
                  e_faede                    = wa_faede
             EXCEPTIONS
                  account_type_not_supported = 1
                  OTHERS                     = 2.
    This wa_faede will have due date in one of its fields.
    Hey do reward points if this post is helpful.

  • Get billing list by customer purchase order

    Hi Experts:
                     Is there any standard T-code which can get billing list by customer purchase order ?
                    Billing contains delivery-related and order-related,
                    one po can has several sales order,and one sales order has several DN or Billing.
                   Pls give me some advice.
                                                                                    Thank you very much.

    Dear Friend,
    There is no standard Tcode for your requirement.There is two way to get so,
    1. Either go for Abap Developed report.
    2. Or try to get the some through Table.
    Regards
    AJIT K SINGH

  • Create single TO for each position of material in purchase order

    Hi, I am facing a problem while recieving stock from GR mvt 101
    I'm following this steps
    1.- I'm creating a purchase order with several materials (The number of material
    is diferent for each material)
    2.- Good Receipt with MIGO,I'm using movement type 101, this was configurated for
    create automatic TR and TO
    3.- while I'm traying to create a Tranfer Order(LT04), SAP system send this errror
    "you need to create single TO for each position of material"
    Note: Only one Transfer Requirement was created with several postions.
    4.- if I use LB11, the transfer order is created manual for each material, however
    I need to do this one by one.
    Are there any configuration that enable create one single TO for each position in
    purchase order??.
    Im trying to create  TO with LT10 using a new movement type and this enable me move
    material to bin location. However the TR still exist.
    Thanks in advance.
    Regards

    The problem was resolved.
    Thanks in advance

  • Material in purchase order doesnot appear in ME2O

    Dear MM Experts,
    I am PM Consultant but the problem is really weird, after releasing a subcontracting maintenance order and then creating a purchase order for the material in the order, the material doesnot appear in ME2O , by the way this only happen with some materials but not all materials in the system,
    Any help will be appreciated reallly,
    Thanks in advance

    ME2O is not a purchase order monitor, it is meant to monitor components of a subcontract order and create deliveries to your subcontractor.
    If ME2O does not show your order, then you either did a wrong selection, or your PO does not have any components.

  • Regarding material wise purchase order creation with reference to pr

    Dear sir
    I have a scenario depending on the  material wise pos creation
    I have two type of material
    1) raw material
    2) consumables
    When user will create purchase order for raw material, system should ask purchase requisition. ( i.e with out purchase requisition for raw material , system should not allow to create the purchase order)
    Where as for all consumables materials system should allow to create the purchase order
    Without purchase requisition also, for user.
    Regards
    Jrp.

    You have to create two different document type for purchase order.
    1) Raw Material Purchase
    2) Consumables Purchase
    You can create two different document type for purchase order with below mention path: -
    SPRO >> Materials Management >> Purchasing >> Purchase Order >> Define Document Types.
    After define two different document type, You can change field status for two different document type with below mention path.
    SPRO >> Materials Management >> Purchasing >> Purchase Order >> Define Screen Layout at Document Level.
    Select document type and change field status of purchase requisition.
    Regards,
    Mahesh Wagh

  • Material Management - Purchase Order

    Hi,
    My Requirement :
    I have 4 material. MAT1, MAT2, MAT3, MAT4.
    MAT1 -  has an Open Purchase Order.
    MAT2 - No Purchase Order Placed.
    MAT3 - No Purchase Order Placed.
    MAT4 - has a Closed Purchase Order.
    Could any one help me from which tables and fields I can get these information, that for a material number there has not been a purchase order placed and which has an open or a closed one.
    Will Reward on helpful answers.
    Thank you.

    Hi Subin,
    To cater this requirement, you have to go step by step.
    First fetch all PO against material no from EKBE table.
    After check against one by one PO, if it has entry MSEG table then it is delivered means it is closed.
    After that display in your report.
    Hope it will solve your problem.
    Regards
    Krishnendu

  • Updating Material master purchase order text -LSMW

    Dear Experts
    How can update Purchase order Text  through LSMW, while am doing recording system is not recording this field from material master
    Regards
    Ajeesh.s

    Dear Expert
    Please throw some light on this issue
    Regards
    Ajeesh.s

  • Bill Of Material In Sales Order

    Hi SD Experts,
    My scenario is this
    " When i enter a particular material ( say Home theatre system model number ) in the sales order, the BOM should be exploded and its package contents like connecting wire of 5 mts * 2 quantity , Speaker stands and its quantity depends on the Music system like that it should be displayed in the sales order..
    And also i want to know the configuration of BOM (Material and its accompanying material in the order) for sales order like these type.
    Pl's suggest me how to proceed.
    regards ,
    James
    Valuable answers will be rewarded...

    Hi James,
    As you rightly mentioned, the purpose of a BOM is to contain a list of materials. To create   
    a sales BOM. use T.code CS01.
    Here you give the usage as 5 - indicates sales and distribution as there can be production boms also with a different usage.
    After you enter inside give the components that make up your main material, say music system containing
    Itemcat          material               Qty  
    l               2 mt wires                2
    l               speaker                   2
    so on, then save it.
    For each of these you should have a material master created. For the main item ie., music system select the item category group as " ERLA " for header level pricing and
    " LUMF " for item level pricing.
    Maintain item category determinations in VOV4 as
    <b>For item category group ERLA</b>
    OR + ERLA                         -
    >  TAQ ( Header level pricing )
    OR + Norm +     + TAQ (higher level item cat ) -
    > TAE
    <b>For item category group LUMF</b>
    OR + LUMF                         -
    >  TAP ( Item level pricing )
    OR + Norm +     + TAP (higher level item cat ) -
    > TAN
    This will setup the scenario you wanted. Now when enter music system in sales order with "  1 " quantity it will explode as
    2 wires
    2 speaker
    as was the component quantity mentioned in CS01.
    Hope it helps. Please reward if useful.
    Thanks & Regards
    Sadhu Kishore

  • Receipt material without purchase order

    Dear ALL,
    We want to create material receipt not without purchase order and try it by movement type 501 and its created. but problem is if material moving average is 0 then system post material without any account entry.  now i want system restrict to user if value is 0 for posting.
    Regards,
    Mukesh

    Hi.
    Use the following logic in the system.
    At the time of the creation of the material document pass the material number in the MBEW table with the entries as :
    Material
    Valuation area = equal to the plant number
    check the material price = moving average or standard price.
    in case both the material prices are  0 then display the error message in the MIGO screen. It will stop posting the 501 movement type.
    I hope this helps

  • Consuming a Bill of Material without SD Order or PP module

    Hi SAP Gurus,
    I am trying to use the bill of material to treat the following issue.
    We would like to consuming a material with bill of material but using movement type 201 or 251.
    We do not need the PP module and with can not use SD order.
    We just need to enter the quantity of the new material but at the same time down the quantity of 3 materials!
    Thank you for your cooperation
                 Best Regards
                       Joã

    Hi,
    Thank you for your response.
    I create the Bill Of Material with 7.
    I made a test but when i use movement type 501 and 201 the components are not changing the inventory quantity of them?
    Have i understand what is your idea??
    Best Regards
                João Fernandes

  • Searching Material in Purchase Order-- Urgent

    Hi,
    Is it Possible to search a material while raising Purchase Order by Material PO text. Actually the requirement is that while raising  PO, the users want to search the material by Material PO text since they put the technical description in this field. As material description is 40 characters , the actual description is becoming difficult to understand.
    Is it Possible to search material by Material PO text?
    Regards
    John

    Hi john,
    In the standard drop down list it is not available.I hope that you can check with your basis team to add such drop down.Otherwise get the information thro' tables.
    regards
    venkadesh

  • Blocking material for Purchase order only

    hi all,
    i have a material and i want to block it for purchase order only bcos we dont want to allow to purchase it but it can perform all other operations. can anyone please help me?
    regards saurabh.

    Dear,
    Go to MM02, in Basic1 tab
    X-plant material status -   01     Blocked for procment/whse
    but it is relevant not only for that plant but also for client level becoz while go to MM02, please not select any plant and go to Basic Data 1 tab.
    this may help u
    Reagrds,
    pardeep Malik
    Edited by: Pardeep  Malik on Mar 14, 2009 5:59 AM
    Edited by: Pardeep  Malik on Mar 14, 2009 6:06 AM

  • Material Master - Purchase order Text view as plant specific

    Is there any provision in standard SAP to make Material Master u2013 Purchase order Text view as plant specific.
    Example: Material Master u2013 Sales text view is sales org & Distribution channel specific and the sales text is unique of each of the sales org and distribution channel combination.
    i.e, if we change sales text for a sales org and distribution channel combination, it will not affect the sales text of another sales org and distribution channel combination.
    Similarly, can we make the Purchase order Text view as plant specific? How to achieve this?
    As of now, if we change the text for one plant, it will be affected to all other plants also.

    Hi Pankaj, thanks for the reply.
    The solution you have given is applicable if the info record PO text is used only in Purchase order?
    Moreover, we are not using plant specific info records.
    We want to use material master PO text for some other custom transactions.
    Please give your inputs.
    Thank you.

  • Material Master Purchase Order Text.

    Hi Guys,
    What is table and Field name where "Purchase order Text"  stored.
    Reg,
    Gopi

    Use Function Module READ_TEXT by passing parameters TDOBJECT = OIJRCODE_H and TDID = AASI and TDNAME= Key and Fetch the PO Header infoInstructions.
    Based on ur requirement use the parameters
    Also, you may try table STXH or STXL
    or use READ TEXT and pass the values

Maybe you are looking for

  • My iphone wont let me sync apps from my itunes

    i had a iphone 3g and had loads of apps on it i brought a 3gs recently and had it unlocked by vodafone to o2 unlock code came through and off i went well i then wanted to sync some of my old apps to my new iphone i selected 1 or 2 of the ones i wante

  • Problem with forward method of jsp

    am having problem with the requestDispatcher.forward method in my jsp + wml , the forward method gets executed but the new page is not displayed in the wap browser, code snippet small.jsp <?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD W

  • LR 1.3.1 freezes with Vista x64

    Forgive me if this has been covered. I searched, but could not find anything. I just did a clean install of Vista 64 (moved from XP), and a clean install of LR 1.3.1. LR is freezing any time I open a "choose folder" dialog box. Normally (on XP), LR w

  • Create freeze frame

    Trying to complete a two phase ken burn's effect using a still photo: i.e., (1) from detail A, zoom out to full frame; (2) from full frame zoom in on detail B. The problem is that ken burn's doesn't allow quite a full frame at 16:9 ratio (even though

  • Oracle Discoverer Desktop 10g screen layout

    Hi, I am using discoverer desktop version 10g. After I select workbook I am not able to Item Navigator, Parameter, conditions window ? Basically whatever in Tools menu I used to see that in the left side of the screen. I am not seeing that. Please he