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_MD_DIF_SEND (Transfer DIF occurences to F&R) is a standard Function Module in SAP ERP and is part of the function group FRE_MD_DIF_OUT within the package WFRE_PI.
Function Module | FRE_MD_DIF_SEND |
Short Text | Transfer DIF occurences to F&R |
Function Group | FRE_MD_DIF_OUT |
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 |
---|---|---|---|---|
IP_CALLING_PROCESS | TYPE | FRE_ACTUAL_PROCESS | '1' | Actual interface process: initial or delta load |
IP_SAVE_OBJECTS | TYPE | XFELD | Save sent objects into file | |
IS_SEND_OPTION | TYPE | FRE_SEND_OPTION | Basic settings for data transfer |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
XT_ABI_HEAD | TYPE | FRE_DB_ABI_HEAD_TTY | Table type for FRE_DB_ABI_HEAD | |
XT_ABI_POS | TYPE | FRE_DB_ABI_POS_TTY | Table type for FRE_DB_ABI_POS | |
XT_DIFA | TYPE | FRE_BIF_DIFA_TTY | F&R data interface DIF assignment input table | |
XT_DIFOCC | TYPE | FRE_BIF_DIFOCC_TTY | F&R data interface DIF occurence input table | |
XT_DIFOCCT | TYPE | FRE_BIF_DIFOCCT_TTY | F&R data interface DIF descriptions incl ISO fields |
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COMMUNICATION_FAILURE | Error during sending process |
FRE_INBOUND_FAILURE | Failure on F&R inbound |
NOTHING_TO_DO | Import tables for F&R objects are empty |
UNDEFINED_ERROR | Undefined error occured |