‎2009 Dec 14 9:38 AM
Dear Gurus,
As per our requirement I need to update function module CHANGE_POINTERS_CREATE and update an event table.
I had created an implicit enhancement and written a piece of code to update event table.
Case 1 : When I create/ change material master and push the idoc through transaction BD10, I am expecting the code to trigger under implicit enhancement in function module CHANGE_POINTERS_CREATE. But it is not updating the event table.
Case 2 : When I debug the function module seperately in SE37, the cursors points to implicit enhancement and the table is getting updated.
But the same result is not expected in case 1.
Kindly let me know your suggestions.
Thanks
Shanthi
‎2009 Dec 14 11:20 AM
Hi,
Put sy- subrc check after modifying Z table and write commit work code.
If sy-subrc EQ 0.
Commit work.
Endif.