cancel
Showing results for 
Search instead for 
Did you mean: 

Limit qty in procurement by material and vendor

kjyothiraditya
Participant
0 Kudos

Hi ,

Any mechanism by which we can restrict qty in procurement by material and vendor like purchase order, scheduling agreement and others ?

Is it ok to use z table to track and update whenever a document is created ? Where should we implement this logic??

Regards,

Aditya

Accepted Solutions (0)

Answers (2)

Answers (2)

BijayKumarBarik
Active Contributor

Where you wanted to set the limit?

Are your PO directly created and send to vendor without an approval process?

Before PO getting created and approved- Internal purchasing document(PR) created and approved, if any correction done at this level.

How is the procurement setup!

Contract-- Contract release--- PR-----PR release -------PO

or

PR -------Contract ----Contract release ----- PO-----PO release

or

PO----PO release

Lakshmipathi
Active Contributor

With Quality Info records, it is possible to achieve. See here If not, you can go with an enhancement

kjyothiraditya
Participant
0 Kudos

Thanks,

Right now we have used enhancement - badi with post method. But the problem is this get triggered everytime and we have to update our z table only during creation or if any qty change. Any pointers please .