cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for finding End Header level MATNR by passing component for BOM

shiv_kumar17
Explorer
0 Kudos

Hi,

I want to share a case regarding BOM explosion. In standard function module FM CS_BOM_EXPL_MAT_V2  we can lower level component by Passing Header Material. I need reversal where i want  to know is there any standard function module which can give me multiple Header material by passing its componet level. CS_WHERE_USED_MAT function module provide me only for single level but i need to know is there any standard function module which can give me multiple Header material by passing its componet level.

Header MaterialQtyUOMMTART
BOM1PCFERT
LevelITEMComponent MaterialQtyUOMMTART
0.110BOMI1PCHALB
..210BOMII1PCHALB
...310BOMIII1EAROH

Accepted Solutions (1)

Accepted Solutions (1)

kiran_kumar179
Active Contributor
0 Kudos

Shivkumar,

Did you check CS15?

Check below thread

BR
KK

Answers (1)

Answers (1)

marianoc
Active Contributor
0 Kudos

Hi Shivkumar,

Note that FM: CS_WHERE_USED_MAT is not released by SAP. You can use it, but on your own risk.

I will create a simple report using the tables: MAST, STKO, STAS & STPO. This will give the previous level of the BOM. You can easily loop the select based on the low level code and build your report.

Kind Regards,

Mariano