InterviewSolution
Saved Bookmarks
| 1. |
What Is An “on Request” Statement? |
|
Answer» 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’. 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’. |
|