cancel
Showing results for 
Search instead for 
Did you mean: 

Implode BOM

Former Member
0 Kudos

Hello...

I need to imploade BOM for multiple materials.....In CS15 we can only implode 1 material at a time......Is there any other option from where I can implode for multiple materials....

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please explain what you mean by saying "implode BOM"? This does not look like a standard SAP term

Thanks,

Anil

Former Member
0 Kudos

Hi,

To do CS15 for multiple materials, you will have to write a Z program using FM - CS_WHERE_USED_MAT or CS_WHERE_USED_MAT_ANY. If you want to do CS12 for multiple materials then use - CS_BOM_EXPL_MAT_V2

However note that the run times will be very long, so ensure that you execute this for only a few materials. Discuss with your abaper on this.

Also just do a search in this forum, you will find many threads addressing this topic.

Regards,

Vivek

former_member196530
Active Contributor
0 Kudos

Dear ,

Try to use follwoing FM for CS15 fo the same purpose and discuss with your ABAPER

1.CS_BOM_EXPL_MAT_V2

2.CS_WHERE_USED_MAT_ANY.

3.CF_UT_BOM_DISPLAY PRT: Display bill of material

4.CAVC_I_GET_BOM_HEADER_DATA

5.CAVC_I_GET_BOM_ITEM_DATA

.CAVC_I_GET_BOM_ITEM_DATA_LIST

Refer :

Regards

JH