cancel
Showing results for 
Search instead for 
Did you mean: 

CS03 - BOM Item quantity - RC29P-MENGE

Former Member
0 Kudos

Hi All,

Could you let me know the table & field name - from where i can get BOM Item quantity field.

I see it on

transaction : CS03

Program name: SAPLJ3AC

Screen Number: 0830

Field: RC29P-MENGE

But RC29P is structure, i am looking for table to get the data, is there any function module can return directly or do we have separate table, please let me know.

Thanks

Satya

Accepted Solutions (1)

Accepted Solutions (1)

kesavadas_thekkillath
Active Contributor

Pass your material and plant to function module csap_mat_bom_read, the return table t_stpo will have the quantity field COMP_QTY.

If you are looking for ddic table then the value will be available in STPO field MENGE, ( link stpo via mast table ).

Former Member
0 Kudos

thanx for your help brother

Answers (2)

Answers (2)

Subhankar
Active Contributor
0 Kudos

Hi,

I think you have the material number and plant.

1. get Bill of material (STLNR) from table MAST

2. Then get quantity from STPO based on that STLNR.

N.B: for both cases use STLTY as M (material BOM)

Thanks

Subhankar

former_member182114
Active Contributor
0 Kudos

Hi Satya,

In a CO project, I used the function BAPI_COSTESTIMATE_GETEXPLOSION to read the BOM for the material, the MENGE is under fieldname QUANTITY on table explosion_list.

And, also used another two BAPI's which gather more detailed information BAPI_COSTESTIMATE_ITEMIZATION and BAPI_COSTESTIMATE_GETDETAIL.

Hope this help you.

Regards, Fernando Da Ró