The Function Module FRE_MD_PROD_INITIAL (Collect and send product master date from R/3 to F&R) is a standard Function Module in SAP ERP and is part of the function group FRE_MASTER_OUT within the package WFRE_PI.
Function Module | FRE_MD_PROD_INITIAL |
Short Text | Collect and send product master date from R/3 to F&R |
Function Group | FRE_MASTER_OUT |
Package | WFRE_PI |
Module Type | Remote-Enabled |
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 | actual interface process: initial or delta load | |
IP_DIRECT_ACCESS | TYPE | XFLAG | 'X' | access F&R direct |
IP_OWNSYSTEM | TYPE | FRE_SYSTEM_R3 | own logical system | |
IP_REFID | TYPE | FRE_TRDAT | Timestamp transfer date/time | |
IP_SYSTEM | TYPE | FRE_SYSTEM_FRE | F&R resp. XI system destination |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EP_MSG_TEXT | TYPE | CHAR80 | Char 80 |
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 |
---|---|---|---|---|
IT_ARTICLE | LIKE | FRE_MD_ST_MATNR | List of article ids |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COMMUNICATION_FAILURE | error during sending process |
ENQUEUE_MODE_CHANGED | error of function module MARA_ARRAY_READ |
NOTHING_TO_DO | import table IT_ARTICLE is initial |
NO_ATTRIBUTES_SELECTED | no attributes to articles were selected |
UNDEFINED_ERROR | undefined error occured |