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 FRE_ORD_IN_CONTRACT_DETERMINE (Determine available Contract) is a standard Function Module in SAP ERP and is part of the function group FRE_ORDER_IN within the package WFRE_PI.
Function Module | FRE_ORD_IN_CONTRACT_DETERMINE |
Short Text | Determine available Contract |
Function Group | FRE_ORDER_IN |
Package | WFRE_PI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLING_ID | TYPE | FRE_ORD_IN_CALLING_ID | Calling Instance | |
CUSTOMIZING | TYPE | STY_FRE_ORD_FASH_CUSTOMIZING | Customizing for Order Inbound IF Fashion Functions | |
ITEM_DATA | TYPE | FRE_ORD_IN_CONTRACT_STY | Contract Determination Export Structure | |
TIMESTAMP | TYPE | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_KONNR | TYPE | KONNR | Number of principal purchase agreement | |
E_KTPNR | TYPE | KTPNR | Item number of principal purchase agreement | |
E_MENGE | TYPE | FRE_ORD_IN_CONTRACT_STY-MENGE | Purchase order quantity | |
E_UNIT | TYPE | BSTME | Purchase Order Unit of Measure |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MESSAGES | TYPE | TY_T_UI_MESSAGE | User Interface Message Table Type |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR | Error during processing |
SKIP_ITEM | Do not Post Item |