The Function Module C1F2_SUBSTANCES_FIND_BY_MAT (EHS: ##OBSOLETE## => C1F2_SUBSTANCES_FIND_BY_MATNAM) is a standard Function Module in SAP ERP and is part of the function group C1F2 within the package CBUI.
Function Module | C1F2_SUBSTANCES_FIND_BY_MAT |
Short Text | EHS: ##OBSOLETE## => C1F2_SUBSTANCES_FIND_BY_MATNAM |
Function Group | C1F2 |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AENNR | LIKE | ESTRH-AENNR | '*' | Suche nach Sätzen, die Änderungsnummer haben |
I_CRDAT_FROM | LIKE | ESTRH-CRDAT | '00000000' | Anlegedatum (Bereich VON) |
I_CRDAT_TO | LIKE | ESTRH-CRDAT | '00000000' | Anlegedatum (Bereich BIS, ignored so far) |
I_CRNAM | LIKE | ESTRH-CRNAM | '*' | Anleger |
I_MATNR | LIKE | ESTMJ-MATNR | '*' | Stoffschlüssel |
I_UPDDAT_FROM | LIKE | ESTRH-UPDDAT | '00000000' | Änderungsdatum (Bereich VON) |
I_UPDDAT_TO | LIKE | ESTRH-UPDDAT | '00000000' | Änderungsdatum (Bereich BIS, ignored so far) |
I_UPDNAM | LIKE | ESTRH-UPDNAM | '*' | letzter Änderer |
I_VALDAT | LIKE | SY-DATUM | SY-DATUM | >> Stichtag zur Reduzierung der Treffermenge |
I_WERKS | LIKE | ESTMJ-WERKS | '*' | Werk |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RECORDS_FOUND | LIKE | SY-TABIX | Anzahl der gefundenen Stoffe |
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_RECNROOT_MATNR_TAB | TYPE | ESP8_RECNROOT_MATNR_TAB_TYPE | RECN- und MATNR-Werte der gef. Stoffe | |
I_RESTRICTION_TAB | LIKE | RCGSTDRECN |
This function module does not define any Exceptions.