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_SAPDEPENDS_MSQ (Returns a table of dependent objects, either sp's or table names) is a standard Function Module in SAP ERP and is part of the function group SFMSS_MISC within the package SMSS_DBACCESS.
Function Module | GET_SAPDEPENDS_MSQ |
Short Text | Returns a table of dependent objects, either sp's or table names |
Function Group | SFMSS_MISC |
Package | SMSS_DBACCESS |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CON_NAME | LIKE | DBCON-CON_NAME | 'DEFAULT' | Logical name of a Database Connection |
SCHEMA | TYPE | MSSSCHEMA | SPACE | Target Schema |
SPNAME | LIKE | MSQSTMTINF-SP_NAME | MS SQL server stored procedure name | |
TABNAME | LIKE | MSQSTMTINF-SP_NAME | MS SQL server table name |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
OBJNAMES | LIKE | MSQDBCCRES | referenced tables |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CONNECT_ERROR | Can't connect |
DB_ERROR | Some database error occurred. |
INTERNAL_ERROR | Internal ADBC error. |
NOT_RUNNING_ON_MSSQL | Not MSSQL |
PROVIDE_SP_OR_TAB | provide stored proc or table anem |
WRONG_DB_RELEASE | Database release must be newer than 7.0 |