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: 

BAPIs to create and change the BOM

former_member1125862
Participant
0 Kudos

Hi experts,

Is there any BAPI to Create or to Change the BOM

Thanks,

kruthik.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use CSAP_MAT_BOM_MAINTAIN to change BOM

8 REPLIES 8

Former Member
0 Kudos

Hi

Check the below BAPI for create

BAPI_MATERIAL_BOM_GROUP_CREATE.

0 Kudos

thanks,

May i know any the same to change.

Former Member
0 Kudos

Use CSAP_MAT_BOM_MAINTAIN to change BOM

0 Kudos

Thank you.

0 Kudos

Is there any BAPI to Create or to Change the charastersticks

Is there any BAPI to Create or to Change the routing

0 Kudos

Hi ,

For Routing Create 'BAPI_ROUTING_CREATE'.

For char change BAPI_CHARACT_CHANGE.

Edited by: Selva M on Feb 24, 2010 11:38 AM

0 Kudos

Thanks.

But for,

Routing Change

char Create

Former Member
0 Kudos

Hi,

Create BOM = CSAP_MAT_BOM_CREATE

Change / delete BOM = CSAP_MAT_BOM_MAINTAIN

Regards,

Selva