Working with SAP Sessions

A session is basically another SAP instance on your screen. Multiple sessions allow you to work on more than one task at a time. This saves you time and reduces the need to jump from screen to screen. A record can only be edited by one user in one session at a time. Multiple write access to the same record is denied.

• Direct call of transaction code

/n<transaction-code>

• Terminates the current transaction and return to SAP Easy Access.

/n

• Terminates the transaction. This generally corresponds to pressing F3 to go back.

/nend

• Terminates all separate sessions and logs off (corresponds to “System -> Log off”).

/nex

• Terminates all separate sessions and logs off immediately (without warning!).

/o<transaction-code>

• Opens a new session.

/o

• Lists existing sessions and allows deletion or opening of a new session.

/i

• This terminates the current session (corresponds to “System -> End session”).

/i1, /i2,...

You May Also Like

Leave a Reply?