Test functions in SE37 with commit execution
A very simple trick that I only learned recently. A couple of times I faced the situation that I had a function that I could call to solve my problem. I would like to do it in SE37, but the function would need a COMMIT to be called after execution. I thought it was not possible to do in SE37 but it actually is. There is an option to test sequences:
So I just need to put my function and to perform the commit I can use the standard function BAPI_TRANSACTION_COMMIT.
Labels: abap
0 Comments:
Post a Comment
<< Home