Show TOC

Services and Runtime ObjectsLocate this document in the navigation structure

Use

In a BSP application, the runtime object (runtime) makes it possible to access runtime-relevant information, for example, current document (method get_document). This also includes the information that must be implemented explicitly for visualization. This can be determined using the service object ddic_utils for the runtime object.

The delivered data can be used directly in the BSP application. In this way the value list can, for example, be visualized from a simple input help from the BSP application side.

Service object ddic_utils provides the following services:

The part of the methods that determines type-specific information from the dictionary has a reference to a data object as an importing parameter. This data object must have a direct or indirect reference to an elementary dictionary type (data element or component of a structure) since the relevant visualization-relevant information (for example, language-dependent texts) is defined by the elementary dictionary type in the dictionary. For example, a reference to a data object with a reference to an elementary component of a dictionary structure ( DATA: var TYPE strucname-compname), or a data object with a direct reference to a data element ( DATA: var TYPE dtelname) can be passed as an active argurment.