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

Change BOM

Former Member
0 Likes
721

Hi all!!

I'm trying to modify a BOM using BAPI_MATERIAL_BOM_GROUP_CREATE.

I have used the same BADI for BOM's create and it has worked fine but when I change the field FUNCTION in ITEMASSIGNMENTS and VARIANTS tables from 'NEW' to 'CHG' it doesn't work.

Does anybody knows how can I do this or another BAPI or FM that help me???

Thanks a lot!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
587

HI Maria,

Have you tried this one?

CSAP_MAT_BOM_MAINTAIN

Regards,

Ravi Kanth Talagana

HI Maria,

Have you tried this one?

CSAP_MAT_BOM_MAINTAIN

Regards,

Ravi Kanth Talagana

2 REPLIES 2
Read only

Former Member
0 Likes
588

HI Maria,

Have you tried this one?

CSAP_MAT_BOM_MAINTAIN

Regards,

Ravi Kanth Talagana

Read only

Former Member
0 Likes
587

Thanks a lot Ravi.

I have been proving this FM with the examples in SAP documentation and it works very well!!