cancel
Showing results for 
Search instead for 
Did you mean: 

QM : First inspection lot -> inspection plan, other inspection lot another insp. plan

antonio_rodriguez9
Participant
0 Kudos

Hello.

Is it possible with standard SAP  when it is create the first inspectio lot for material/vendor  ( origin 01) that it takes an inspection plan, and for the next inspection lot that will be created for the same material/vendor ( origin 01) that system takes from another inspection plan ????

Or have i to user a badi/user-exit?? which?

Regards.

Antonio

Accepted Solutions (1)

Accepted Solutions (1)

former_member221025
Active Contributor
0 Kudos

Hello Antonio,

It is not possible with standard SAP.

But yes, it is possible with User Exit QPAP0002 - Enhancement for material/plan assignment, plan selection.

Use function modules

EXIT_SAPLQPAP_002 -Customer Function for Task List Selection

EXIT_SAPLQPL1_001 -Predefine Selection Parameters for Task List Selection from

Amol.

antonio_rodriguez9
Participant
0 Kudos

Hi Amol.

When i activate both user exit.. how i can do for another materials that only have one inspection plan, avoid to proccess user exit select inspection plan and go  by standadr.

For instance.. now with Qa01 origen 89  when i create inspection lot for a material with two inspection plan... the system put one inspection plan, when before std System show pop up to select inspection plan.

Regards.

Antonio.

former_member221025
Active Contributor
0 Kudos

Hello Antonio,

Consult with your ABAPer if he can update a code,

If there is only one record exist for Material in MAPL table then it will be considered as default.

Amol.

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Antonio,

Try this

1. In material master do not set the auto release indicator for 01 inspection type

2. Make inspection plant for material with group counter 2

3. Now you have two different inspection plans with group counter1 &2

4. Do the GR for same material for two times

5. Two inspection lots will be generated

6. Assign inspection plan manually for first inspection lot with first group counter

7. Assign inspection plan manually for first inspection lot with second group counter

Please let me know is it working or not

Regards,

Jagan