In principle, there are several ways to add an entry to an SAP table. One is in the form of standardized transactions (for example, VOE4 for editing the EDPAR table) or using maintenance transactions such as SM30. However, both options are not always available. Either there is no separate transaction for maintaining a table or no maintenance dialog has been created for a particular table. This often occurs with Z tables.
Sometimes it can be useful to add a few entries to a table quickly for test purposes, so that a particular functionality can be tested. One possibility is presented below. This type of data change should only be performed on test systems and not on production environments. In most cases, however, this is prevented anyway by the lack of access to the corresponding transactions in production environments.
For more information on EDI or SAP, and to find out how we could help your business move to the next step, get in touch today or chat with our Sales team now!
Add entry to an existing SAP table
Option A): Using the standard transaction SE16 or SE16n
This option is the ācleanestā approach, but is only available if a maintenance dialog is created for the table and table processing is allowed. To check whether there is a maintenance dialog, call transaction SE11, enter the table name and press F8. Click on āDelivery and Maintenanceā to display the editing option.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
If āDisplay/Maintenance Allowed with Restrictionsā or āDisplay/Maintenance Not Allowedā is activated, only options B), C) or D) come into consideration ā see below.
If āDisplay/Maintenance Allowedā is activated, however, entries can be created using transaction SE16 or SE16n. To change existing entries, you can use transaction SM30, for example.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
The newer transaction SE16n provides its own maintenance dialog, which can be called via āView Maintenanceā. You can use this to change existing entries and create new entries.
Transaction SE16n
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
Option B) Via transaction SE37
If it is not possible to add entries by default using transaction SE16, the following approach can also be chosen.
First, open transaction SE37 and choose the function module SE16N_INTERFACE. Then start the dialog with F8 or by clicking on āTest/Executeā.
If it is not possible to access transaction SE37, continue with option C or D (see below).
The following dialog will then open.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
In the first line, instead of <THE_TABLE_NAME>, enter the name of the table for which new entries are to be added. Enter an X for each of the parameters I_EDIT and I_SAPEDIT. Then execute with F8.
This opens the selected table and new entries can be added with the function āNew entryā. Furthermore, existing entries can also be changed very easily.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
The tabular display allows easy editing, as seen in programs like Excel, for example.
Option C): Using transaction SE16 with debug mode
In the first step, start transaction SE16 and select the desired SAP table. Then press F8 to execute the transaction so that the individual table entries are displayed.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
Double-click on one of the existing SAP table entries to open the detailed view of an entry.
Transaction SE16: Detail view of an entry
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
Then enter ā/hā in the command field to start the debug mode. Click once more in the command field and press Enter to start a debug session.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
The ABAP code under the transaction then opens. Double-click on the variable ācodeā in the ABAP code (left arrow). Then change the value of the variable in the right-hand window to āEDITā (for editing) or āINSRā (for inserting) and confirm with Enter.
Debug mode to change a variable
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
Then press F8 to finish the code. The entry can now be edited or a new entry can be added.
Option D): Using transaction SE16N with debug mode
Start transaction SE16n, enter SAP table name and press F8.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
Start the debug mode in the detail view by entering /h in the command field. Then press Enter again in the command field to start a new debug session. In the debug session, add the following two variables, set the value to āXā and finish the execution with F8.
- GD-SAPEDIT
- GD-EDIT
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
The entries can now be edited or a new entry can be added.
Ā© 2020. SAP SE or an SAP affiliate company. All rights reserved. Used with permission of SAP SE.
Any questions?
Weāve got lots of helpful āhow toā articles on our blog. Simply visit our blog homepage and click on the āhow to guidesā tab to see them all.
For more information on EDI or SAP, and to find out how we could help your business move to the next step, get in touch today or chat with our Sales team now!
SAP ERP and SAP S/4HANA are the trademarks or registered trademarks of SAP SE or its affiliates in Germany and in several other countries.