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

Regarding BOM explosive program

Former Member
0 Likes
977

Hi,

I am working on BOM explosive program,

My selection criteria is PLANT only,

I know i need to use FM CS_BOM_EXPL_MAT_V2 for exploding BOM ,

But my doubt is, i dont know how to extract data from which table for this selection criteria.

I need to extract data for only class type 'Z06'

I have tried as follows:

Took plant and material from MARC table

Based on MARC data i took data from MAST table

Based on MAST i took from STKO

for class data, I am having one view from that I am getting based on STKO.

But i dont know whether I am in roght path or not,Please guide me to do this work.

please reply me ASAP.

Edited by: Kalidas Thirumoorthy on Jun 24, 2009 5:20 PM

Edited by: Kalidas Thirumoorthy on Jun 24, 2009 5:50 PM

8 REPLIES 8
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
937

is this inverse or sequential bom explosion

Read only

0 Likes
937

Thanks for reply

Material BOM, is a not inverse

This is sequential BOM only

Read only

shishupalreddy
Active Contributor
0 Likes
937

Hello,

After reading the data from STKO goto STPO where u can get the required BOM Components for the given Material Plant BOM usage ETC ..

Follow the below sequence

MARA

MARC

MAST

STKO

STPO

rEGARDS

Read only

0 Likes
937

Thanks,

Actually, in selection screen we passing Plant only, then why we going to MARA?

Also I need to explode BOM for sepcify class type only, i.e.Class type = 'Z06'.

Read only

0 Likes
937

Hi,

U mean Classtype is BOM Application ....Please let me know and which transaction u r taking as reference to check the same

Regards

Read only

0 Likes
937

Hi,

No I am talking about the Material Class Type [KLART],

we will take all the materials which having BOM from MAST table, based on that we need to restrict class type also.

Here we maintaining view with a combination of KALH and KSSK.

so, plant based means we will go to MARC first right , after that we can take data from MAST- STKO-STPO and class details.

This is the requirement given to me.

In simple, we will enter a plant, based on that we will select all

materials that have class of listing category.

Use the resulting material list and need to explode all these materails

for single level.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
937

Use FM

CSAP_MAT_BOM_READ for Seq Bom Explosion

Read only

Former Member
0 Likes
937

sloved by own