‎2010 Aug 28 12:23 PM
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. ??????
‎2010 Aug 29 8:35 PM
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
‎2010 Aug 28 4:22 PM
‎2010 Aug 28 9:44 PM
‎2010 Aug 29 3:04 AM
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
‎2010 Aug 29 8:35 PM
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