Showing posts with label se11. Show all posts
How to directly edit a table content in SE16n / se11
1:20 AM
To edit a table content:-
1. se16n
1. se16n
- type &sap_edit into the command input
- then execute and there is a delete /edit icon below the menu bar
- double click the enty that you wish to change
- type /h into the command input also known as debugging mode
- press enter
- in the debugging mode change the variable code = EDIT
- then execute and now the field can be edited
Table maintenance generator - how to enlarge the input area.
12:09 AM
tcode = SE11
1. Generate the new table maintenance.
2. Double click on the generated screen.
3. At the main attribute tab. Enlarge the width eg 181
4. The click on the layout.
5. From the layout make sure it is showing the element list.
6. Click change.
7. Enlarge too the fields length ie. 181
1. Generate the new table maintenance.
2. Double click on the generated screen.
3. At the main attribute tab. Enlarge the width eg 181
4. The click on the layout.
5. From the layout make sure it is showing the element list.
6. Click change.
7. Enlarge too the fields length ie. 181
How to delete or kill workflow item!
4:22 AM
Goto transaction code
SWI1 -> get the WIID
Then transaction code
SE11 -> SWWWIHEAD
- DELETE the WIID entry
or
- WI STAT = COMPLETED
or
- WI STAT = DELETED
This is great to kill them off from your freaking tray
SWI1 -> get the WIID
Then transaction code
SE11 -> SWWWIHEAD
- DELETE the WIID entry
or
- WI STAT = COMPLETED
or
- WI STAT = DELETED
This is great to kill them off from your freaking tray
The maintenance dialog for zXXXXX is incomplete or not defined
9:43 PM
This is how you create maintenance dialog for ztable.
Use tcode SE11, enter the table name click change. In the next screen, click Utitlies-->table maintenance generator.
Enter &NC& as the auth group.
Enter the function group to use (ex. Z_TABMAINT)
click One Step, enter '1' as the screen number. Click the create button.
Once generated, you can use it by going to SM30, enter table name and click maintain.
Source
http://forums.sdn.sap.com/thread.jspa?threadID=1087759
Use tcode SE11, enter the table name click change. In the next screen, click Utitlies-->table maintenance generator.
Enter &NC& as the auth group.
Enter the function group to use (ex. Z_TABMAINT)
click One Step, enter '1' as the screen number. Click the create button.
Once generated, you can use it by going to SM30, enter table name and click maintain.
Source
http://forums.sdn.sap.com/thread.jspa?threadID=1087759
Creating / changing table
6:00 PMSE16 - VIEW TABLE
SE11 - CREATE/CHANGE TABLE STRUCTURE - please do remember to activate the technical setting
SE14 - USE THIS WHEN YOU HAVE CHANGE THE STRUCTURE - Activate and adjust db
this entry is a self note
SE11 - CREATE/CHANGE TABLE STRUCTURE - please do remember to activate the technical setting
SE14 - USE THIS WHEN YOU HAVE CHANGE THE STRUCTURE - Activate and adjust db
this entry is a self note