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

what do you mean by exploding a BOM?and how to do it.?

Former Member
0 Kudos
13,822

I know we can create a BOM in cs01 transaction.But I dont know what does exploding of BOM mean?and how can we do it?I dont have any idea regarding that.Please help,as I need to implement this in my prograamee???

1 ACCEPTED SOLUTION
Read only

Former Member
5,028

Exploding a BOM is to open each item of the BOM to see what are the sub components of each line item.

YOu have to use the FM: CS_BOM_EXPL_MAT_V2 for your requirement.

Search the forum with the FM name to find sample code.

Regards,

ravi

4 REPLIES 4
Read only

Former Member
5,029

Exploding a BOM is to open each item of the BOM to see what are the sub components of each line item.

YOu have to use the FM: CS_BOM_EXPL_MAT_V2 for your requirement.

Search the forum with the FM name to find sample code.

Regards,

ravi

Read only

Former Member
0 Kudos
5,028

Why don't you speak to your functional consultant and ask them to explain and show you what is meant?

Read only

Former Member
0 Kudos
5,028

Hello Smriti,

Exploding a BOM means to display all the components and sub-components for a BOM in a particular transaction (eg) VA01,CO01,ME22N etc..

You can use the SAP FM's depend on the Functionality:

CS_BOM_EXPLOSION General BOM explosion

CS_BOM_EXPLOSION_EQUI BOM explosion - initial screen: equipment

CS_BOM_EXPLOSION_MAT BOM explosion (old version); as of 3.0, use CS_BOM_EXPL_MAT_V2

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

CSS7 Explode BOM (Document)

CS_BOM_EXPL_DOC_V1 BOM explosion: document sub-assemblies

CS_BOM_EXPL_GNRL2_V1 General BOM explosion: document sub-assemblies

CSSO

CS_SO_MODE_BOM_EXPLOSION

As per Garet in response to your question better talk to the Functional team to get the better underatanding for your requirement.

Check the below link for more details on BOM:

http://sap-img.com/sap-sd/what-is-bom-referring-to-sap-sd.htm

Thanks,

Greetson

Read only

gurbhejsingh
Explorer
0 Kudos
5,028

This message was moderated.