Menu

SAP Function Module FRE_RBDMIDOX

Processe the change pointers to a message type

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FRE_RBDMIDOX (Processe the change pointers to a message type) is a standard Function Module in SAP ERP and is part of the function group FRE_MASTER_OUT within the package WFRE_PI.

Technical Information

Function Module FRE_RBDMIDOX
Short Text Processe the change pointers to a message type
Function Group FRE_MASTER_OUT
Package WFRE_PI
Module Type Normal Module

Importing Parameters

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_BLOCK_SIZE TYPE SY-TABIX block size how many change pointers will be read
I_CREATION_DATE_HIGH LIKE SY-DATUM SY-DATUM Date and time, current (application server) date
I_CREATION_DATE_LOW LIKE SY-DATUM 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_FILTER TYPE FRE_WERKS_FILTER High level filtering over customized sites
I_MESTYP TYPE BDCPS-MESTYPE Message Type
I_PARALLEL TYPE XFLAG Parallel flag
I_REFID TYPE FRE_TRDAT Identifier

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
COMMUNICATION_FAILURE error during sending process
INVALID_BLOCK_SIZE Block size >- 0
RESOURCE_FAILURE error during sending process
SYSTEM_FAILURE error during sending process