How to create table maintenance generator in sap abap

What is a table maintenance generator in ABAP?

Table Maintenance Generator is a tool used to customize the tables created by end users and can be changed as required, such as making an entry to that table, deleting an entry etc.

How do I create a Tcode for table maintenance generator in SAP?

To create a transaction code for Table Maintenance Generator (TMG), go to transaction code SE93. Enter the name of the t-code to be created and press “CREATE”. In the pop-up enter short description for the new t-code, Select the “Transaction with parameters” radio button and press continue.

How will u print footers in ALV report?

By Joyjit Ghosh. slis_t_listheader. Step3: Create a subroutine with name ‘END_OF_LIST’ and with in this form we have to call the function module ‘REUSE_ALV_COMMENTARY_WRITE’. Whenever ‘END_OF_LIST’ event is get fired it executes the subroutine END_OF_LIST and displays the text into the footer of the ALV GRID.

How do you make fields mandatory in SM30?

5 Answers. You have to put some code in while generating table maintenance screen from table maintenace generator which will validate the field when user try to enter data using SM30.. Add a event there (01 Before saving the data in the database) and code to validate data

How do you make fields mandatory in a table maintenance generator?

in the Table Maintenance Generator go to menu Environment -> Modification -> Maintenance Screens, then select the screen (usually is 0001), in the Element List Tab you find the Special attr, in the field Input, you choose Required for the field you want obligatory.

How do you make a field non editable in SM30?

In the Element list tab,check the output only option for EMPL_AGE field. Now in SM30 we can observe that the Age field is disabled for input entry.

How do you make a field non editable in Table maintenance generator?

A field can be made non editable by simply unchecking that input checkbox for that field. Similarly, the screen name of any of the fields appearing on the maintenance window can also be changed by changing the Name on the layout window of that field.

How do I disable fields in table maintenance generator?

Hi, And if you want to disable fields ,double click on overview screen number which is you have given when you created TMG and than it opens flow logic of screen than click on Element List tab and uncheck the fields which you wants dsiable in input column as i am attaching screenshot have a look at it.