cancel
Showing results for 
Search instead for 
Did you mean: 

restricting items in purchase requisition above some tonnes.

Former Member
0 Kudos

HI All

We have a requirement in which we have to restrict items in purchase requistion if it is above 16 tonnes or 10 tonnes (depending on the lorry load). Which userexit or BADI should we use so to restrict that. ( we have to take gross weight from material master and calculate the total weight for the items in the requisition and populate one message as quantity exceeded )

Kindly help us to solve this issue.

regards

ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use BADI ME_PROCESS_REQ_CUST. Just put your logic like getting gross weight from material master and multiply it with PR quantity. If it exceeds XX tones then give an error message.

Regards

Answers (1)

Answers (1)

former_member533946
Active Contributor
0 Kudos

Hi dear,

Maintain maximum lot size in MRP1 view for those materail.By this your PR quantity will never go beyond specified limit. On the parallel way you can also maintain Minimum lot size also.