cancel
Showing results for 
Search instead for 
Did you mean: 

Exits in transaction QA32 at the time of save.

0 Kudos

Hi,

   My requirement states  that for stock related inspection lot( 01 and 04),every time a usage decision is being done , a stock

   posting is needed,an inspection lot can be partially accepted or partially rejected in this case partial quantity will move to

   unrestricted stock and remaining quantity to blocked stock .

   I need to put some check on the basis of usage decision(UD) by calculating the quantity that has been input in the

   inspection lot stock tab in QA32 against the inspection lot quantity.

   I have tried several exits for this transaction but nothing is getting triggered on SAVE CLICK.

  I have tried an IMPLICIT ENHANCEMENT in the program MQEVAF12 at the time of SAVE here i am getting

  LOSMENGE(Total lot quantity) in QALS but the other values like LMENGE01(UNRESTRICTED STOCK) AND LMENGE04(GR BLOCKED STOCK)

is showing 0  which i need for calculation .

  i am getting UD code(QVCODE) too at this point in QAVE ..

  I need some exit or badi or any type of enhancement to be triggered at SAVE CLICK with all the above value so that i can put a check .

  it's urgent .

Thanks in advance .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Try this exit.

QEVA0010      UD: Usage decision check

Else check BADI INSPECTIONLOT_UPDATE.

Former Member
0 Kudos

Hi,

You can try the below exit

QEVA0004   Exit for changing information line in usage decision header

CSN