Creating Maintenance Table in Abap. In order to create a Maintenance table in data dictionary, go to se11->open the table in change mode.
Create table maintenance(utilities->Table Maintenance Generator)
Specify an active function group and assign a screen number and activate the table. Goto se93, specify a transaction code of your choice and click on create.
Give a short description and select the Transaction with parameter option.
Specify transaction sm30(Table maintenance), and select skip initial screen.
Viewname = zzz_emp(Name of Transparent table for which we maintained Table Maintenance Generator). UPDATE = X.
Execute the transaction, you get the output of the table for which maintenance can be made, (Modify and insert new entries).