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

user exit for Purchase Requisition?

Former Member
0 Likes
990

Hi all,

I need to pass the data to .net applecatin, when the purcase requisiton is created, So which eixt (enhancement) is fired when PR is create. Please suggest me.

Regards,

Ravi Kumar

Hi all,

I need to pass the data to .net applecatin, when the purcase requisiton is created, So which eixt (enhancement) is fired when PR is create. Please suggest me.

Regards,

Ravi Kumar

5 REPLIES 5
Read only

Former Member
0 Likes
881

Hi Ravi,

I didn't find any such user exit which call after creation of Purchase requisition. But in your scenario, if you also going to create purchase order you can use user exits which are called before creating purchase order.

You have some user exits which are called before creation of purchase requisition. Give me your email ID.

I will send you one program which gives you User exits used in perticular Transaction, from where you can search appropriate User exist for your purpose.

Read only

0 Likes
881

HI Bhavik,

Thanks for this help. My mail id is : [email protected]

thanks

ravikumar

Read only

Former Member
0 Likes
881

Hi ravi,

Did you get my mail?

And did you find any such user exits which satisfies your need?

Let me know the status.

And reward this help if it was really helpfull.

thanks,

Bhavik

Read only

Former Member
0 Likes
881

Hi, Ravi!

Try MM06E005 and exactly EXIT_SAPMM06E_013.

Hope it helps,

Maxim.

Read only

Former Member
0 Likes
881

This is usually done by triggering the PR Creation event. You can create a workflow template that gets executed after a purchase requisition is created, changed, or deleted.