OK_CODE | DESCRIPTION |
/nxxxx | terminates the current transaction, and starts transaction xxxx |
/n | terminates the transaction |
/nend | Terminates all separate sessions and logs off |
/nex | terminates all separate sessions and logs off without any warning |
/oxxxx | opens a new session and starts transaction xxxx |
/o | lists existing sessions and allows deletion or opening of a new one |
/I | terminates current session |
/i1, /i2,... | terminates the session with the given number |
Fxxx | Starts the transaction Fxxx (only from system menu) |
.xyzw | "Fast path": "xyzw" refers to the underlined letters in the menus. |
/*xxxx | Starts transaction xxxx and skips the first screen |
=xxxx | This entry is still possible for compatibility reasons |
%sc | Searches character patterns in lists (like "System - List - Find String") |
%pc | Downloads lists |
%pri | Prints lists |
Batch input |
/n | terminates the current batch input transaction |
/bdel | deletes the current batch input transaction |
/bend | terminates batch input processing and sets the session to "Failed" |
/bda | switches from "Display errors only" to "Process in foreground" |
/bde | switches from "Process in foreground" to "Display errors only" |
ABAP/4 debugging |
/h | This switches into debugging mode. |
/hs | This switches into debugging mode and activates the debugging of system functions. |
Buffer commands: |
WARNING: Resetting buffers can significantly change the performance of the system. It should therefore only be used where there is a good reason to do so. ( authorization object (S_ADMI_FCD). The action is noted in the system log. |
/$SYNC | resets all buffers of the application server |
/$CUA | resets the CUA buffer of the application server |
/$TAB | resets the table buffers of the application server |
/$NAM | resets the nametab buffer of the application server |
/$DYNP | resets the screen buffer of the application server |