The Function Module FRE_MD_SUPPLY_DELTA_PROCESS (F&R CON: Delta handling for supply network objects) is a standard Function Module in SAP ERP and is part of the function group FRE_MD_SOS_OUT within the package WFRE_PI.
Function Module | FRE_MD_SUPPLY_DELTA_PROCESS |
Short Text | F&R CON: Delta handling for supply network objects |
Function Group | FRE_MD_SOS_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 |
---|---|---|---|---|
IS_WORK_REPORT | TYPE | FRE_WORK_REPORT_STY | Work pannel from Reports to Object modules (Outbound to F&R) | |
I_CREATION_DATE_HIGH | LIKE | SY-DATUM | SY-DATUM | Date and time, current (application server) date |
I_CREATION_DATE_LOW | LIKE | SY-DATUM | SPACE | Date and time, current (application server) date |
I_CREATION_TIME_HIGH | LIKE | SY-UZEIT | SY-UZEIT | Dat and time, current application server time |
I_CREATION_TIME_LOW | LIKE | SY-UZEIT | '000000' | Dat and time, current application server time |
I_DIRECT_ACCESS | TYPE | XFLAG | 'X' | New input values |
I_MESSAGE_TYPE | LIKE | TBDME-MESTYP | 'FRE_SUPPLY_NET' | Message type |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EP_MSG_TEXT | TYPE | CHAR80 | error message from data transfer |
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 |
---|---|---|---|---|
PE_T_POINTER | LIKE | BDCP | Change pointer |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COMMUNICATION_FAILURE | error during sending process |
NOTHING_TO_DO | no change pointers found for the message type |
NO_ATTRIBUTES_SELECTED | no attributes to articles were selected |
RESOURCE_FAILURE | error during sending process |
SYSTEM_FAILURE | error during sending process |
UNDEFINED_ERROR | undefined error occured |