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

Function module for Equipment BOM

Former Member
0 Likes
3,179

my requirement is to replicate a report which is for Materiam BOM ( CS03 ) to Equipment BOM (IB03).

in Material BOm report they used a FM 'CSAP_MAT_BOM_READ' to get the header and item details.

I need help to find the a FM for Equipment BOM. ??????

1 ACCEPTED SOLUTION
Read only

Subhankar
Active Contributor
0 Likes
1,855

Hi,

use the FM CSAI_BOM_READ for both the cases (infact for all BOM category). For material CSIN-STLTY = M,

For equipment bom its E. For more details check the domain values of STLTY.

Just pass the header details it will give all the details. For BOM related any thing (Delete , maintail) you check the function group CSAI. Its really helpful.

Thanks

Subhankar

4 REPLIES 4
Read only

Former Member
0 Likes
1,855

You can use the FM 'CS_BOM_EXPL_MAT_V2 '. pls check the below forum also.

This will give you the BOM details of all levels.

You need to use the correct parameters like usage etc.. to get these details.

Thanks!

Ashok.

Read only

0 Likes
1,855

hi,

Please find the below link

Read only

Former Member
0 Likes
1,855

Hi,

CSAI_BOM_CREATE' can be used to create the Equipment BOM, only thing is you need to pass STLTY as 'E' in structure STKOB,

hope this will help you.

Regads,

Kiran

Read only

Subhankar
Active Contributor
0 Likes
1,856

Hi,

use the FM CSAI_BOM_READ for both the cases (infact for all BOM category). For material CSIN-STLTY = M,

For equipment bom its E. For more details check the domain values of STLTY.

Just pass the header details it will give all the details. For BOM related any thing (Delete , maintail) you check the function group CSAI. Its really helpful.

Thanks

Subhankar