Table Maintenance Without using SE11 and SE30 Tcode's :
In ABAP we can maintain the table entries using SM30 or SE11
transaction for the tables having table maintenance generator (TMG)
However, we can achieve this Functionality by using VIEW_MAINTENANCE_CALL Function Module
Prerequisite: we Need a Table with table maintenance
generator created in SE11.
Process:
Let’s see how to maintain the table entries using VIEW_MAINTENANCE_CALL Function Module
Step1:
Go To SE 37 Tcode and Enter Function Module Name " VIEW_MAINTENANCE_CALL
"
Step2:
Click on Execute button
Step3:
It will
open the following screen. Fill the Action and Table Name and click on execute.
Step 4:
It will open following Screen , Click On display (or) Change To
Enter the New Records
This is
useful when user don’t have access to SM30 Tcode and he want to maintain the
table entries for testing purpose.