Thursday, September 4, 2014

ABAP TIP table data maintenance : SE16N N SE16N_INTERFACE

ABAP TIP SE16N_INTERFACE

When maintaining table data, T-CODE:N or SE16N has a very convenient user interface. But, It’s normal to restrict to use this t-code because it has a potential risk. 

There are several ways to change data in T-CODE:N.
First, if you input ‘&SAP_EDIT, the data is set to be changed.







In second way, you can use function‘SE16N_INTERFACE’in t-code:se37.
Input table name, set I_EDIT and I_SAPEDIT as ‘X’.

 



We can see the screen which enable to change data.
 


No comments:

Post a Comment