What is an on input filed statements?
– 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 fileds 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.