Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_BATCH_CHANGE

Former Member
0 Likes
777

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!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

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.

1 REPLY 1
Read only

Former Member
0 Likes
612

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.