Application Development and Automation 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: 
Read only

BoM for Planned Order

Former Member
0 Likes
1,534

Hi,

In my report previously Material No. was Input field and BoM explodes on material number, now I had added planned order number as input field and material will display automatically, Now I want BoM explosion on planned order number.

Function Module previously used is : "CS_BOM_EXPL_MAT_V2"

which function module should I use to explode Bom on Planned Order no.Or any logic that can help me to proceed further

Thanks in advance.

Hi,

In my report previously Material No. was Input field and BoM explodes on material number, now I had added planned order number as input field and material will display automatically, Now I want BoM explosion on planned order number.

Function Module previously used is : "CS_BOM_EXPL_MAT_V2"

which function module should I use to explode Bom on Planned Order no.Or any logic that can help me to proceed further

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
698

BOM maintained for FG(finished goods) , not based on the Orders.

If u have planned order only, then u have to get MATNR of that Orders then u have to explode by using the same FM.

<b>exactly what u want ?

u want get Components that are consumed in a given Planed Order</b>Regards

Prabhu

Read only

0 Likes
698

I dont have to use STPO/STKO Table to get BoM Details, Components to be backflushed can be identified from Planned Order and table i want to use is PLAF.

In this function module: CS_BOM_EXPL_MAT_V2

I am passing STPOX structure so will that be ok to get BoM for planned order details.