What is an “on request Field” statement? | ABAP Module Programming

- ON REQUEST
The ABAP/4 Module is called only if the user has entered the value in the field value since the last screen display .The Value counts as changed Even if the User simply types in the value that was already there .In general ,the ON REQUEST condition is triggered through any
Form of "MANUAL INPUT".