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 RSZ_X_COMPONENT_GET (Loading of a component with all dependent elements) is a standard Function Module in SAP ERP and is part of the function group RZX0 within the package RSZ.
Function Module | RSZ_X_COMPONENT_GET |
Short Text | Loading of a component with all dependent elements |
Function Group | RZX0 |
Package | RSZ |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_COMPID | LIKE | RSZCOMPDIR-COMPID | ||
I_COMPUID | LIKE | RSZCOMPDIR-COMPUID | ||
I_GENUNIID | LIKE | RSRREPDIR-GENUNIID | ||
I_LANGUAGE | LIKE | SY-LANGU | SY-LANGU | SAP R/3 System, Current Language |
I_OBJVERS | LIKE | RSZCOMPDIR-OBJVERS | 'A' | |
I_USE_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 | ||
E_SUBRC | LIKE | SY-SUBRC | Return Code |
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 |
---|---|---|---|---|
C_T_CALC | LIKE | RSZ_X_CALC | Formula Elements | |
C_T_CELL | LIKE | RSZ_X_CEL | RFC: Query Designer: Directory of Cells | |
C_T_COMPDIR | LIKE | RSZ_X_COMPDIR | Component List | |
C_T_COMPIC | LIKE | RSZ_X_COMPIC | ||
C_T_ELTDIR | LIKE | RSZ_X_ELTDIR | Element list | |
C_T_ELTTXT | LIKE | RSZELTTXT | Texts of reporting component elements | |
C_T_ELTXREF | LIKE | RSZ_X_ELTXREF | ||
C_T_RANGE | LIKE | RSZ_X_RANGE | ||
C_T_SELECT | LIKE | RSZ_X_SELECT | ||
C_T_VAR | LIKE | RSZ_X_VAR | Variables |
This function module does not define any Exceptions.