The Function Module C1F2_SUBSTANCES_FIND_BY_ID (EHS: Suchen nach Spez.en über die Spez.identifikatoren) 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_ID |
Short Text | EHS: Suchen nach Spez.en über die Spez.identifikatoren |
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 der Zeitraumsuche | |
I_ESTRIREC | LIKE | ESTRI | Identifikationstyp | |
I_FLG_AUTHORITY_CHECK | TYPE | ESP1_BOOLEAN | ESP1_FALSE | - 'X': Berecht.en berücksichtigen (I_FLG_IDS_WANTED muß 'X' sein!) |
I_FLG_IDS_WANTED | TYPE | ESP1_BOOLEAN | ESP1_FALSE | wenn TRUE, dann ID-Rückgabe in E_IDENTTAB |
I_SEARCHMODE | LIKE | RCGSELSCR-SEARCHMODE | ESP1_SRCHMD_INIT | Suchmodus der Zeitraumsuche |
I_VALDAT | LIKE | SY-DATUM | SY-DATUM | >> Stichtag zur Treffer-Einschränkung |
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_IDENTTAB | TYPE | ESP1_FRTO_IDENT_TAB_TYPE | Idents zu Zeitraumsuche | |
E_FRTO_KEYTAB | TYPE | ESP1_FRTO_RECN_TAB_TYPE | Ergebnis der historischen Suche | |
E_IDENTTAB | LIKE | RCGIDENT | zugehörige Identifikatoren, die Match auslösten | |
E_KEYTAB | LIKE | RCGSTDRECN | Rekordnummern der passenden Spez.en | |
I_RESTRICTIONTAB | LIKE | RCGSTDRECN | Einschränkung des Suchraumes (-Spez.-RECNs) |
This function module does not define any Exceptions.