Hi Experts,
I have the following business requirement in my client distribution center, we have basically the following inspection stages for inspection 01 (GR from PO):
10 - Analysis
20 - Skip
The analysis follows a table in sampling scheme, and the skip occurs when the batch completes 35 samples ok whatever number of receipts that batch was delivered from the same vendor. The level of DM is per characteristic.
For example:
GR 1 Batch 1: Inspection Lot 1 has 10 samples from sampling scheme: valuation of characteristic ok. Total samples: 10
GR 2 Batch 1: Inspection Lot 2 has 20 samples from sampling scheme: valuation of characteristic ok. Total samples: 30
GR 3 Batch 1: Inspection Lot 3 has 5 samples from sampling scheme: valuation of characteristic ok. Total samples: 35
At the moment of UD of each inspection lot, it must have a valution (considering the same batch) and number of samples must reach 35 of all inspection lots to determine if the stage must be changed to 20 (skip).
So, I have 2 concerns:
1) The dynamic modification rule must be per batch (ie if there is a batch 2, a new quality level must be created).
2) The insp stage change must consider 35 samples (always 35 and for all materials) in the moment of Usage Decision.
I have checked enhancement QDSE0001 and QDSE0002, but I'm not sure which user exits to use, I have tried to put breakpoints in all exits but some of them didn't stop (eg EXIT_SAPLQDQL_001 and EXIT_SAPMQDQL_001) in the run.
Could you please advise which user exit to use for each one of the cases above?
I have checked the following user exits:
QDSE0001: EXIT_SAPLQDQV_001. EXIT_SAPLQDQL_001, EXIT_SAPMQDQL_001
QDSE0002: EXIT_SAPLQDQV_002 (that one can change the inspection stage but it is called in the moment of inspection lot creation).
Thanks in advance!

