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
http://1.bp.blogspot.com/-pk6h9U2UDKo/UWOu9o85vzI/AAAAAAAAAcU/iBjee-XndCY/s1600/Table+Maintenance1.pnghttp://4.bp.blogspot.com/-t-OoaEBVFao/UWOt7OsYfCI/AAAAAAAAAcE/yBUHiV2CBGI/s1600/Table+Maintenance1.pnghttp://4.bp.blogspot.com/-t-OoaEBVFao/UWOt7OsYfCI/AAAAAAAAAcE/yBUHiV2CBGI/s1600/Table+Maintenance1.png
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.