MEREP_SYNCHRONIZERF08 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter MEREP_SYNCHRONIZERF08 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Include MEREP_SYNCHRONIZERF08
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_MEREP_DELTABO call function 'ENQUEUE_MEREP_DELTABO' exporting mode_merep_deltabo = 'X' syncbo = prf_syncbo r3key =
-r3key exceptions foreign_lock = 1 system_failure = 2 others = 3.
DEQUEUE_MEREP_DELTABO call function 'DEQUEUE_MEREP_DELTABO' exporting mode_merep_deltabo = 'X' syncbo = prf_syncbo r3key =
-r3key.
ENQUEUE_MEREP_503 * call function 'ENQUEUE_MEREP_503' * exporting * direction = gcf_on * mbl_id = prf_syncbo * _wait = gcf_on * exceptions * foreign_lock = 1 * system_failure = 2 * others = 3.
DEQUEUE_MEREP_503 * call function 'DEQUEUE_MEREP_503' * exporting * direction = gcf_on * mbl_id = prf_syncbo.
ENQUEUE_MEREP_DELTABO call function 'ENQUEUE_MEREP_DELTABO' exporting mode_merep_deltabo = 'X' syncbo = prf_syncbo r3key =
-r3key exceptions foreign_lock = 1 system_failure = 2 others = 3.
DEQUEUE_MEREP_DELTABO call function 'DEQUEUE_MEREP_DELTABO' exporting mode_merep_deltabo = 'X' syncbo = lcf_scenario r3key =
-r3key.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREP_SYNCHRONIZERF08 - Include MEREP_SYNCHRONIZERF08 MEREP_SYNCHRONIZERF07 - Include MEREP_SYNCHRONIZERF07 MEREP_SYNCHRONIZERF06 - Include MEREP_SYNCHRONIZERF06 MEREP_SYNCHRONIZERF05 - Include MEREP_SYNCHRONIZERF05 MEREP_SYNCHRONIZERF04 - Include MEREP_SYNCHRONIZERF01 MEREP_SYNCHRONIZERF03 - Include MEREP_SYNCHRONIZERF01