- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Inserting rows to an internal table through debug in SAP ABAP
This can be done using any of the below methods −
In the Tools window → Navigate to Service menu → you can add a new row
This can also be done by using T-Code SE11 → Select the relevant table. Navigate to Table Content → Display
Make sure Debug mode is ON. Click on Pencil to get Edit mode.
Type Edit in Value column to edit the table in Debug mode. Press F8 (Continue).
Note that for edition it is EDIT and for deletion, it is DELE as shown in below snapshot.
This will open the record. You can change the value and save it.
- Related Articles
- Adding rows in an internal table with header line in SAP ABAP
- Inserting rows in an empty table to test output of ABAP code
- Checking number of rows in an internal table in SAP
- Sorting an already sorted internal table in ABAP
- Modification not working for both internal table and control table in SAP ABAP
- How to map output of a function to an internal table in SAP ABAP using Gateway service
- Difference between Work area, global structure and internal table in SAP ABAP
- Usage of subqueries in internal table as condition in SAP ABAP source code.
- Assigning debug roles to few users of SAP ABAP program
- Using SAP ABAP, how can I read content of CSV files in a directory to an internal table?
- Inserting an Array to a table in SAP HANA database
- Is it possible to delete the actives while you are running a loop over an internal table in SAP ABAP?
- Inserting data in table in SAP HANA
- Finding a particular value in internal table itab in ABAP
- Inserting data in a table in SAP HANA

Advertisements