0
votes

I have a program that will automatically change or creates the BOM using the BAPI.

When you change, you enter the change number (AEOI-AENNR), but add a description of the change (AEOI-OITXT) there is no possibility. Now I prescribe them manually using transaction CC02. Who knows any function modules or BAPI to automatic change of data in the Master Changes to automatic after I change the specifications could automatically add a description.

EDIT (from OP comment): "The specification used CSAP_BOM_ITEM_MAINTAIN, BAPI_MATERIAL_BOM_GROUP_CREATE. They serve a number of changes, but the description for the field AEOI-OITXT have not seen."

1
Welcome to SO! What FM do you use? - szako
The specification used CSAP_BOM_ITEM_MAINTAIN, BAPI_MATERIAL_BOM_GROUP_CREATE. They serve a number of changes, but the description for the field AEOI-OITXT have not seen. - Maxim S.

1 Answers

0
votes

'BAPI_ISMCHANGENUMBER_CREATE' should work to create the change number, validity date, and description.

Then simply assign that number (given in return data) to the BOM bapi call.