‎2008 Apr 11 10:26 PM
Hello Experts,
I am using 'BAPI_BATCH_CHANGE' to change the 'Shelf Life Exp. Dt' and 'Next Inspection Dt.' of a batch. It is working fine and changing these 2 values on the batches Basic Data 1 view. However it is not updating these 2 fields on 'Classification' View.
Can anybody please let me know what is the reason? I have used FM 'BAPI_TRANSACTION_COMMIT' to commit the transaction.
Thanks for the help!
‎2008 Apr 14 3:41 PM
data which are stored in classification are not normally as physically attached to their objects as for example MARA and MARC. your bapi will change MCHA (and probably some other MCH*) but to change the classification you would have use a completetly different BAPI like for example
BAPI_OBJCL_CREATE - depending on how you configurated your batch determination scenario.
‎2008 Apr 14 3:41 PM
data which are stored in classification are not normally as physically attached to their objects as for example MARA and MARC. your bapi will change MCHA (and probably some other MCH*) but to change the classification you would have use a completetly different BAPI like for example
BAPI_OBJCL_CREATE - depending on how you configurated your batch determination scenario.