Menu

SAP Function Module CBGL_LB60_PAR_DET_DG

EHS: materialbezogene Daten lesen

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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 CBGL_LB60_PAR_DET_DG (EHS: materialbezogene Daten lesen) is a standard Function Module in SAP ERP and is part of the function group CBGL_LB60 within the package CBGLM.

Technical Information

Function Module CBGL_LB60_PAR_DET_DG
Short Text EHS: materialbezogene Daten lesen
Function Group CBGL_LB60
Package CBGLM
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_IN_VALUES TYPE ESP1_BOOLEAN ESP1_TRUE Indicator: Values for Symbols Within Repeating Groups
I_FLG_OUT_VALUES TYPE ESP1_BOOLEAN ESP1_TRUE Indicator: Values for Symbols Outside Repeating Groups

Exporting Parameters

This function module does not define any EXPORTING parameters.

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_CVDDP_RG_TAB LIKE CVDDP EHS: Determined Values for Symbols Within Repeating Groups
E_CVDDP_TAB LIKE CVDDP EHS: Determined Values for Symbols Outside Repeating Groups
E_MESSAGES_TAB LIKE BALMI EHS: Error Messages
I_CVDDP_TAB LIKE CVDDP EHS: Key Value Table
I_CVDDP_VALUES_RG_TAB LIKE CVDDP EHS: Values for Symbols Within Repeating Groups
I_CVDDP_VALUES_TAB LIKE CVDDP EHS: Values for Symbols Outside Repeating Groups
I_LANGU_TAB TYPE ESP5_LANGUTAB_TYPE EHS: Language Table
I_SYMBOL_RG_TAB LIKE RCGLSTRUCTSYM EHS: Symbols Within Repeating Groups
I_SYMBOL_TAB LIKE RCGLSTRUCTSYM EHS: Symbols Outside Repeating Groups

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INTERNAL_ERROR Determination Error -> No Value Transfer
OTHERS Other