The Function Module RZX2_TEMPLATE_GET (Laden eines Templates mit abhängigen Informationen) is a standard Function Module in SAP ERP and is part of the function group RZX2 within the package RSZ.
Function Module | RZX2_TEMPLATE_GET |
Short Text | Laden eines Templates mit abhängigen Informationen |
Function Group | RZX2 |
Package | RSZ |
Module Type | Remote-Enabled |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_BITEMPLATE | TYPE | STRING | Template Inhalt (BI-Template) | |
E_BXTEMPLATE | TYPE | XSTRING | Template Inhalt (RAW-Daten) | |
E_SUBRC | LIKE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | |
E_TEMPLATE | TYPE | STRING | Template Inhalt |
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_TEMPLATE | LIKE | RSZW_TEMPLATE | Verwaltungsinformationen zu einem Web-Template | |
E_T_BLOBDATA | LIKE | RSZW_BLOBDATA | Daten (Bytes) eines Blobs | |
E_T_BLOBINFO | LIKE | RSZW_BLOBINFO | Info zu einem Blob | |
E_T_ITEM | LIKE | RSZW_ITEM | Verwaltungsinformation für ein Web-Item | |
E_T_ITEMATTR | LIKE | RSZW_ITEMATTR | Itemattribut | |
E_T_ITEMBLOBDATA | LIKE | RSZW_BLOBDATA | Daten (Bytes) eines Blobs | |
E_T_ITEMBLOBINFO | LIKE | RSZW_BLOBINFO | Info zu einem Blob | |
E_T_PARAMS | LIKE | RSZW_EPAR_TMPLGET | Outputparameter für RZXW_TEMPLATE_SET | |
I_T_PARAMS | LIKE | RSZW_IPAR_TMPLGET | Inputparameter für RZXW_TEMPLATE_SET |
This function module does not define any Exceptions.