0

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."

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
Maxim S.
  • 1
  • 1
  • Welcome to SO! What FM do you use? – szako May 03 '17 at 07:46
  • 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. May 03 '17 at 10:09

1 Answers1

1

'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.