
* VIM_ABORT_SAVING: Flag to abort the save SELECT carrid FROM sflight INTO TABLE lt_sflightĮNDIF. * Extracting CARRID from Table SFLIGHT to vlidate newly * Here we are storing Newly created entries in table LT_ZMTESTĮNDLOOP.

* it containg value of action performed. * and it will have same structure of table. * Delete or None * will be assigned automatically inside loop * deleted along with the action performed – Insert, Update * TOTAL: At Runtime it contains all the entries – Newly added &

Lt_sflight TYPE STANDARD TABLE OF ty_sflight. DATA : lt_zmtest TYPE STANDARD TABLE OF zmtest , VIM_ABORT_SAVING: Flag to abort the save. N: New, U: Updated, space: No change, D: Deleted and X: Deleted new entry. : will be assigned automatically inside loop and it will have same structure of table. TOTAL: At Runtime it contains all the entries – Newly added & deleted along with the action performed – Insert, Update, Delete or None.
#Tech utilities license key 2016 code#
Step 3: Write below code in the created Module.

Provide the Include Program name and Save. Double click on Module name to create PAI Module. Table: ZMTEST Step 1: Create TMG for Table: ZMTEST and Double click on Generated screen number Step 2: It will navigate you to Screen flow logic, Create a module in PAI. If CARRID doesn’t exist in SFLIGHT, we need to display error message and data should not be saved. Requirement: If we create any new record in table ZMTEST, field CARRID should be validated from SFLIGHT table. We need to write our code in PAI of generated screen.
#Tech utilities license key 2016 how to#
This post describes about how to validate newly created, changed & deleted entry in TMG. We have several events in TMG which can be used according to our requirement but there is not any event for Enter key.
