2007 Feb 14 12:05 PM
There has been a need of a user exit through which all the released purchase requisition has to be stored in a custom table .Is there any user exit which can be used for the purpose .There is a custom table ZEBAN which i need to populate ,but this table should only have those Purcahse requisition which have been released .
I have tried user exit M06E0005 (SAP standard ) but this is giving dump after activating .
Regards
.
2007 Feb 14 12:14 PM
Do you have any explicit commit statements in your code?
If there are any, remove them.
Regards,
Ravi
2007 Feb 14 12:18 PM
If you dont find a user exit then you can use workflow to solve your problem. When a PR is released an event is created by the system which can be used to trigger a workflow task. The workflow task will call a custom method which then updates the custom table.
~Kiran