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

Function Module for BOM

Former Member
0 Likes
821

Hi All..

I want to know if there is any functional module in SAP which can gives Parent Material detail if I provide the child material number... (reverse to CS03)

I tried in SE37 but I am not able to pick the exact one.

Thanks & Regards,

Srib K

4 REPLIES 4
Read only

rahul_kamble2
Participant
0 Likes
702

Hi,

Try FM 'CS_BOM_EXPL_MAT_V2' through test ABAP program it will give you all details.

Rewards if Helpful.

Regards,

Rahul

Read only

Former Member
0 Likes
702

Hi,

Check the below FM's:

CS_BOM_EXPLOSION General BOM explosion

CS_BOM_EXPLOSION_EQUI BOM explosion - initial screen: equipment

CS_BOM_EXPLOSION_MAT BOM explosion (old version);

CS_BOM_EXPL_EQU_V2 BOM explosion for equipment

CS_BOM_EXPL_KND_V1 BOM explosion for material

CS_BOM_EXPL_MAT_V2 BOM explosion for material

CS_BOM_EXPL_PSP_V1

CS_BOM_EXPL_TPL_V1 BOM explosion for functional location

Regards

Kannaiah

Read only

Former Member
0 Likes
702

Try MATERIAL_READ.

Read only

Former Member
0 Likes
702

I have created an SQVI query..