Hi Jepoy,
After calling the FM , write
IF MSGTYP = 'S'
Use COMMIT WORK FM.
else.
clear the contents
Use ROLL BACK FM.
endif.
I think above logic may be useful.
Seshadri.
Hi Jepoy,
After calling the FM , write
IF MSGTYP = 'S'
Use COMMIT WORK FM.
else.
clear the contents
Use ROLL BACK FM.
endif.
I think above logic may be useful.
Seshadri.