The Function Module RDB_GET_RECORD_FROM_ARCHIVE (Drucken der Daten eines Einzelsatzes auf einer Liste) is a standard Function Module in SAP ERP and is part of the function group RDB_SHOW_REC within the package CFM_RDB.
Function Module | RDB_GET_RECORD_FROM_ARCHIVE |
Short Text | Drucken der Daten eines Einzelsatzes auf einer Liste |
Function Group | RDB_SHOW_REC |
Package | CFM_RDB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_APPLICATION | TYPE | AFW_APPLICATION | Analyzer-Anwendung | |
I_KEYDATE | TYPE | RDB_KEYDATE | Stichtag der Auswertung | |
I_KEYFIGURE_T | TYPE | RDB_READ_KEYFIGURE_T | RDB lesen: Kennzahlen (Tabelle) | |
I_RECNR | TYPE | RDB_RECNR | Einzelsatznummer in Ergebnisdatenbanken | |
I_SEGM_ARCH_T | TYPE | AFW_SEGMENT_T | Segment |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_CURRPOS_T | TYPE | RDB_REC_CURRPOS1_T | Einzelsatz-Position generische Knz. mit Whrg. (Vorlage) | |
E_GENPOS_T | TYPE | RDB_REC_GENPOS1_T | RDB: Einzelsatz-Position gen. Knz. ohne Whrg. (Tabelle) | |
E_HEADER | TYPE | RDB_REC_HEADER | Einzelsatz-Header (Vorlage) | |
E_NONGENKF_T | TYPE | RDB_READ_KEYF_INFO_T | RDB lesen: Kennzahlinformationen (Tabelle) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FAILED | Fehler |