cancel
Showing results for 
Search instead for 
Did you mean: 

Inspection lot quantity in manual inspection lot (T.Code-QA01)

Former Member
0 Kudos

Dear Experts,

I have activated inspection setup "89" with lot origin '89".I have activated this inspection set up to a material in QM view.

When i want to create a manual inspection lot through T.Code QA01, the inspection lot quantity is a required field. But i do not want to enter a quantity here. I want to create manual inspection lot without quantity. Is it possible?

If yes, please suggest how to proceed.

Your help is highly appriciable.

Regards

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Use User Exit :QPL10001

Description

You can use this enhancement to change all the fields when creating an

inspection lot. The function module is only run once.

You must be careful when using this enhancement since this can lead to

inconsistencies in inventory management. For example, if you change the

quantity fields.

Logic:

Logic will be when you are using a specific Material say MATNR : xyz .......then disable the Qty field LOSMENGE.

I hope this will help you

Regards

Sujit

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

This requirement can be solved by SHD0 t code.

create a Screen varient with remove Qty from screen.

Activate this screen varient.

Take ABAP help for this.

Regards

Sujit

Former Member
0 Kudos

Dear Sujit,

If i will apply this through a screen variant, it will be applicable to other materials also when i will creae a manual inspection lot.

I want to deactivate this lot quantity for a particular material and not for all materials.

Regards

Vivek