‎2008 Sep 19 9:35 PM
Hi,
I have been testing function module 'WS_DELIVERY_UPDATE', it is updating the database only if i use commit work statement in the program. If i want to test the same FM through SE37, how can i do that.
Since for normal BAPI's we can use 'bapi_transaction_commit' in the test sequence,,,in the similar way ... what can i use after i use normal function module which requires ... COMMIT WORK.
‎2008 Sep 19 9:37 PM
Hi,
You can do the same for normal function modules also...In the test sequence after the normal function module...give BAPI_TRANSACTION_COMMIT...which ultimately does issue the commit work..
Thanks
Naren
‎2008 Sep 19 9:37 PM
Hi,
You can do the same for normal function modules also...In the test sequence after the normal function module...give BAPI_TRANSACTION_COMMIT...which ultimately does issue the commit work..
Thanks
Naren
‎2008 Sep 19 9:55 PM
Odd, it looks like it should do a commit itself if you pass the parameter COMMIT with a value of 'X'.
Rob