Maintain test data in SAP table

After creating a table you can test it by maintaining a couple of entries in the table. Follow the below mentioned procedure to maintain entries in the table. But this procedure must be used only in testing or development environment not in production environment.

Display the table in ABAP Dictionary(SE11). Use the menu path Utilities->Table Contents->Create Entries.

create-entries-1

If this menu path is disabled then go to Delivery and Maintenance tab and
enter “Display/Maintenance Allowed” in “Data Browser/Table View Maint.” listbox.

create-entries-2

Save and activate the table. Then go back to menu path Utilities->Table Contents->Create Entries.

create-entries-3

Enter some test values in the fields and press save.

create-entries-4

Observe the message in the status bar. To display the values in the table go to Utilities->Table Contents->Display

create-entries-5

In the selection screen enter the selection criteria if you want to filter the records you want to display and press execute.

create-entries-6

All the records in the table will be displayed if no selection criteria specified
in the selection screen.


1 Comment

  1. I followed the tutorials before, created my local domains, data elements and table. But when I try to add a entry like what this tutorial says, the SAP system tells “You are not authorized to change this table” , why? How can I fix it?

Comments are closed.