cancel
Showing results for 
Search instead for 
Did you mean: 

Add automatic operation in inspection lot

Former Member
0 Kudos

Hello,

We need to add automatic operation with inspection character when inspection lot created just for special cases (like special material group and more condition).

We prefer not to create more than one inspection plan for the same material.

Can we use badi/bapi/user exit to solve our problem ?

Thanks ,

               Ronit.

Accepted Solutions (0)

Answers (1)

Answers (1)

Hi ,

Create two inspection plan one for special cases and other for normal cases  and then

You can make use of QPAP0002 - Enhancement for material/plan selection.

EXIT_SAPLQPAP_002 -Customer Function for Task List Selection

EXIT_SAPLQPL1_001 -Predefine Selection Parameters for Task List Selection

or

Try with BADI - QPAP_FLEX_PLAN

Thanks,

Amol

Former Member
0 Kudos

Hi,

Thanks for your answer.

Can we use your advise without assignment material to the special inspection plan ?

or, Can we automatic (by program) assign material to the special inspection plan ?

Thanks,

Ronit.

0 Kudos

Hi ,

As we will be using enhancement to select inspection plan as per the special conditions, we can directly put the logic in this enhancement to select specific inspection plan. I think there is no need to add the material in inspection plan material assignment tab again.

Thanks,

Amol

Former Member
0 Kudos

Many thanks ! Your information is very helpful !