Application Development 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: 

Function module for BOM item update

Former Member
0 Kudos
1,952

Hi,

Please enlightenn us, which FM is do the update for BOM item datas. ( current FM is updated line item one item then come out and log in again updating another line item , thus cause more error are facing.)

we want a FM to update one time all the line time and come out from the screen.

Thx

Sathiya

2 REPLIES 2

Former Member
0 Kudos
528

Hi,

I dont know if these func modules would work for you:

CAD_CHANGE_BOM_WITH_SUB_ITEMS CAD: change BOM with sub-items (in background)

CAD_CREATE_BOM_WITH_SUB_ITEMS CAD: create BOM with sub-items (in background)

CAD_DISPLAY_BOM_WITH_SUB_ITEMS CAD: display BOM with sub-items (in background)

Please check.

Regards,

Subramanian

Former Member
0 Kudos
528

HI

You Can use function module CSAP_MAT_BOM_MAINTAIN to process simple material BOMs.

To change BOMs, you can also use the following function modules:

CSAP_MAT_BOM_OPEN

CSAP_BOM_ITEM_MAINTAIN

CSAP_MAT_BOM_CLOSE

You can use FM CSAP_ORD_BOM_MAINTAIN to Maintain Order BOM.

With Regards

Naveen