‎2006 Mar 07 8:15 AM
I am currently trying "CSAI_BOM_MAINTAIN" to insert new item for the equipment bom, but I made no process on it. Any One have any suggestion
‎2006 Mar 07 8:41 AM
Hai Thomas,
Here are the links which give you details about BOM in MRP......
http://sap.ittoolbox.com/code/archives.asp?d=2270&a=s#
And this links give you different Call functions which can be used for BOM's.
http://www.geocities.com/victorav15/sapr3/abapfun.html
Regards,
Srikanth.
Reward Points if Helpful.Thanks.
‎2006 Mar 07 8:23 AM
Use function module
CSAP_MAT_BOM_READ
CSAP_MAT_BOM_MAINTAIN'
" usage 1
" Alternate 01
and also use
CALL TRANSACTION 'CC02' USING t_bdc_tab
MODE c_mode
UPDATE 'S'
MESSAGES INTO t_bdcmsgcoll .
regards
vinod
‎2006 Mar 07 8:29 AM
Hi,
Try the FM
CSAP_BOM_ITEM_MAINTAIN
C_PDM_BOMITEM_INSERT
CAVC_I_INSERT_BOM_ITEM
Hope it helps...
Lokesh
‎2006 Mar 07 8:35 AM
‎2006 Mar 07 8:41 AM
Hai Thomas,
Here are the links which give you details about BOM in MRP......
http://sap.ittoolbox.com/code/archives.asp?d=2270&a=s#
And this links give you different Call functions which can be used for BOM's.
http://www.geocities.com/victorav15/sapr3/abapfun.html
Regards,
Srikanth.
Reward Points if Helpful.Thanks.