cancel
Showing results for 
Search instead for 
Did you mean: 

calling external screen through VA01

Former Member
0 Kudos

Dear All,

When the user enters a value in quantity filed of VA01 , after accepting

the value it should substract the value multiplied by some other value

from the quantity entered

..For example if the qty enterd is 100 kg and the value entred is 5 then

it shuld substract 5 * 4 i.e. 20 from 100 and replace the quantity by 80

in the line item.

What is the user exit to accomplish the same.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I hope the function module EXIT_SAPMV45A_005 is useful for this. Pleasecheck it in debugging mode, what data it will be taking.

Answers (1)

Answers (1)

Former Member
0 Kudos

Goto se24

Provide input as cl_exithandler

see it in display mode

double click on get_instance

put a breakpoint in line 25( case sy-subrc)

Now run your transaction

at the point of your requirement

when it enters abap debugger

provide exit_name and note down the exit

that is the exit you will have to use for your requirement