Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module SEL_SYSINFO_VIEWS_SDB (Liefert Liste der Systemtabellen des Schemas 'SYSINFO') is a standard Function Module in SAP ERP and is part of the function group SADB within the package SADA.
Function Module | SEL_SYSINFO_VIEWS_SDB |
Short Text | Liefert Liste der Systemtabellen des Schemas 'SYSINFO' |
Function Group | SADB |
Package | SADA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_CALL_MODE | TYPE | SDB_CMODE | SAP DB: DBMRFC Aufrufmodus | |
IV_CON_NAME | LIKE | DBCON-CON_NAME | Logischer Name einer Datenbankverbindung |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_DBMRC | TYPE | SDB_DBMRC | SAP DB: Error Code des DBM-Server-Kommandos | |
EV_ERRTXT | TYPE | SDB_ERRTXT | SAP DB: ErrorText des DBM-Kommandos | |
EV_SYSRC | TYPE | SDB_SYSRC | SAP DB: SysRC des DBM-Aufrufs |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERRORMSG | LIKE | SDB_ANSW | SAPDB: Antwortzeile eines DBM-Kommandos | |
SYSVIEWS | LIKE | SDBTABINFO | SAP DB Tabellen mit Beschreibungen |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
SEL_SYSINFO_ERROR | Others fehler beim Aufruf des dbmrfc-Fubas |