cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to get Requirement quantity after BOM explosion

Former Member
0 Kudos

Hi experts,

do you know if there is a SAP standard function module or piece of code that I can use to get the quantity after BOM explosion? For example, given a requirement of x kg of raw material ABC for a BOM, it will output the BOM header quantity to produce.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Paul,

Refer to Transactions CS11, CS12 and CS13.

You can use the Function Module CS_BOM_EXPL_MAT_V2.

Thanks

Senthil



Answers (7)

Answers (7)

Former Member
0 Kudos

Thank you Senthil! Thank you all for the answers.

Former Member
0 Kudos

Hi all,

thank you for providing excellent answers. I did test the function module. However, may I know how to explode it only on one level and not all the BOMs under the parent material?

Former Member
0 Kudos

Hi Paul,

Try the following entries -

MEHRS                 = If default is 'X' for Multi-level explosion, make it 'SPACE'

(or)

STPST                 = 1     "First level explosion

Thanks

Senthil

Former Member
0 Kudos

Hi,

check the program code in below SAP wiki thread.

for bom inversion

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/inverse%252bor%252breverse%252bbom%252bw...

Regards

Ganapathy

Former Member
0 Kudos

Hi,

I dont think there is possibilty to get the FG quantity if you give Raw material as input.

You can get it developed using the BOM Tables of STPO and MAST.

It will be an easy task if its Single level BOM but for Multilevel its Complicated.

How ever as mentioned by other experts you can exploded from top to bottom

using FM CS_BOM_EXPL_MAT_V2.

The details you need to fetch are explained in following thread.

http://scn.sap.com/thread/1977499

Regards,

Mandar.

former_member186193
Active Contributor
0 Kudos

Hi,

Use CS11 or CS12.

FM's are:

CS_BOM_EXPLOSION

CS_BOM_EXPLOSION_MAT

CS_BOM_EXPL_MAT_V2

Check these.

Regards,

Alok Tiwari

former_member184655
Active Contributor
0 Kudos

Dear Paul,

You can check with this functional Module - CS_BOM_EXPL_MAT_V2 for checking the BOM explosion

either at single level or else at multi level.

Regards

Mangalraj.S

Former Member
0 Kudos

Dear Paul,

maybe you'll try CS15.

Best regards