Menu

SAP Function Module HAZMAT_MATNR_USE

GG-Mat: Verwendung einer Materialnummer im GG-Materialstamm

The Function Module HAZMAT_MATNR_USE (GG-Mat: Verwendung einer Materialnummer im GG-Materialstamm) is a standard Function Module in SAP ERP and is part of the function group DG14 within the package CBDG.

Technical Information

Function Module HAZMAT_MATNR_USE
Short Text GG-Mat: Verwendung einer Materialnummer im GG-Materialstamm
Function Group DG14
Package CBDG
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_DATE_FROM LIKE SY-DATUM SY-DATUM Anfang des Prüfintervalls
I_DATE_TO LIKE SY-DATUM 99991231 Ende des Prüfintervalls
I_FLG_READ_UNDELETED_ONLY TYPE ESP1_BOOLEAN ESP1_TRUE wenn 'X', nur GG-Mat ohne Löschkennz. prüfen
I_FLG_WITH_LIST TYPE ESP1_BOOLEAN wenn 'X', wird Liste 'E_LIST' gefüllt
I_LIST LIKE RDGMDREP_P GG: Felder für die Anzeige im Report (Positionen)
I_MATNR TYPE MATNR Materialnummer

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_FLG_MATNR_IN_USE TYPE ESP1_BOOLEAN ist 'X', wenn Material verwendet wird.

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_LIST LIKE RDGMDREP_P Liste verwendeter GGüter (bei ges. Flag)

Exceptions

This function module does not define any Exceptions.