Sales BOM : Header item stock and cost

Hello gurus,
I'm very new for sales BOM and have one questions.
We have material A and B (purchased from vendor).
They will be assembled by 3PL company as C.
Then we will sell C to the our customer.
I want to set price/cost at the header item level.
because we will sell material B free of charge.
I've set C like below  
1. Item category group. : ERLA
   Item category : TAQ
   Setting of A and B
    Item category group. : NORM
   Item category : TAE
2. Then make BOM in tcode CS01 with C
    Material : C
    Plant: XXXX
    BOM Usage :5
    subitem : A, B
    Item category : N(Non-stock item)
After then I tried to make a sales order
with material C.
I can get sub-items(A,B) successfully
however system said there is no atp stock for C.
How can I get stock of C from stock of A and B?
And How can I set the cost of C with value of A+B?
And How can I set the condition of C to calculate cost of C in header level?
or can I set like
price is determined in header level and cost is calculated in item level?
Or please recommend nicer solution.
Thank you very much.
J.K.

Hi Azam,
It seems to me that you want to use Delivery Group for Sales BOM where If Mat A = Mat B + Mat C and Mat B Availability date is 20/07/2014 (DD/MM/YYYY) and Mat C availability is 25/07/2014 then Main line item should be confirmed with 25/07/2014.
If any one sub Item is not available, then Any of the item from the Grouping should not be dispatched.
If this is the requirement then, In Item Category (VOV7) for main Item update Create Delivery Group field with X and your requirement will be fulfilled.
Do let us know the result after testing.
Regards,
MJ.

Similar Messages

  • Condition type EDI1 is not populating in XKOMV for BOM Header Item

    Hi All,
    We have assgined EDI1 and EDI2 condition types in pricing procedure, and creating orderd through Idoc, and checking for customer expected price.
    EDI1 and EDI2 are correctly populating for standard items, but NOT for BOM header item.
    I checked in XKOMV and observed that EDI1 is not coming for BOM header item.
    Please advise what to do.
    Regards

    Hi,
    In case your pricing procedure is similar to standard SAP then probably you use calculation routine 8 for EDI1 and EDI2.
    8 is represented by routine FV64A008. Inside this routine there is the following check:
    check: komp-prsfd = 'X'.
    Verify if your BOM header item category has switched on Pricing indicator (TVAP-PRSFD).  If you have blank value there then this is the reason why EDI1 / EDI2 condition don't receive value in your case.
    Best regards
    Witek Prawecki

  • What's the name of FM for getting Sales Order Header / Item Status info

    Hello All:
    Do you know what's the name of Function Module for getting Sales Order Header / Item Status Overview ? Any sample code will be very much appreciated.
    Basically, I am trying to create a Webpage where user can enter the Sales Order document number and will return the Sales Order: Status Overview.
    Thanks,
    Dipankar Biswas

    Thanks everybody ! Appreciate for your prompt response. I was also looking for some sample code, and I did find some on. And here is one. I still have to try the code, but here is for all your reference:
    *& Report ZBAPI_SALESORDER_GETSTATUS *
    *& Read and Display the Sales Order Items and Status of the Order *
    REPORT zbapi_salesorder_getstatus NO STANDARD PAGE HEADING LINE-SIZE 200 LINE-COUNT 33(3).
    TABLES: vbap. "Sales Document Item Data.
    DATA: wa_bapireturn TYPE bapireturn,
    wa_bapisdstat TYPE bapisdstat,
    it_bapisdstat LIKE STANDARD TABLE OF wa_bapisdstat.
    TYPES: BEGIN OF ty_mat_name,
    matnr TYPE makt-matnr,
    maktx TYPE makt-maktx,
    END OF ty_mat_name.
    DATA: wa_mat_name TYPE ty_mat_name,
    it_mat_name LIKE TABLE OF wa_mat_name WITH KEY matnr .
    PARAMETERS: p_vbeln LIKE vbap-vbeln DEFAULT 5573.
    START-OF-SELECTION.
    SELECT matnr maktx FROM makt INTO TABLE it_mat_name.
    CALL FUNCTION 'BAPI_SALESORDER_GETSTATUS'
    EXPORTING
    salesdocument = p_vbeln
    IMPORTING
    return = wa_bapireturn
    TABLES
    statusinfo = it_bapisdstat.
    IF wa_bapireturn IS INITIAL. " Successful Execution.
    WRITE: / 'Document No: ' COLOR 1, 20 'PO Number : ', 40 'Status' , 50 'Delv.Stat',60 'Item No', 80 'Material', 90 'Material Description', 130 'Net Price' COLOR 2.
    ULINE.
    LOOP AT it_bapisdstat INTO wa_bapisdstat.
    WRITE: / wa_bapisdstat-doc_number. " Sales Document Number.
    READ TABLE it_mat_name INTO wa_mat_name WITH KEY matnr = wa_bapisdstat-material.
    WRITE: /20 wa_bapisdstat-purch_no, " Customer Purchase Order Number
    40 wa_bapisdstat-prc_stat_h, " Processing Status
    50 wa_bapisdstat-dlv_stat_h, " Delivery Status
    60 wa_bapisdstat-itm_number, " Item Number
    80 wa_bapisdstat-material, " Material
    90 wa_mat_name-maktx, " Material Description
    130(10) wa_bapisdstat-net_price. " Net Price
    CLEAR wa_bapisdstat.
    ENDLOOP.
    REFRESH it_bapisdstat[].
    ELSE.
    WRITE: wa_bapireturn-message.
    ENDIF.

  • Subsinvprocess in the sales order header --- billing tab and in the custom

    Hello All
    there is a field SubsInvProcess in sales order header - billing- tab and in the customer master - billing tab
    what was the functionality of this field. I never worked with it
    kindly help on this one. 
    Thanks,
    prasad

    Dear Vara prasad,
    The value of this field is if you want to print the invoices that are being posted manually you can activate this field.
    It will be directly proposed from customer master to sales document, where you can change.
    Please let me know if you want any further clarifications.
    Please go through this thread also for further reference.
    Clarification for usage of Subsequent Invoice Processing in Customer Master
    Thanks&Regards
    Raghu.k

  • How to create a sap script for sales order header items?

    Hi friends i am totally new to scripts i have got a task where i have to create a sap script for sales order header items details, the clue that i have got is to create using MEDRUCK but i have got no idea please can any body help me with this task with any sample sap script?
    Points will be rwwared with out fail Thks in advance.

    Hi,
    The Standard Form NAme is RVORDER01
    Regards
    Sandipan

  • Sales BOM Header line item confirmed without components in Delivery

    Hi Experts,
    The issue is about the delivery is created with the single component for the Sales BOM where as it contains two.
    We have analyzed the issue and checked that the missing component would have not been available in the stock during the time when the delivery is created and hence is not included(Header material and single component is included in the Delivery).
    The user's concern is; when there is no stock for any one of the component, then it shouldn't have confirmed the header material. Kindly suggest.

    Hi Azam,
    It seems to me that you want to use Delivery Group for Sales BOM where If Mat A = Mat B + Mat C and Mat B Availability date is 20/07/2014 (DD/MM/YYYY) and Mat C availability is 25/07/2014 then Main line item should be confirmed with 25/07/2014.
    If any one sub Item is not available, then Any of the item from the Grouping should not be dispatched.
    If this is the requirement then, In Item Category (VOV7) for main Item update Create Delivery Group field with X and your requirement will be fulfilled.
    Do let us know the result after testing.
    Regards,
    MJ.

  • Sales bom - parent item

    when i create a sales bom, all the components display as independent items on the picklist. why? and it also does not display the parent item. the picker needs to see this information! how can i make that show up on the picklist? any ideas?

    Hi Gordon,
    I appreciate your mature reply to my critical posting.
    Do you know what the Sales BOM is supposed to be used for? I am not sure how in any possible context can the below make sense:
    1. Currently B1 will deliver components only of a Sales BOM at zero cost
    2. Given sales orders can "expire" (in the sense they can have a cut-off date - typically 30 days by default I think), surely if one doesn't receive the remaining components in time, this would lead to a very awkward situation! What if the remaining component(s) is/are non-purchased item(s)?
    If the above was registered as a program error, fair enough. But they won't register it. any ideas why?
    Although with each version (see below), everything works "as designed" - they keep changing it:
    In 2004A, Sales BOMs were working "as designed" - but P&P manager couldn't be used (parent item was lost when making delivery note)
    In 2005A, Sales BOMs were working "as designed" - same as above - but Assembly BOMs (essentially the same thing) were improved would print off a separate component picking list.
    In 2007A, Sales BOMs are working "as designed" - note, this hasn't officially changed yet - but we now get the parent item in the delivery via P&P
    Our SAP partner was just as surprised at the functionality as we were when we moved ahead with the install a few years ago.
    Please understand, my only issue is the lack of willingness from SAP to recognise the problem at all - and the standard answer of "as designed" even when it is clear there is a problem. If you can help myself and perhaps Prem improve our understanding of the design (especially points 1 and 2 above) I would genuinely be grateful.
    Thanks,
    Raj
    Edited by: Rajiv Agarwalla on Dec 12, 2008 2:24 AM
    Edited by: Rajiv Agarwalla on Dec 12, 2008 2:25 AM

  • Sales BOM Header Material should not come in J1IJ or delivery

    Hi,
    We have one depot plant,  Now i am using the sales BOM, I have created one Material header with item category LUFM  pricing at item level only, BOM is created, When I am entering the Header material in SO  then alll child items are coming, then while creating the delivery all the child items and also the header items is coming in the delivery but same is coming in the J1IJ  also  I want that the header materal should not come in the J1IJ  and it will be better if it is not in delivery  if i set the indicator delivery block for header materia in SO  then that item si not coming in Delivery   but SO  is shoing  in Open SO  as the header material is not delivered.
    So is there any setting for this.
    Also  in quotaion I have maintain the item category assignment I have assign QT - LUFM - AGN
    but whhen I am entering the header material in VA21  Ffor which the item category is LUFM system is giving the error message
    No item category available (Table T184 QT LUMF  )
    regards,
    zafar
    Edited by: zafar karnalkar on Nov 24, 2011 7:56 AM

    Hi,
    Yes I want that the Header material should not come in J1IJ  only.  but i check the program of J1IJ  it is selecting all the materials  ref. to delivery number  without any further check. also is it possible  insted of SO if first we create the quotation  in quotation therr willl be header material as well as child item  but in SO only child item should get copy when creating ref. to that quotaion,  I try with item category copy control,  but then system is selecting non of the materils from Quotaion to SO,  and when I allowed coopy control of header material from Quotaion to SO  then it is copying Header as well as child items in the SO.
    regards,
    zafar
    Edited by: zafar karnalkar on Nov 24, 2011 10:53 AM

  • How to update the sales order header & item data in TM system

    Hi Experts,
    Greetings!
    I need your help,I have a one requirement sales order data came from ECC these sales order data need to update in TM Sales order header table as well as item table also these fields are additional fields.
    Can anyone please guide me I am very new in TLM .
    Thanks in advance.
    Thanks&Regards,
    Siva.

    Hi Siva
      "/SCMTMS/TRQ~ROOT" is for sales order header and "/SCMTMS/TRQ~ITEM" is for details.
      I assume you need to
    enhance the structures for these nodes to hold your add. fields;
    and do the same for the input parameter of service TransportationRequestRequest_In (which is used to create OTR) from PI side;
    Pass the add. fields during service call (impelment in ERP system);
    Map the fields from service paremeter to node attribute (implement in TM system, BAdI   /SCMTMS/TRQ_SE_TPNRQ_REQ~CHANGE_MODIFICATION create modification table for the input parameter).
    I cannot find source code for all of that; hope it helps.
    Sensen

  • Sales bom line item in billing for information

    Dear All,
    I have the scenario of Header pricing and line item stock reduction.
    Now  the client needs in the billing the line item of header should appear for only information purposes.
    Please suggest how can we do this
    how do we do this?

    HI,
    please go to the item category TAE, there u  wl find a field statistical value , enter X there.
    i think ur problem wl b solved.
    rewards welcome.
    cheers

  • Sales order line item assign to cost center

    Hi Experts,
    I would like to know how can I assign a cost centre to a line item in a sales order? Currently we are assigning our line items to a profit centre.
    Thanks in advance for your help.
    Best regards,
    Catherine

    Dear Catherine,
    One way, to assign a cost center to a sales order, is based on Sales Org, Dist Channel, Division and Order Reason code.
    T. Code: OVF3, or
    Path: SPRO --> IMG --> Sales and Distribution --> Basic Functions --> Account Assignment --> Assign Cost Center
    For More, refer -
    [Assign a Cost Center manually in a Sales Order|http://www.sap-img.com/sd007.htm]
    Best Regards,
    Amit.
    Note: You must consult with FI-Counterpart, and check with:
    T. Code: OKB9
    Using this Transaction, you can determine a cost center, from profit center, maintained in to Material Master.

  • Printing SALES BOM sub items / child items

    Hi,
    We currently have SALES BOM materials setup & have sub items suppressed from printing on pick notes & delivery notes. I now have some materials which i need to be SALES BOM materials but i want the sub items to print on the pick notes & delivery notes.
    I have copied the material type into a new material type but dont know where to look where I can allow printing of sub items for this material type?? I've look in IMG & also SMARTFORMS but can find where i need to configure this.
    Can someone please help?? p.s I'm a bit of a novice so will need detailed instructions.
    Many thanks in advance
    Dean

    Please try VBAP and VSVBAP_CN tables.
    You have to take VBAP-SERNR field for your sales order and give it as input in VSVBAP_CN-SERNR and then you will get all the parent and child items. If you tell this to ABAPer, he should be able to enable this in the smartform you are going to use.
    The same field is available in VBRP also.
    Hope this helps.

  • Change the sales bom sub-item catetory

    Hi,
    I have created sales bom with main material assign LUMF. When I create sales order, with below feedback
    item 10 - Material A with item cate. TAP
    item 20 - Material B with item cate. TAN
    I want to change the item cate. TAN, as we r using other item cate. (ZTAN)  I have assign the item cate to sales order type
    Saty    ItCGR      USG.          HLevItCa        DfltC            MitCa
    OR      LUMP                         TAP                TAN             ZTAN

    > I have created sales bom with main material assign LUMF. When I create sales order, with below feedback
    > item 10 - Material A with item cate. TAP
    > item 20 - Material B with item cate. TAN
    > I want to change the item cate. TAN, as we r using other item cate. (ZTAN)  I have assign the item cate to sales order type
    >
    > Saty    ItCGR      USG.          HLevItCa        DfltC            MitCa
    > OR      LUMP                         TAP                TAN             ZTAN
    Hi,
    Goto the T.Code "VOV4".
    In this as you have assigned correctly,you can change manually to "ZTAN" as you have maintained it as Mitcat.
    If you want that it should come automatically while creating the order,then Maintain "ZTAN" as the Default Item category.
    Save.
    Regards,
    Krishna.

  • Item stock And value Information

    hi
    I have managed items(Raw Material)(Set G/L by Item Group).Inventory Account mapped in Asset drawer.
    my client to show all information that how much(Stock Value ) purchase for raw materials.At the time of      P & L Report.then tell me  How to show ?

    Expenditure(Drawer)          
    500003 - RAW MATERIALS          
         500008 - FOAM     
              500063 - P.U. FOAM(Group )
              500064 - PROFILE FOAM
              500065 - MEMORY FOAM
              500066 - BONDED FOAM
              500067 - FOAM BORDER
              500068 - FOAM LATEX
              500069 - P.E. FOAM
              500070 - FOAM MOULDED
              500071 - FOAM SOFTY
         500009 - RUBBERISED COIR     
              500062 - COIR
         500011 - STEEL WIRE     
              500058 - 1.32 mm-(S.W)
              500059 - 2.2 mm-(S.W)
              500060 - 2.4 mm-(S.W)
              500061 - 3.6 mm-(S.W)
    Asset(Drawer)          
    500003 - RAW MATERIALS          
         500008 - FOAM     
              500063 - P.U. FOAM
              500064 - PROFILE FOAM
              500065 - MEMORY FOAM
              500066 - BONDED FOAM
              500067 - FOAM BORDER
              500068 - FOAM LATEX
              500069 - P.E. FOAM
              500070 - FOAM MOULDED
              500071 - FOAM SOFTY
         500009 - RUBBERISED COIR     
              500062 - COIR
         500011 - STEEL WIRE     
              500058 - 1.32 mm-(S.W)
              500059 - 2.2 mm-(S.W)
              500060 - 2.4 mm-(S.W)
              500061 - 3.6 mm-(S.W)
    Item Group have Inventory Account Map(P.U. FOAM
    ) inAsset Drawer.
    Item Group have Finished Goods - Cost of goods sold  Map(P.U. FOAM
    ) in Expenditure Drawer.
    i mean to say that this hierarchy shoud be placed in  both assets drawer and expenditure drawer because i want both trial balance and P & L Reports or its sufficient to place it in assets drawer only.
    As this is finished sold good hierarchy.
    plz solve it.
    thanks

  • Sales document header/item text

    Header and item text saved during sales document create uses XXXXXXXXXX as the tdname, because the sales document number has not been determined yet.  Occasionally, this text gets left behind.  Subsequent documents being created get the stranded text.  We have been using the delete_text function module to get rid of this text.  Is there a fix for this?

    There is an OSS note 539221, describing similar problem but it is fixed in patch level 2 and you are already on level 15.
    Have you opened an OSS message for this problem ?
    -Sanjeev

Maybe you are looking for