cancel
Showing results for 
Search instead for 
Did you mean: 

Functional location BOM and Equipment BOM

Former Member
0 Kudos

Hi,

I would like to know which tables store information of Functional location BOM (TCODE 1B11) and Equipment BOM (TCODE IB01). Is there a possibility that once we create these BOM's we can create alternative BOM as in case of Material BOM (TCODE CS01).

Regards,

Vishal

Accepted Solutions (1)

Accepted Solutions (1)

former_member214131
Active Contributor
0 Kudos

Hi,

Tables for Eq., BOM: EQST, STKO, STPO.

Tables fro Fun., Loc., BOM: TPST, STKO, STPO.

You can use FMs: CS_BOM_EXPL_TPL_V1, CS_BOM_EXPL_EQU_V2 & CS_BOM_EXPL_MAT_V2 for extracting the appropriate BOM related data.

And for the Alternatives please check the customizing or check with your respective Module experts for the appropriate configuration.

Hope this helps.

Best Regards, Murugesh AS

Answers (1)

Answers (1)

Former Member
0 Kudos

Function location BOM (IB11) - use FM - CS_BOM_EXPL_TPL_V1

Equipment BOM (TCODE IB01) - use FM CS_BOM_EXPL_EQU_V2

Material BOM (CS03) - use FM CS_BOM_EXPL_MAT_V2

All the BOm headers are stored in table STKO and items in STPO. but its quite tough to build the relationships for Multi level BOMs. So u better use the FMs mentioned above.

regarding Alternative BOMs - yes you can.