SAP Note 495766 - Internal order: Change selected master data using module

Component : Master Data -

Solution : https://service.sap.com/sap/support/notes/495766 (SAP Service marketplace login required)

Summary :
The SAP Note discusses the usage of the function module KAUF_ORDER_CHANGE_BAPIFIELDS to modify specific master data fields within internal orders, specifically those in the structure BAPI2075_2. It identifies that no BAPI currently exists for changing order master data and that non-BAPI2075_2 fields can only be modified through the KO02 transaction. The module also supports changes to Customizing include (CI) fields and checks for change feasibility in BAPI fields, rejecting unchangeable inputs. Changes are not saved unless the module KAUF_ORDER_SAVE is utilized. An external COMMIT is required for changes to take effect, and special parameters allow neglecting field selection and resetting to avoid memory overflow.

Key words :
internal order master data fields, system displays e_save_index = initial, input parameter i_change_mode determines, order master data, output parameter e_save_index, master data fields, master data processing, parameter i_neglect_fieldselection <> space, input table fields_to_change, aufk field labels

Related Notes :

976849KAUF_ORDER_CHANGE_BAPIFIELDS: Lock in the table COBRA
353492BAPI_INTERNALORDER... exception/message handling