‎2007 Dec 28 6:26 AM
Hi,
I need to restrict the batches given as input. I tried to use the FM 'VB_CHANGE_BATCH_STATUS' and BAPI 'BAPI_BATCH_SAVE_REPLICA'. Both are working standalone but are not working when I use them in my code although I am passing the same parameters.Anyone could suggest what could be the problem
Thanks
‎2007 Dec 28 6:28 AM
use converion_exit_alpha_input FM to convert batch number and give in the program it should work.. when its working standalone.
Edited by: jackandjay on Dec 28, 2007 1:30 AM
‎2007 Dec 28 7:08 AM
‎2007 Dec 28 7:08 AM
Hai,
We have to use function module BAPI_TRANSACTION_COMMIT by exporting WAIT = 'X' after calling BAPI to commit the work.