cancel
Showing results for 
Search instead for 
Did you mean: 

BOM

former_member186967
Participant
0 Kudos

Hi Experts

I have created a BOM for construction type and assigned to an equipment. In which table these tables will be available?

Ramesh.

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

Further....

This the way you enquire the tables through SE11/SE16

  • First go to table V_EQUI. In the selection screen fill EQUNR field and DATBI field (31.12.9999) and Execute. Get the value of SUBMT (Construction type Material number) from the output.
  • Then go to table MAST . Give the above SUBMT value into the MATNR field of this Selection screen and Execute. Get value of STLNR (BOM number)
  • Now you can skip STKO table (You will later know the significance of this table). But for the present task Go directly to STPO table and in the Selection screen give above STLNR number in the STLNR field of this table. Also give value in 'M' in STLTY field and Execute.
  • Here you will get all the BOM component material list in IDNRK field with respective Quantities in MENGE field.

Good luck

KJogeswaraRao

Answers (3)

Answers (3)

jogeswararao_kavala
Active Contributor
0 Kudos

Hello Ramesh,

  • BOM for Construction type means, it is a Material BOM.
  • The related tables are MAST, STLNR and  STKO  and STPO like shown below.
  • To connect this to Equipment number, you need to add Table EQUZ or V_EQUI (view) to your join by SUBMT field to MATNR field of MAST table

See this table join.

Note

  • Table ITOB is never used for developments.
  • Remember one thing. When you use the table V_EQUI or EQUZ for such applications, you have to filter the multiple rows these tables give you by setting a Condition that DATBI = '99991231'. Means you want only one row of that particular equipment where Valid To date is 31.12.9999.

Function Modules

For developments related tasks on Material BOMs, better we always use function modules CSAP_MAT_BOM_READ or CSAI_BOM_READ (preferably the first one). It sometimes happens unmanageable to rectify output inconsistencies in BOM developments using tables. These inconsistencies happen in case users created and deleted BOMs under different categories like Variant BOM, Multiple BOM etc. The tables method always works well for Simple BOMs.

Extra info:

The second FM  works for all types of BOMs (FLocn, Equipment, Material.)

Good luck

KJogeswaraRao

MTerence
Active Contributor
0 Kudos

Hi Ramesh

Check in ITOB or V_EQUI

Your query is not completed understandable, refer Amol post if these are as Equipment BOM, then you can check in tables related to BOM

Regards

Terence

Former Member
0 Kudos

Hi Ramesh,

Please chek tables EQST, STKO, STPO.

Regards,

Amol

former_member186967
Participant
0 Kudos

thanks for the reply

I am getting only the equipment BOM components. how can I get construction type BOM components?

Thanks

Ramesh

Former Member
0 Kudos

Hi Ramesh,

Could you please let us know which T-code have you used for creating BOM?

Regards,

AMol

former_member186967
Participant
0 Kudos

This is already existing system. Normally how should we create Construction type BOM?

Could you please tell me that?

Thanks.

Ramesh