cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

No alternative BOM field in STPO

Former Member
0 Kudos
1,369

Friends,

I am creating functional specs for BOM explosion. I am following steps,

1. Get BOM number from MAST

2. Get alternative BOMs for above BOM nos from STKO

3. For all above alternatives fetch item details from STPO.

The issue is when I try fetching BOM details, though i fetch details for alternative 1, I can not fetch details for altenatives 2 , 3 and so on. I could not find link in STPO to fetch details for other alternative as alternate BOM field not available in STPO.

Can anyone help on this issue. Thanks in advance.

Umesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member184655
Active Contributor
0 Kudos

Dear Umesh,

Instead of picking the values from the tables,check whether this Functional Module can help you.

CS_BOM_EXPL_MAT_V2 (or) CSAP_MAT_BOM_READ

or) CS_BOM_EXPLOSION

Regards

Mangalraj.S

Answers (3)

Answers (3)

Former Member
0 Kudos

please check once again. THe field name is ALPOS..

karthick

Former Member
0 Kudos

Hi,

There are function modules available to get the BOM explosion details. Otherwise you can use the logical database to get the BOM explosion details. This will be the easy way to get the details.

Regards,

V. Suresh

csaba_szommer
Active Contributor
0 Kudos

Try table STAS (fields STLNR, STLAL, STLKN can be used to find connection between BOM alternatives and items).

RC123
Newcomer
0 Kudos
It is helpful , i have the same issue for some of the case i did found the Alt. Bom value then we can get it from STAS table, my issue resolve. Thanks