Menu

SAP Function Module GET_INSTANCE_STATE_SDB

Get SAP DB state and some properties without exec sql

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module GET_INSTANCE_STATE_SDB (Get SAP DB state and some properties without exec sql) is a standard Function Module in SAP ERP and is part of the function group SADB within the package SADA.

Technical Information

Function Module GET_INSTANCE_STATE_SDB
Short Text Get SAP DB state and some properties without exec sql
Function Group SADB
Package SADA
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CON_NAME TYPE DBCON_NAME Logical Name for a Database Connection
DETERMINE_DBMVERSION TYPE FLAG
DETERMINE_INSTANCE_TYPE TYPE FLAG
DETERMINE_KERNELVERSION TYPE FLAG
DETERMINE_PROPERTIES TYPE FLAG
DETERMINE_STATE TYPE FLAG
USE_DBMRFC LIKE SDBUSRSET-USE_DBMRFC 'C'

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EV_DBMSERVER_VERSION TYPE SDB_LINE SAP DB: Response line from DBM command
EV_DB_FULL TYPE FLAG
EV_ENABLED TYPE I
EV_INSTANCE_TYPE TYPE SDB_LINE SAP DB: Response line from DBM command
EV_KERNELVERSION TYPE SDB_LINE SAP DB: Response line from DBM command
EV_KERNELVERSION_LONG TYPE CHAR15 Text (15 characters)
EV_LOG_FULL TYPE FLAG
EV_PLATFORM TYPE SDB_LINE SAP DB: Response line from DBM command
EV_RESTART_DATE TYPE SYDATUM Date and Time, Current (Application Server) Date
EV_RESTART_TIME TYPE SYUZEIT Date and Time, Current Application Server Time
EV_STATE LIKE LVC_INFO-STATE

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTION_PROTOCOL LIKE LVC_APROT Structure for Action Log for LiveCache Administration

Exceptions

This function module does not define any Exceptions.