SAP Maintain table from display only to change ,delete by sm30,se16,se16n

** Myself
# Please aware data inconsistency and relationship for these Method
Method1 sm30
You can delete table entries using SM30 after creating a maintenance view for the table. This is the best way because you can record the table changes and you can put table changes into transports to transfer them to other SAP systems

Method2 se16n
se16n
table(rfc table)=rfcdes
clip_image002
RFCDES(RFC Destination type3)=ztest_IDS
Table Can’t be modify (Display only)
Enter &SAP_EDIT to activate Edit mode,
ENTER
clip_image004
Execute
Table can be change
Change type from 3 to 2
clip_image006
save
clip_image008
Result changed
clip_image010
 
Method3 se16
se16
table(rfc table)=rfcdes
clip_image012
RFCDES(RFC Destination type3)=ztest_IDS

Table Can’t be modify (Display only)
clip_image014
clip_image016
Select checkbox data entry
clip_image018
Enter /h to activate Edit mode,
ENTER and Enter
clip_image020
clip_image022
Go to debug mode in form set_status_val
clip_image024

Code (in field names)
Enter
clip_image026
.
Code=EDIT and click change and F8
#Change the value of variable code to 'DELE' for deletion,
#EDIT' for change or 'INSR', then F8 to continue. Now the respective function is active
clip_image028
Execute
Table can be change
Change type from 2 to 3
clip_image030
clip_image032
Save
clip_image034
Back and back and display again
Result changed
clip_image036

0 comments:

Loading