Table of Contents

Class GuiSessionInfo

Namespace
SapGui.Wrapper
Assembly
SapGui.Wrapper.dll

Read-only snapshot of GuiSessionInfo properties.

public class GuiSessionInfo
Inheritance
GuiSessionInfo
Inherited Members

Properties

ApplicationServer

Application server hostname.

public string ApplicationServer { get; }

Property Value

string

Client

Login client number, e.g. 450.

public string Client { get; }

Property Value

string

Language

Login language, e.g. EN.

public string Language { get; }

Property Value

string

Program

Active ABAP program name.

public string Program { get; }

Property Value

string

ScreenNumber

Current screen / dynpro number.

public string ScreenNumber { get; }

Property Value

string

SystemName

SAP system ID (SID), e.g. GP1.

public string SystemName { get; }

Property Value

string

Transaction

Active transaction code.

public string Transaction { get; }

Property Value

string

User

Logged-on user name.

public string User { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.