‎2006 Oct 13 4:49 AM
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.
‎2006 Oct 13 5:06 AM
‎2006 Oct 13 5:23 AM
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.