cancel
Showing results for 
Search instead for 
Did you mean: 

UD - Multiple lots at once

former_member334499
Participant
0 Kudos

Hi team,

Some users have reported a issue where when  there are Huge number of Inspection lots  on Which UD needs to be  taken it is very difficult to take each ,one by one and apply UD.

How can multiple lots be applied at the same with same result.

If one  single tcode that serves the purposes is not there what is the practice usually  advised to users to follow.

Regards

Mandan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member221124
Participant

Hi

To carry out multiple usage decision or automatic usage decision  in standard SAP some conditions should be met as below.

No characteristic has been rejected in the inspection lot

All required characteristics have been confirmed and closed

No defect records exist for the inspection lot

An automatic usage decision has been planned for the material

You can do a little bit google to get few more informations.

But generally in most of the business scenarios the above conditions either hardly met or never met but UD also required in that case . For this you can develop Z program by using BAPI_INSPLOT_SETUSAGEDECISION  or prepare a BDC program for this.

Regards

DD

former_member185453
Active Participant
0 Kudos

Hi,

There are many standard functionalities to handle such business requirements, but It totally depends on individual business requirements.

Please see some QM optimization functions:

  • You can use " copy Inspection Results of Inspection lot" (search SCN for configuration settings) in order to copy Results of one lot to another lot (at Insp. lot creation or at RR).
  • You can use collective UD (QA16) to do the UD at mass level for all completed & closed lots (no defects recording).
  • You can use Automatic UD (QA17-automatic batch job, QA10 for manual call for this auto batch jobs) to do the mass UD in background for all completed and closed Lots (no defects recording). You need to set waiting time for automatic UD at Plant Level in SPRO and in material master set the "Automatic UD" indicator.
  • You can also use DMR functionality at MIC or Lot level to skip char or Lot respectively if the results can be skips for the some char or lots.

Explore these functionalities and I am sure you will get some solution.

Regards;

S Ahmed