Sales BOM Component not in order

Hi All,
I have created some Sales BOMs.
I selected 3 Sales BOMs into Sales Order at one go using the block select. It is displayed without issue when there are no formatted searches setup at Sales Order row level. as shown below.
SalesBom-01
  SalesBOM-01-Comp-01
  SalesBOM-01-Comp-02
  SalesBOM-01-Comp-03
SalesBom-02
  SalesBOM-02-Comp-01
  SalesBOM-02-Comp-02
SalesBom-03
  SalesBOM-03-Comp-01
  SalesBOM-03-Comp-02
  SalesBOM-03-Comp-03
I have created 2 User-Defined Fields (both have formatted search setup to refresh by Item No).
= Avail Stock (in Stock - Is Committed from OITM)
   FS = SELECT $[$38.33.number] - $[$38.34.number]
        $[$38.33.number] = In Stock field (std field in Sales Order row)
        $[$38.34.number] = Commited field (std field in Sales Order row)
= Maximum Selling Price (gets from the Maximum Price List)
   FS = SELECT T0.Price FROM ITM1 T0  INNER JOIN OPLN T1 ON T0.PriceList = T1.ListNum
           WHERE T1.[ListName] ='Maximum Price' and  T0.[ItemCode] =$[$38.1.0]
After implementing the 2 formatted search, the 1st Sales BOM is not properly displayed. see below example. The components for SalesBom-01 are displayed at the end of the SalesBom-03.
SalesBom-01
SalesBom-02
  SalesBOM-02-Comp-01
  SalesBOM-02-Comp-02
SalesBom-03
  SalesBOM-03-Comp-01
  SalesBOM-03-Comp-02
  SalesBOM-03-Comp-03
  SalesBOM-01-Comp-01
  SalesBOM-01-Comp-02
  SalesBOM-01-Comp-03
Does anyone have any advise the cause and how i can rectify it?
Regards
Jessie

Hi Gordon,
I am using 2007B SP0 PL10.
I have already tried it in SBODemo_SG and customer's TEST database.
Both are showing me the same results when the Formatted Search are setup.
Rgds
Jessie

Similar Messages

  • In sales order does not not show sales bom component

    hi to all,
                it is possible if i create one sales order and i connect one sales bom to order and do not display component of sales bom in sales order so pls tell me procedure.pls tell me how to set print layout of sales order without sales bom component
    Regards
    vishal

    Hi,
    To do not show the component items in Sales Order, you should use Assembly type of BoM.
    Here I copied the differences between them which is from Online Help.
    The sales bill of materials and the assembly bill of materials represent a finished product which is assembled at the sales stage.
    The difference between the assembly bill of materials and the sales bill of materials is as follows:
    ·        Assembly bill of materials; the finished product appears in the sales order document.
    ·        Sales bill of materials; both the finished product and the components appear as separate items in the sales order document.
    Hope this helps you.
    regards,
    maggie an

  • Sales BOMs do not appear on picking lists

    Hi Experts,  First post!  I notice that when I print a sales order and picking list, any Sales BOMs that are on the sales order do not appear on the pick list.  I think I understand correctly that this is because the sales BOMs are non-stock items, but for our purpose it is fine and important that we are able to show all the line items on a pick list. 
    I am using SAP 2007 PL5.  Thank you.  Jason
    Edited by: Jason Stansfield on Mar 15, 2008 4:09 PM

    would any of the BOM types (Production or Template) be able to appear on a pick list?  I am not sure why SAP has this functionality given that a sales BOM insofar as I understand it, is just a collection of items which are actually stocked. In most cases out Sales BOMs do not even require any assembly. 
    If the only way that this can be achieved is through a query print layout would any of the experts be able to offer any help on creating the query as my SQL is not so strong?
    Many Thanks
    Jason

  • Sales BOM is not working for one Distribution Channel

    HI Gurus
    In VA01, Line item, for material A Sales BOM is working ( Bom exploded ) for one distribution channel but not for other distribution channel.
    Material A is defined already for other distribution channel ( for which sales bom).
    Sales BOM ( CS01) is also define.
    Regards\Adnan

    this is solved by myself. Component ( child ) material was not defined for that Distribution channel.

  • Header Item of Sales BOM is not copied into second delivery

    Hi Gurus
    I have an issue to be solved immediately. Please help me to fix this.
    I have a Sales BOM in order with components exploded (The Header Item has 5 Components). The pricing is maintained at header level. The order is created with a quantity of 5.
    Schedule lines in the order show that quantity of 3 is available immediately and another 2 are available in another one week.
    Due to availability of material/confirmed quantity, first outbound delivery is created (VL01N) with reference to the order for a quantity of 3. In the delivery, Picking & PGI was done for this delivery.
    My issue is: When I go to create the second outbound delivery with reference to the above same order, for the remaining quantity of 2, I can see 5 components displayed, BUT NOT THE HEADER ITEM IN THE DELIVERY. My client wants to see the header item as well in the delivery as it is sent to freight carrier.
    Please guide me to fix this.
    Thanks in advance.

    But you have already delivered the header item Let's say your header item is number 10 and your increment is 10. Create item 11 with the header material and delete the exploded BOM. Now you have a new header item to deliver with the remaining 2 pieces of your BOM materials.

  • BOM component in service order

    Hi guys,
    I have plant A as a maintenance planning plant for plant B and C and equipment 123 in plant B.
    Can I create an equipment BOM in maintenance planning plant A and when I explode the BOM in my service order, it will list out the components to be drawn out from plant B?

    Dear Sir,
    Can U tell me is It Right method to adopt the BOM to Order ?
    In order- components tab - list is there, when i click on that, the particular BOM - materials are Viewed, and  i double click  , the materials are transported to the order . is it right method.,
    In pp order all materials in BOM are Transfered to Production order.In maintenance order is not that such scenario?
    Regards
    SMC

  • List view component not being ordered

    I am using the list view component to represent my table data. for creating a new row, i use a popup which has a separate taskflow in which i create a new row. Now i need to refresh the list view component after this new row is created. I am doing that using contextual events. I just re execute the query of the vo based on which the list view component is made. But in order to get the in memory rows, i set the view objects query mode to scan view rows as well as entity based rows. This however makes the vo query's order by clause to not work. I am not sure why but the list view data is no longer ordered.
    Also if anyone has any idea how to refresh the entire list view component, that is load data again, it would be of great help.
    Thanks in advance,
    Jithesh

    Hey,
    I'm new at this so i'm going to try to help (although it problably won't work or do what you want).
    You said you want to refresh the entire list view component, well, normally i have my views/data controls connected to a binding variable in my bean class and if i want to update something (lets say a selection) i use this code:
            AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
            adfFacesContext.addPartialTarget(dimFactSales);
    dimFactSales = variable binded to one of my views.
    Hope that helps,
    Frederico.

  • Sales BOM not exploding automatically while creating an order

    Hi CRM experts,
    While creating an order in CRM, the sales BOM is not exploding automatically. It explodes when doing a request download of it and then entering in order.
    Found that the FM CRM_BOM_EXPLOSION_EC is responsible for exploding the BOM and it is being called as an event call in CRMD_ORDER.
    CRMD_ORDER is making this event call successfully in development but not in quality system.
    Could you please provide help in this regard.
    Regards,
    Santosh

    Can you elaborate what happens when  the BOM explosion happens in Quality System ?
    Do you see a dump , message or exception in your WebUI ?
    If you see anything above mentioned do post for more information.
    Regards
    Kavindra

  • SALES BOM - request facility to add to purchase order

    It would be of great marketing advantage if we could change the load a "sales BOM" to a pucrhase order either directly or indirectly (based on sales order).
    Regards
    Jeff Patch

    Ciao Elisa,
    If PO item was delete, system will update the PO qty in PR statistics with ZERO.  And appear information to advise this item has been opened. But 'Processing stat' will still keep 'B' - Ordered.
    For your reference, please also kindly review the note 493315
    FAQ: Purchase requisition (general)  -> question 1
    ~~~~~~~~~~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~
    1.  You delete a purchase order item with reference to the purchase requisition. Why is the last purchase order in the purchase  requisition not reset and why is processing status "B" not changed?
    Answer:
    See Note 65839.
    "This is actually not an error. This is because checks for whether a purchase requisition has already been completed are always made on the basis of the quantity ordered. The processing status and the last purchase order are not used in this case.
    Thus the processing status and the last purchase order are not reset, since it very often occurs that purchase requisitions are completed via several purchase orders - that is, they are partially ordered several times. In this case, it would even be completely incorrect to reset the status when deleting the last purchase order item, since the previous purchase order can still exist.
    However, since the program no longer has this information, namely, which purchase order is the last active one, the processing status is left on "B" and the purchase order number is not corrected, because this could only cause "even more incorrect" statistics."
    Regards,
    Mauro

  • Cost of Sales BOM

    Hi SD Gurus,
    Need to know how to calculate the cost of the sales BOM that I have created. When I create a sales order for the sales BOM, it explode all the components in the sales BOM. All of them have condition type VPRS which state the cost of the component but the actual FGD sales BOM does not have VPRS condition type in them. The item category for the sales BOM is customised as ZTAI, Banded without pricing.
    I tried looking at the header and there is a VPRS conditon but it is for the whole order. The order may or may not include other sales order item that is a Sales BOM.
    Am i missing something here. Pls help and points will be awarded. Thanks

    Hi all SD Gurus,
    Thank you very much for the fast response.
    I think my SD config person did not check the "determine cost" in VOV7 for that item category. Will ask him to do so but am interested in the below suggestion also.
    at parent level, in which case all the sub-items pricing components are collated (totaled) into the parent item.
    Dear Kookie,
    Can you advise how to perform the above also from a cost perspective, i.e. adding all the VPRS found in the sub items and adding them to the main item

  • Sales BOM components visible on forms...

    I have a client that has a wish list item, they would like the sales BOM component items to not show on Quotes, order acknowledgements and invoices but obviously need them to appear on the picking and packing documents along with the parent. Has anyone else run across this type of request? Is this something that can be accommodated in Crystal?
    Thanks much! Amy

    You can probably make it happen in Crystal.  Even in PLD, just make take those fields out from the form and only include them in the picking and packing documents.
    Regards,
    WB

  • Sales BOM and Incompletion Log

    Hi SAP experts.
    We are on ECC 5.0. Wer are exploding sales BOM in sales orders. I have a requirement that if for certain reason a BOM fails to explode for a particular line item then that item should be go an incomletion log. I was able to select field VBAP-STKEY (BOM ORIGIN) in incompletion procedure at the item category level.
    However the problem i have with this is even if the BOM explodes the order is set to incomplete once I add VBAP-STKEY to the incompletion procedure. I find the VBAPSTKEY also gets a value of 5 in the table however the order is stil shown as incomplete. I am not sure if this is a bug.
    If it is not possible to control this via incompletion log is there a way to ensure that if a sales BOM does not explode in sales order the system should not create delivery for that line item.
    Any response will be highly appreciated.
    Thanks
    Praful

    Dear Praful
    You can try with this.
    Go to OVA2, block "Sales-Item" and double click on "Procedures".  Again block on "Standard Item" and double click on "Fields".  There maintain as follows:-
    Table::Fld name::::::::Description:::::::::Screen:::Status
    VBAP:::UEPOS:::::::Higher-level item:::POST::::::04
    thanks
    G. Lakshmipathi

  • Purchasing a Sales BOM

    Hi,
    Has anyone got any suggestions on how the following can be achieved?
    We have several partcodes that relate to kits, these kits contain serveral partcodes that are otherwise available singularly.
    A kit will have its partcode and serial number and all child products within with have their individual partcode and serial number.
    For the purpose of Sales & Support we would like to be able to sell the products as a Sales BOM thereby having a record of each product in the kit.
    However we cannot have a Production or Sales BOM on a Purchase Order to the supplier as SAP does not allow this.
    So how using SAP can we purchase a Parent Child structure and then Sell the same Parent Child structure in order to record all the details in the transaction?
    I look forward to hearing from you.

    hi! for the purpose of purchasing, you can purchase the partcodes individually. although, you cannot purchase it in a paren-child structure, this way, you can purchase the partcodes and the kit and have it available in  the system.  once the items are available, whether parent, child or the Sales-BOM can now be used in sales. on the other hand, when you use a production BOM, your sales document will not reflect a parent-child structure in sales documents. only the parent item will be reflected in your sales documents.
    hope this helps!

  • Sales BOM per customer

    This might be a strange question but still. We have a customer who ships out pallets and crates to their customers. They want to be able to track these items of course and bill the customers according to the number of items they received. N.B. these items are not returned so returnable packaging is out of the question.
    We are looking at the use of a sales BOM so we can calculate the number of pallets and crates per sales order and delivery based on the number of finished products they ship out and of course create an invoice where these items are listed as part of the delivery with the actual costs. This works quite satisfactory BUT it will only work when either all customers use the sales BOM or all customers do not use the sales BOM.
    What's the problem, as this is a new process, they will not be able to convince all customers to directly pay for pallets and crates that are being shipped out. We are now facing the problem that for part of the customers they want to use a sales BOM and invoice them for the pallets and crates they receive BUT for part of the customers they do not want to invoice them for the pallets and crates they receive. This means that we are looking for a way where we can indicate, per customer, whether to use a sales BOM (ship out and invoice pallets and crates) or not to use a sales BOM (do not logically ship out and invoice pallets and crates).
    Is this possible yes or no? Maybe with a user exit that checks for a specific field in the customer master? We have already defined two sales BOM's per material, one where pallets and crates are used and one without pallets and crates so we could mis-use the alternative sales BOM principle, but we still need a trigger to call either sales BOM.
    Any help would be appreciated.

    Hi Roberto and Biju,
    We looked at both options but neither are workable. Not all warehouses use HUM because not all warehouses are their own warehouses, some are from logistics service providers who have not SAP access, otherwise the problem would be a bit easier, plus the customer does not use packing and will not use packing in the future.
    The dynamic product proposal was a bit more promising but also there, we encounter a problem because we cannot make a calculation on the number of crates and pallets shipped out to a customer, which is one of the requirements.
    The problem still lies in the fact that
    - Customer A does not want a bill for crates and pallets and therefore does not want to see the items on the delivery and the invoice.
    - Customer B does want a bill for crates and pallets and therefore needs a calculation for the number of pallets and crates he received.
    We cannot set a field somewhere that says customer A without these items, customer B with these items and then trigger something else.
    Thanks for the help but we still haven't solved the problem.

  • Sales BOM in Quotation

    Hi Friends..
    In my existing ERP i am configuring Quotation scenario.
    I am now able to process all the functionality of Quotation, but for SALES BOM.
    I am unable to explode sales BOM in Quotation.
    Can anybody advice me whether Quotation can be with Sales BOM or Not?? if it is possible then i am using LUMF Category group for the BOM in Sales Order, and it is giving me the perfect results as required.
    Now can anybody help me in customizing the Item category in Quotation for SALES BOM Exlosion??
    i hope whatever i have mentioned is enough to give you idea about the scenario.
    expecting answers from the experts in the forum.

    The customizing of item categories depends on which item u want to be priced (main item or subitems).
    check these things:
    1. in VOV4 for main item category: check the extent of explosion in BOM structure scope field.
    since you are using main item category group as LUMF
    the standard setting in system is that main item is not priced and sub items are priced
    sales doc typeLUMF__+__>>TAP (not relv for pricing) - Main item
    sales doc typeNORM__+TAP>>TAN (Relv for pricing) - sub items
    ensure that the respective item category groups are set in Material master record(view sales:sales org:2)
    hope it helps, let me know if u still face problem. And if it helps give some points
    PR

Maybe you are looking for

  • How can I type the sq ft symbol in iOS?

    I cannot locate anywhere on the iOS keyboard the small "2" symbol to denote square footage next to and above "ft". Oddly, if you dictate to the phone say "5000 square feet" it WILL insert the symbol, so it MUST be possible to type it somehow, I just

  • Run time error : CONTROL_NOT_FOUND

    Hi all, I have the following dump in production. ShrtText                                                                                CONTROL variable not found                                                                                What ha

  • Flash shows White when loading

    i have designed my own photography site full of pitures using dreamweaver but having hthe pictures done in flash. now my background is black, and i made a tween for my photo to appear from the darkness until bright enough, from black. my issue is tha

  • Cache merge in JTA transaction

    I'm looking at code that attempts to do the following: 1. Using JTA, atomically: a. Write changes to an object to a database using Toplink. b. Post a message to a JMS topic. (The topic and the connection pool are both configured to use XA, and Toplin

  • Unable to connect target /

    Hi, I have Oracle 10gR2 10.2.0.3 db on Solaris. I use EM to backup the db to the disk. I was able to connect to the db but today I am getting an error. $ . oraenv ORACLE_SID = [prod_db] rman Recovery Manager: Release 10.2.0.3.0 - Production on Mon Ma