Dear Experts
In a RFC, our codes are as follows:
CALL FUNCTION 'BAPI_GOODSMVT_CREATE'
...
...
...
CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
...
...
MODIFY Ztable FROM TABLE it_ztable.
COMMIT WORK.
We wonder to know that how do we pack above actions into a LUW for the consistency of commit or rollback.