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: 

PO Restriction

Former Member
0 Kudos

Dear All

I want to restrict the creation of Po if there are already more than 10 PO which are not realesd .wHICH USER EXIT WILL BE HELPFULL .

thank you

1 REPLY 1

Former Member
0 Kudos

I think there is no user exit for this purpose. May be while saving the PO (user exists for the SAVE) u have to write code inside this user exit. Code should be Select PO where not released. if total number is 10 or more popup an error message as PO can't be created.