cancel
Showing results for 
Search instead for 
Did you mean: 

Inspection lot in alternate unit

Former Member
0 Kudos

Hello,

For the raw material I have mentioned base UOM as Liter and alternate unit as KG. My procurement unit is KG. When I do GR system is creating inspection lot in base unit of measeure. Can I change ithe lot quantity and lot unit of measure sothat transfer posting will happen with new entered quantity and new Unit?

Mayura

Accepted Solutions (0)

Answers (2)

Answers (2)

rupesh_brahmankar3
Active Contributor
0 Kudos

Dear,

Inspection lot will be created in Base unit of measure measurement only.

In material master you will get the Base Unit of Measure Unit of issue in quality view.

Then use BADI QEVA_ALT_QTY_INPUT Method PROCESS_QUANTITY

method IF_EX_QEVA_ALT_QTY_INPUT~PROCESS_QUANTITY .

CALL FUNCTION 'QEVA_ENTER_QUANT_IN_ALT_UNIT'

EXPORTING

I_QALS = i_qals

I_RQEVA = i_rqeva

I_QTY_NO = i_qty_no

IMPORTING

E_VMENGE = e_vmenge

.

endmethod.

Implement method MODIFY_SCREEN with the following source code:

method IF_EX_QEVA_ALT_QTY_INPUT~MODIFY_SCREEN .

CALL FUNCTION 'QEVA_ALT_QTY_MODIFY_SCREEN'

EXPORTING

I_MATNR = i_qals-matnr

IMPORTING

E_UNITS_EXIST = e_value_help

.

endmethod.

Activate the methods and the interface.

Activate the implementation.

I hope it will work for you.

--

Regards,

R.Brahmankar

Former Member
0 Kudos

As I know System will create the Inspection lot with respect to Base unit Measurement.

for more information read