Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module C1F2_SUBSTANCES_USED_BY_MAT (EHS: Verwendungsnachweis für Spezifikationen mit Materialzuordnung) is a standard Function Module in SAP ERP and is part of the function group C1F2 within the package CBUI.
Function Module | C1F2_SUBSTANCES_USED_BY_MAT |
Short Text | EHS: Verwendungsnachweis für Spezifikationen mit Materialzuordnung |
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 | Time Period for Historical Search | |
I_FLG_IGNORE_REF | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_FLG_INCLUDING | TYPE | ESP1_BOOLEAN | ESP1_TRUE | Type of Usage (See Module Documentation) |
I_FLG_INCL_DIRECT | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_FLG_INHERITANCE | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Usage in Inheritance |
I_FLG_NO_AUTH_CHECK | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_FLG_REFERENCE | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Usage as Reference |
I_FLG_REPORT | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Usage Directly to a Report |
I_FLG_REPORT_DIRECT | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Usage Indirectly to a Report |
I_FLG_TRANSPORT | TYPE | ESP1_BOOLEAN | ESP1_FALSE | Usage in Transport Classification |
I_FLG_TRANS_CLOSURE | TYPE | ESP1_BOOLEAN | ESP1_FALSE | #NAME? |
I_OBJTYPE | LIKE | TCGUEFU-OBJTYPE | Specification Category | |
I_SEARCHMODE | LIKE | RCGSELSCR-SEARCHMODE | ESP1_SRCHMD_INIT | Search Mode for Historical Search |
I_VALDAT | LIKE | SY-DATUM | SY-DATUM | Key Date |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
I_RECN_TAB | LIKE | RCGSTDRECN | Specifications to Be Examined | |
X_FRTO_USAGE_TAB | TYPE | ESPRH_FRTO_USAGE_TAB_TYPE | Result of Historical Search | |
X_USAGE_TAB | TYPE | ESPRH_USAGE_TAB_TYPE | Result of Key Date Search |
This function module does not define any Exceptions.