Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BOM in SALES ORDER

Former Member
0 Kudos

In BAPI_SALESORDER_CREATEFROMDAT2, I am able to create a sales order with one item and 3 components. (BOM explosion is working)

However order quantity for child items is 0, this is incorrect, it should be 1

And order quantity for parent is 1 which is okay

The BOM contains 1 material (parent) with 3 child items.

I need order quantity for child = 1

Edited by: S V on Jan 30, 2008 7:52 AM

1 REPLY 1

Former Member
0 Kudos

I S V I am trying to have the BAPI BAPI_SALESORDER_CREATEFROMDAT2 functioning with a BOM explosion .

But I get an SD order with one item only and no BOM explosion although I am filling the structure for Configuration .

What is the trick to force the BOM explosion ?

I am suspecting field BOMEXPL_NO in structure ORDER_ITEMS_IN and flag X same field name in

ORDER_ITEMS_INX .

But I can't get the Items to be generated .

Can you share an example of your coding .

Thanks  A lot

Yvon