The Function Module C1F2_SUBSTANCES_FIND_BY_MATNAM (EHS: Suchen nach Spez.en über den Materialnamen (Materialkurztext)) 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_MATNAM |
Short Text | EHS: Suchen nach Spez.en über den Materialnamen (Materialkurztext) |
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_DATERANGE | LIKE | RCGDATERANGE | Zeitraum für historische Suche | |
I_ESVMATREC | LIKE | ESV_ESTMJ | Suchkriterien für Materialnamen | |
I_FLG_KEEP_PLUS | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Kennz.: '+' nicht als Sonderzeichen interpretieren |
I_FLG_KEEP_STAR | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Kennz.: '*' nicht als Sonderzeichen interpretieren |
I_FLG_MATNAM_WANTED | TYPE | ESP1_BOOLEAN | ESP1_FALSE | wenn TRUE, dann Materialname in E_MATTAB |
I_LANGU | LIKE | RCGSELSCR-MATLANGU | Sprachenschlüssel | |
I_SEARCHMODE | LIKE | RCGSELSCR-SEARCHMODE | ESP1_SRCHMD_INIT | Suchmodus für historische Suche |
I_VALDAT | LIKE | SY-DATUM | SY-DATUM | Stichtag für die Gültigkeit |
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 Spez.en |
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_FRTO_MATTAB | TYPE | ESP1_FRTO_MAT_TAB_TYPE | Ergebnis der historischen Suche | |
E_KEYTAB | LIKE | RCGSTDRECN | Stoffsatznummern der gefundenen Spez.en | |
E_MATTAB | TYPE | ESP8_RECNROOT_MATNR_TAB_TYPE | alle gefundenen Materialnamen (-nummern) | |
I_RESTRICTIONTAB | LIKE | RCGSTDRECN | Einschränkung über Spez.satznummern |
This function module does not define any Exceptions.