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

Restricting the PR creation for each vendor using CJ20N

Former Member
0 Kudos
284

Hello all,

I have a requirement to create one single PR for each vendor under a project using the t-code CJ20N. Currently mutliple PR's are created for same vendor.

Kindly help me in which user exit / BADI's can be used?

Thanks

Raja Velayuthan

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Kudos
180

Did you try usual BAdI for PR :ME_PROCESS_REQ_CUST

Regards,
Raymond

Read only

0 Kudos
180

Hi Raymond,

thanks for the reply. Can you please help me in finding the method under this BADI? Is it Check method to be used to stop creating PR for the vendor?

Read only

0 Kudos
180

Try with method CHECK (where you have access to every data) But you also could look if you alreadt got enough information in PROCESS_ACCOUNT to raise an error.

Regards,
Raymond