 
  Data Structure Data Structure
 Networking Networking
 RDBMS RDBMS
 Operating System Operating System
 Java Java
 MS Excel MS Excel
 iOS iOS
 HTML HTML
 CSS CSS
 Android Android
 Python Python
 C Programming C Programming
 C++ C++
 C# C#
 MongoDB MongoDB
 MySQL MySQL
 Javascript Javascript
 PHP PHP
- 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.

Advertisements
 