‎2007 Mar 27 6:47 PM
Hello.
I need a user exit that triggers when the material document is saved. I need this exit to be before the document save and i need it to bring the document number already filled. Is there any way to do this?
Thanks in advance
Nuno Silva
‎2007 Mar 27 7:05 PM
Hi,
This user exit will be called in UPDATE TASK..
Before saving..Press /h..
Then press save..
In the debugging screen..In the menu..choose..SETTINGS -> UPDATE DEBUGGING..
Then press F8..
All the update task function modules will be called..
Debug till the FM MB_POST_DOCUMENT is called..
Thanks,
Naren
‎2007 Mar 27 6:55 PM
Hi,
Use the user exit EXIT_SAPLMBMB_001 which will be called in the update FM MB_POST_DOCUMENT
Thanks,
Naren
‎2007 Mar 27 6:58 PM
Hello.
I already tried that one, but it wont trigger.
Any idea why?
Thank you
‎2007 Mar 27 7:05 PM
Hi,
This user exit will be called in UPDATE TASK..
Before saving..Press /h..
Then press save..
In the debugging screen..In the menu..choose..SETTINGS -> UPDATE DEBUGGING..
Then press F8..
All the update task function modules will be called..
Debug till the FM MB_POST_DOCUMENT is called..
Thanks,
Naren