Hi Experts ,
I have a problem , I am calling XI proxy class in PA30 user exit to move data to the XI , But in the Xi monitor SXI_MONITOR , it showing an error Commit missing in the Application . But in my user exit i have done commit work .
CALL METHOD CL_MOVETOXI->EXECUTE_ASYNCHRONOUS
EXPORTING
OUTPUT = WA_MOVETOXI.
COMMIT WORK .
pls help me to solve this .
thanks and regards
Renjith MP