Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
Sumit_Holey
Participant
8,477
Introduction:

This blog post will help you to change database entry in any environment with ease, but remember this is very powerful technique and may leads to data inconsistency if any wrong key data changed.

Also after this blog post you will be able to update the entries.

“This is very useful technique which can be used to change database tables data in any environment (if you have CHANGE access in Debugger).

The changes which can be taken out through this process cannot be tracked so may leads to inconsistencies. Think twice before using this….”

How to Process with Debug?

Go to SE16N, as usual, and type the table for which you want to make modifications.


 

For demonstrate we have created ZKNA1 table as shown in below snapshot


There are 3 entries available in table


 

Go Back & Enter /H in command bar and press “Enter” key to activate debugging.



Input data as per highlighted box and press F8


Now you will be able to Create / Change the Data


i have created new record with Cust No 1040


and click on save


Now you will be able to find one more entry get added to table


 

Conclusion:

This blog post helps to add the entry into database table, meanwhile you can add / change / delete the record from database table.

 

Please like, share and comment and let me know if you have any queries on above blog post.
11 Comments
Labels in this area