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 for Maintaining Equipment BOM

Former Member
0 Likes
830

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
646

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.

4 REPLIES 4
Read only

vinod_gunaware2
Active Contributor
0 Likes
646

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

Read only

Former Member
0 Likes
646

Hi,

Try the FM

CSAP_BOM_ITEM_MAINTAIN

C_PDM_BOMITEM_INSERT

CAVC_I_INSERT_BOM_ITEM

Hope it helps...

Lokesh

Read only

Former Member
0 Likes
646

Hi,

try FM CSCO_BOM_MAINTAIN

Hope this helps..

regards,

Shashank

Read only

Former Member
0 Likes
648

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.