SAP for Chemicals Discussions
Ignite conversations about maximizing efficiency, enhancing safety, and innovating in the chemicals industry with SAP. Start a discussion today.
cancel
Showing results for 
Search instead for 
Did you mean: 

Engineering Change Request / Change Order Process Flow diagram

Former Member
0 Kudos

Hello SAP Experts - Can someone help me develop  or direct me to a step by step instruction (including transaction codes) for changing Product BOM's using Engineering Change Management functionality in SAP R/3?

Thanks

Steve

1 ACCEPTED SOLUTION

AndyS
Explorer
0 Kudos

Hello Steve,

I used function modules from function group CSAP, because I can't find any official BAPI-FM.

To change BOM with change number I used following FM in this sequence:

  1. CALO_INIT_API
  2. CSAP_MAT_BOM_OPEN
  3. CSAP_BOM_ITEM_MAINTAIN
  4. CSAP_MAT_BOM_CLOSE

Each FM has a documentation explaining how to use it. There are also examples included.

Greetings

Andreas

View solution in original post

1 REPLY 1

AndyS
Explorer
0 Kudos

Hello Steve,

I used function modules from function group CSAP, because I can't find any official BAPI-FM.

To change BOM with change number I used following FM in this sequence:

  1. CALO_INIT_API
  2. CSAP_MAT_BOM_OPEN
  3. CSAP_BOM_ITEM_MAINTAIN
  4. CSAP_MAT_BOM_CLOSE

Each FM has a documentation explaining how to use it. There are also examples included.

Greetings

Andreas