Class GuiSessionInfo
Read-only snapshot of GuiSessionInfo properties.
public class GuiSessionInfo
- Inheritance
-
GuiSessionInfo
- Inherited Members
Properties
ApplicationServer
Application server hostname.
public string ApplicationServer { get; }
Property Value
Client
Login client number, e.g. 450.
public string Client { get; }
Property Value
Language
Login language, e.g. EN.
public string Language { get; }
Property Value
Program
Active ABAP program name.
public string Program { get; }
Property Value
ScreenNumber
Current screen / dynpro number.
public string ScreenNumber { get; }
Property Value
SystemName
SAP system ID (SID), e.g. GP1.
public string SystemName { get; }
Property Value
Transaction
Active transaction code.
public string Transaction { get; }
Property Value
User
Logged-on user name.
public string User { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.