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 module to update operation assignment for a BOM Item

Former Member
0 Likes
778

Hi Group,

we have a requirement as under:

Goto BOM Change using CS02->select any BOM item and click the Menu path->Extras->Operation Assignment; and check one or more Operations and then save the transaction.

The above functionality has to be achieved through an Upload program(using Excel) with a Function module/BAPI to serve our purpose. we already did the functionality upto creation of BOM but could not proceed further on this current requirement.

Kindly let me know your inputs if you have already worked in such type of requirement.

thanks in advance for your inputs and let me know if any further info is needed.

Regards,

Vishnu

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
489

Check with BAPI_ROUTING_CREATE( parameter COMPONENTALLOCATION ) & BAPI_REFSETOFOPERATIONS_CREATE

Read only

Former Member
0 Likes
489

Hi,

Check the Bapis for BOM

BAPI_MATERIAL_BOM_GROUP_CREATE

CSAP_MAT_BOM_MAINTAIN

I hope second BAPI will be more usefull for your requirement.

Regards,

Goutam Kolluru.