RMCERBEX is a standard Executable ABAP Report 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 RMCERBEX 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.
Generation of Shadow Table Entries
Selection Text: ENDDAT = Termination Date
Selection Text: ENDZEIT = Termination Time
Selection Text: LAUFNAME = Name of Run
Selection Text: SO_BELNR = Document Number
Selection Text: SO_BUKRS = Company Code
Selection Text: SO_GJAHR = Fiscal Year
Title: Generation of Shadow Entries
Text Symbol: 001 = Document Selection
Text Symbol: 003 = Control
INCLUDE MRM_CONST_MRM.
No SAP DATABASE tables are accessed within this REPORT code!
MRM_BW_BUILD_RBEX CALL FUNCTION 'MRM_BW_BUILD_RBEX' EXPORTING it_belnr = t_belnr it_bukrs = t_bukrs it_gjahr = t_gjahr i_laufname = laufname i_last_belnr = gv_last_belnr i_last_gjahr = gv_last_gjahr IMPORTING e_last_belnr = gv_last_belnr e_last_gjahr = gv_last_gjahr e_no_data_any_more = flg_curs_closed.
ENQUEUE_E_BWRUN CALL FUNCTION 'ENQUEUE_E_BWRUN' EXPORTING mode_mrmrbbw_run = 'E' mandt = sy-mandt laufname = laufname _wait = space EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_MESSLOG CALL FUNCTION 'DEQUEUE_E_MESSLOG' EXPORTING mandt = sy-mandt msgid = 'MRBW' msgty = 'I' msgno = '016' date_bw = s_record-msgv2 time_bw = s_record-msgv3.
DEQUEUE_E_BWRUN CALL FUNCTION 'DEQUEUE_E_BWRUN' EXPORTING mandt = sy-mandt laufname = laufname.
ENQUEUE_E_MESSLOG CALL FUNCTION 'ENQUEUE_E_MESSLOG' EXPORTING mode_mrmrbbw_err_extr = 'E' mandt = sy-mandt msgid = 'MRBW' msgty = 'I' msgno = s_record-msgno date_bw = s_record-msgv2 time_bw = s_record-msgv3 _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCERBEX - Generation of Shadow Entries RMCERBEX - Generation of Shadow Entries RMCER2R3 - Statistics Recompilation: Purchasing in R/2-R/3 RMCER2R3 - Statistics Recompilation: Purchasing in R/2-R/3 RMCENEUR - Recompilation of Invoice Verification Documents RMCENEUR - Recompilation of Invoice Verification Documents