Show TOC Start of Content Area

Function documentation Runtime Info Provider Service  Locate the document in its SAP Library structure

Use

This service provides a list of runtime properties to be used by the system components. The value of a particular property can be obtained by requesting the current thread.

With the Runtime Info Provider service functionality, all libraries and client applications can use the values of these properties for a particular thread. Otherwise these properties will be available only through the ServiceContext for the services running on the J2EE Engine.

Runtime Properties

Name

Description

PROPERTY_USER

Returns the user name with which the current thread works.

PROPERTY_APPLICATION

The name of the application whose source code is executed by the current thread.

PROPERTY_APPLICATION_COMPONENT

The name of the application component whose source code is executed by the current thread.

PROPERTY_TRANSACTION

If there is a transaction, returns the transaction ID with which the current thread is executed.

PROPERTY_DSR_USER_ID

Returns the DSR user ID.

PROPERTY_DSR_COMPONENT_NAME

The name of the DSR component.

PROPERTY_DSR_PREV_COMPONENT_NAME

The name of the previous DSR component through which the thread has passed.

PROPERTY_DSR_TRANSACTION_ID

The DSR transaction ID.

PROPERTY_SESSION

If there is a session, returns a session ID with which the current thread is run.

PROPERTY_KERNEL_VERSION

The version of the server currently used.

 

End of Content Area