Table Events
Table Events: Table Maintenance Generator Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator. This Table maintenance generator is responsible for handling the events. Events of table only can be table triggered if table maintenance generator of a table is generated.
On Pressing F4 help you will find the list of table events. Now as per our requirement we can select any of the event code. Suppose we want to validate the entries of table then we go for table event before saving the data. Select code 01 and write the name of perform where we will write the code for table event. Now Goto Transaction se80 and open the function group of corresponding table for which we have made the events. Under this perform we can write our code for table events. Table Events: Table Maintenance Generator Table Maintenance Generator is used to create table maintenance program to add, modify or delete records in the database table. This can be accessed using transaction SE54 or in SE11 using the menu Utilities->Table Maintenance Generator. This Table maintenance generator is responsible for handling the events. Events of table only can be table triggered if table maintenance generator of a table is generated.
On Pressing F4 help you will find the list of table events. Now as per our requirement we can select any of the event code. Suppose we want to validate the entries of table then we go for table event before saving the data. Select code 01 and write the name of perform where we will write the code for table event. Now Goto Transaction se80 and open the function group of corresponding table for which we have made the events. Under this perform we can write our code for table events. |
|