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: 

Restricting the PR creation for each vendor using CJ20N

Former Member
0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

Did you try usual BAdI for PR :ME_PROCESS_REQ_CUST

Regards,
Raymond

0 Kudos

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?

0 Kudos

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