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 RSZ_DB_QUERY_GET (Laden einer Query) is a standard Function Module in SAP ERP and is part of the function group RZD1 within the package RSZ.
Function Module | RSZ_DB_QUERY_GET |
Short Text | Laden einer Query |
Function Group | RZD1 |
Package | RSZ |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CHECK_MODE | TYPE | RS_BOOL | Boolean | |
I_USE_XREF_BUFFER | TYPE | RS_BOOL | Boolean |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_COMPUID | LIKE | RSZCOMPDIR-COMPUID | UUID in Compressed Form | |
E_SUBRC | LIKE | SY-SUBRC | Return Value, Return Value After ABAP Statements | |
E_T_ATR | TYPE | RRX1_T_ATR | BRAIN Interface: Attributes->IObj relationship | |
E_T_CEL | TYPE | RRX1_T_CEL | Cell properties | |
E_T_CON | TYPE | RRX1_T_CON | Catalog of Conditions and Exceptions | |
E_T_DIM | TYPE | RRX1_T_DIM | Catalog of the dimensions | |
E_T_FAC | TYPE | RRX1_T_FAC | Catalog of Parts of Conditions and Exceptions | |
E_T_MEM | TYPE | RRX1_T_MEM | Catalog of the members of different dimensions | |
E_T_PRPTYS | TYPE | RRX1_T_PRPTYS | Transport structure for query-based properties |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.