cancel
Showing results for 
Search instead for 
Did you mean: 

GR block for rejected UD in 03 lot

former_member512784
Participant
0 Kudos

Hi

I have some 4 operations in production order, in that 2nd operation is Quality inspection.

If quality person rejected the lot through usage decision, then GR posting for that production order should not happen \.

Please advice the solution to make above scenario to happen.

Janardhanan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member311826
Active Contributor
0 Kudos

Hi,

You can use the user exit to check the UD.

CONFPP03 PP order confirmation: Customer-specific checks after operation selection

Function exit

EXIT_SAPLCORF_103 Customer-specific checks after operation selection

You can use this enhancementg to carry out your own checks after an operation has been selected for confirmation.

Former Member
0 Kudos

GR happens when you confirm the operations & whole order.

You can restrict confirmation by user exits

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selection

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when saving

Logic is to check the UD & UD code of the 03 inspection lot created from same order.

former_member512784
Participant
0 Kudos

thankyou