SAP Function Module C120_REPORT_STRUCTURE_RES_CHK

EHS: Löst das Strukurfile auf und prüft die Syntax

The Function Module C120_REPORT_STRUCTURE_RES_CHK (EHS: Löst das Strukurfile auf und prüft die Syntax) is a standard Function Module in SAP ERP and is part of the function group C120 within the package CBUI.

Technical Information

Function Module C120_REPORT_STRUCTURE_RES_CHK
Short Text EHS: Löst das Strukurfile auf und prüft die Syntax
Function Group C120
Package CBUI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_FLG_INIT TYPE ESP1_BOOLEAN ESP1_FALSE Kennz: Initialisierung
I_FLG_LSYEFLG_GET TYPE ESP1_BOOLEAN ESP1_FALSE Kennz: Gebe geändertes Strukturfile zurück
I_FLG_MESSAGES_GET TYPE ESP1_BOOLEAN ESP1_FALSE Kennz: Gebe Prüfergebnis zurück

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CHECK_OK LIKE ESTLS-LSYEFLG Kennz: Syntax ist korrekt

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_CHECK_RESULT_MESSAGE_TAB TYPE RCG_TLINE_MESSAGE_TAB_TYPE Prüfergebnis (Tabellentyp)
E_CHECK_RESULT_TAB LIKE TLINE Prüfergebnis
X_STRUCT_TAB LIKE RCGLSIOT Aktuelles Strukturfile

Exceptions

This function module does not define any Exceptions.