Wednesday 11 October 2017

How to edit table in sap


How to edit table in sap:

Method 1:
  1. Goto Transaction  SE37,
  2. Execute Function Module  SE16N_INTERFACE,
  3. set import params:

  • I_TAB=
  • I_EDIT=X
  • I_SAPEDIT=X
      4. press F8.

Method 2:

Goto transaction  SE16, enter your table Name (ex: USR02). 
Display the entry (or entries) you want to modify.

When you have your entry, write ‘/h’ to go in debug mode

Cross the line you want to modify and press F7 (display function). Here, you are in the code… 
Press F7 again to skip some code…

Now you should see the code:

Refresh Exclude_Tab.
If Code = ‘SHOW’.
Set Titlebar ‘TAB’ With Name ‘Dinesh’(100).
Elseif Code = ‘EDIT’.

Change the value Show to edit and change the changes and save it.


EmoticonEmoticon

Note: only a member of this blog may post a comment.