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: 

Getting BOM Details of a material

Former Member
0 Kudos
215

Hi All

I have a scenario where I want to get the BOM details of a material.

I have displayed the sales order details and want to see if the BOM exists for the line item or not.

when I double click on the line item it should take me to the next screen where the BOM details of the material should appear.

But I am not aware how to use the FMs 'CAVC_C_EXECUTE', 'CAVC_C_GET_INSTANCES' and similar FMs ans what should be there sequence?

If any one knows about these FMs and there use, please help me.

Thanks in Advance

Lalit Gupta

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos
161

Use these function modules.

CSAI_BOM_READ.

CS_BOM_EXPL_MAT_V2.

You can also use FM CS_WHERE_USED_MAT to check if material bom exists for BOM component.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos
162

Use these function modules.

CSAI_BOM_READ.

CS_BOM_EXPL_MAT_V2.

You can also use FM CS_WHERE_USED_MAT to check if material bom exists for BOM component.

Former Member
0 Kudos
161

Resolved