You are on page 1of 3

code : QE72

Insert respective entries for inspection lots and select desired Lots and insert result as per
requirement and save.
Colletive Result recording and Usage Decision
Hi Experts,

As per current process of GR making , we are doing GR against production order.

For example : 20 TON and 50 PCs

Now we are going to change the GR making process , hence GR will be done individual PCs wise
but UOM will remain same.

At present inspection lot is getting genarate only one for that 20 TON and SAP batch is one ,
henceforth as per new GR process inspection lot will get generate individual PC wise (i.e 50 ) but
UOM will remain same.

Now the requirement is to make result recording and taking usage decision and stock posting not
possible practically for all 50 inspection lot

Per day Plant producing aroung 300 - 350 PCs , So practically not possible to make result recording
and usage decision for all.

Is it possible to do collective result recording and usage decision through any enhacement or using
user exit or any other way ??

Please advise the solution

Thanks,
Hi,

You can do this via enhancement for collective result recording.

Create BDC for QE72 & then BAPI_INSPOPER_RECORDRESULTS can be used to achieve
this.

 Get the selection screen and fetch the inspection lot number on the basis of input material
and batch. QALS table can be used here.
Once you get all inspection lot numbers, call BAPI_INSPOPER_GETDETAIL to read
the MICs to be recorded (from the first inspection lot)
 User can select all/required inspection lots and enter the values for the MICs. Store this
data in an internal table.
 Now call BAPI_INSPOPER_RECORDRESULTS. This would copy the results in
all/selected inspection lots.

This is very basic logic and I have shared this on the basis of my understanding of your
requirement.

If this gets OK, you can further use BAPI_INSPLOT_SETUSAGEDECISION to get rid of
QA16 for collective UD.

You might also like