Function | Calls the method "on_enter_..." of the current ABAP object | ||||
Example | <select class="inputselect" name="orders_minvalue" onchange="S10Enter();> | ||||
Parameters |
|
||||
Description |
The name of the called method is formed from "on_enter_" and the screen ID of
the current screen. For example, the method "on_enter_info" of the class
"customer" would be called for the HTML page "customer.info.html". If the method does not exist, no processing takes place. In this case, all input fields are transported into the ABAP object, taking field checks into account. For all output fields, the build methods are called if necessary and the values are then transported back into the HTML page. S10Enter() is a short form of S10Apply("","",f). |
||||
Components | S10 Framework |