|
Answer» ON *-INPUT
- The ABAP/4 MODULE is CALLED if the user has entered the "*" in the first character of the field, and the field has the attribute *-entry in the SCREEN Painter.You can use this option in Exceptionla cases where you want to check only FIELDS with certain Kinds of Input. ON *-INPUT
- The ABAP/4 module is called if the user has entered the "*" in the first character of the field, and the field has the attribute *-entry in the screen Painter.You can use this option in Exceptionla cases where you want to check only fields with certain Kinds of Input.
|