Fonction SAP VALUE_ARTICLE_MODIFY_CHECK -

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_T001K_NEW T001K u 43 X
I_T001K_OLD T001K u 43 X
I_T001W T001W u 347
I_T023W_NEW T023W u 41 X
I_T023W_OLD T023W u 41 X
I_T023X_NEW T023X u 58 X
I_T023X_OLD T023X u 58 X
I_TWPR TWPR u 13 X
I_WNEW TM07I-XHINZ C 1 X

Paramètre Reférence Long. Facultatif Description
XT023W T023W 41 X
XT023X T023X 58 X

Exception Description
AKTION_NICHT_ERLAUBT
AKTION_NOT_FOUND
USER_ABORT
WARNUNG_AKTION

Functionality
The module checks maintenance transactions for plausibility:
- In valuation area table T001K, the profile for value-basedinventory management is changed.
- In the valuation area table T001K, the material group hierarchy levelon which the stock is managed is changed.
- In control table T023W, records are created, changed or deleted.
- In exception table T023X, records are created, changed or deleted.

Further information
All import parameters are table structures. The calling program onlyfills those table structures required for the plausibility check.
If a record is changed, the table structure designated OLD must befilled with the old data record and the table structure designated NEWwith the new data record.
If a record is deleted, the deleting data record in the table structuredesignated OLD and the structure designated NEW is empty.
If a record is created, this new record is written in the structuredesignated NEW and the structure designated OLD is empty. If theplanned maintenance is not allowed, the exception AKTION_NICHT_ERLAUBTis returned.