Introduction:
We know that we can maintain the table entries in ABAP using SM30
or SE11 transaction for the tables having table maintenance generator.
we can achieve this by one more way and that by using FM
VIEW_MAINTENANCE_CALL.
Prerequisite: Table with table maintenance generator created in
SE11.
Let’s see how to maintain the table entries using FM
VIEW_MAINTENANCE_CALL.
Open the tcode SE37 and type FM name and click on execute.
It will open the following screen. Fill the table name and action
and click on execute.

Click on Change button and maintain the table entries.
This is useful when user don’t have access to SM30 transaction
and want to maintain the table entries for testing purpose.
No comments:
Post a Comment