cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Alternate BOM Selection while creating Sales Order

Former Member
0 Kudos

We are maintaining Alternate BOMs for Materials in CS02 transaction. There is no Valid To date on the screen. All BOMs have an end date of 12/31/9999. When creating a sales order for the material using transaction va02 we get a pop up asking us to select the BOM for the Material. When creating the sales order using a program ( through BAPI ) the first BOM gets selected automatically. We want to instead pick up the latest valid BOM created for the Material. Is there any way we can achieve this without adding custom code?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Standard program always selects the first available BOM from the popup. if you want to select a specific BOM component, then you need to do that in the sales order user exit. in that you can use the valid from(which is available in Admin data tab in Header in CS03), you can sort the list in descending order and get the firsts one in the list.

Hope this helps a bit.

Thanks,

Srini.