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

Purchase Requisition Release

Former Member
0 Kudos
180

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

.

2 REPLIES 2
Read only

Former Member
0 Kudos
146

Do you have any explicit commit statements in your code?

If there are any, remove them.

Regards,

Ravi

Read only

Former Member
0 Kudos
146

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