Application Development 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: 

Need an User exit to change the Storage location for PR created via MD50

Former Member
0 Kudos

Hi Guys,

I have requirement where i need to change the storage location of Purchase requisition created through transaction MD50 based on some condition.

currenly we are using version 4.6C, I didn't find any user exit/badi to achieve this.

could you please suggest me how should i go ahead to do this.

Many thanks,

regards,

Kiran

1 ACCEPTED SOLUTION

mithun_shetty4
Contributor
0 Kudos

you can use the Exits for PR creation. the same will be triggered during MD04 .

EXIT_SAPLEBND_001 is for PR creation where you can change Storage loc.check for estkz field in EBAN. this indicated where it is created from

2 REPLIES 2

mithun_shetty4
Contributor
0 Kudos

you can use the Exits for PR creation. the same will be triggered during MD04 .

EXIT_SAPLEBND_001 is for PR creation where you can change Storage loc.check for estkz field in EBAN. this indicated where it is created from

0 Kudos

hi,

thank you for your response.

whatever the exit which you have been provided, not calling when i creating PR through MD50.

i need an exit which will trigger when we create PR through MD50.

Many thanks,

Regards,

kiran