Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

commit work problem in user exit

Former Member
0 Likes
518

hi all.

i found the enhancement MB_CF001 for mb1c user exit .

i need to send a internal table to xi.

since its is called from MB_POST_DOCUMENT in update task ,if I write "commit work " in code, it will report a terminated situation like "EXPRESS DOCUMENT :UPDATE WAS TERMINATED " and xi didnt recieve the internal table.

then i tried a fm of update module with same function "commit work" and call it in exit,mode of execute delay, it still remains the same probelm.

2 REPLIES 2
Read only

Former Member
0 Likes
351

refer.

Read only

Former Member
0 Likes
351

yeh,

i tried this way , it seems build a Z fm to commit work "in update task" is not available.

then i set the fm for update mode and set it execute delayed, it didnt work, either.