The Function Module C125_RFC_VALUE_TABLE_GENERATE (Generiert zu einer Stoffberichtsvorlage die Value-Tabelle) is a standard Function Module in SAP ERP and is part of the function group C125 within the package CBUI.
Function Module | C125_RFC_VALUE_TABLE_GENERATE |
Short Text | Generiert zu einer Stoffberichtsvorlage die Value-Tabelle |
Function Group | C125 |
Package | CBUI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_LANGU | LIKE | SY-LANGU | SY-LANGU | Führende Sprache der Generierung |
I_LAST_VER_DATE | LIKE | ESTRH-VALFR | 19000101 | Stichtag der letzten Berichtsversion |
I_LDEPID | LIKE | ESTLP-LDEPID | Stoffberichtsvariante | |
I_MARK_CHANGES | LIKE | RCGLSYSELC-MARK_CHANG | SPACE | Gibt an, ob Änderungen markiert werden sollen |
I_NO_DIALOG | LIKE | RCGLSYSELC-MARK_CHANG | 'X' | Parameterdialog aufrufen/nicht aufrufen |
I_REL_CHANGES | LIKE | RCGLSYSELC-REL_CHANGE | SPACE | Kennz.: Daten konvertieren |
I_RTIME_FROM | LIKE | TCGA6-LSYRTIM | 0 | Beginn Symbolauflösungszeitpunkt |
I_RTIME_TO | LIKE | TCGA6-LSYRTIM | 9999 | Ende Symbolauflösungszeitpunkt |
I_SUBID | LIKE | ESTRH-SUBID | Stoff | |
I_VAL_DATE | LIKE | ESTRH-VALFR | SY-DATUM | Stichtag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_GENERATION_OK | LIKE | RCGLSIOT-MARKFLG | Flag, ob der Generierungslauf korrekt war | |
E_GENERATION_WARNING | LIKE | RCGLSIOT-MARKFLG | Flag, ob Warnung aufgetreten ist |
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 |
---|---|---|---|---|
E_FILE_TAB | LIKE | RCGLSVFILE | Tabelle mit Value-File | |
E_VALUE_TAB | LIKE | TLINE | ||
I_PARAM_TAB | LIKE | RCGLSYVAL | Parametersymbolwert Tabelle |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
GENERATION_ERROR | Schwerwiegender Generierungsfehler |
INVALID_REPORT_VARIANT | Berichtsgenerierungsvariante nicht gefunden |
INVALID_SUBSTANCE | Stoff konnte nicht gefunden werden |
STATUS_ERROR | Schwerwiegender Statusfehler |