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

Is any function module can give BOM components at grid level?

Former Member
0 Likes
571

Hi,

I know SAP function module CS_BOM_EXPL_MAT_V2 will tell me what the component materials associated with the BOM material.

However, for AFS (Apparel and Footwear), there could have size (grid) defined to components (via CS01).

Does any one know which SAP function module can give me deep into grid level for BOM? Not just returns to me at material level.

Thank you so much.

Hi,

I know SAP function module CS_BOM_EXPL_MAT_V2 will tell me what the component materials associated with the BOM material.

However, for AFS (Apparel and Footwear), there could have size (grid) defined to components (via CS01).

Does any one know which SAP function module can give me deep into grid level for BOM? Not just returns to me at material level.

Thank you so much.

1 REPLY 1
Read only

Former Member
0 Likes
376

I found the way to solve this. After call FM CS_BOM_EXPL_MAT_V2 to get the list of components. Then looup table j_3abomd to get grid/size of this component. (key off stlnr , stlkn and stpoz )