|
Answer» - ON INPUT
The ABAP/4 module is called only if a field contains the Value other than the INITIAL Value.This initial Value is determined by the filed’s Dta Type: blanks for character Fields ,Zeroes for numerics. If the USER changes the Fields Value back t o its initial value,ON INPUT does not TRIGGER a CALL. - ON INPUT
The ABAP/4 module is called only if a field contains the Value other than the initial Value.This initial Value is determined by the filed’s Dta Type: blanks for character Fields ,Zeroes for numerics. If the user changes the Fields Value back t o its initial value,ON INPUT does not trigger a call.
|