RMCBNERP 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 RMCBNERP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OLIZBW - INVCO Setup: Invoice Verification
OLIZ - INVCO Setup: Invoice Verification
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.
Selection Text: VRSIO = Save Under Version
Selection Text: NEWBW = D Extraction Structures BW
Selection Text: NEULAUF = Rerun?
Selection Text: MJAHR = Fiscal Year
Selection Text: MCINF = Info Structures To Be Set Up
Selection Text: MBLNR_L = From...Document
Selection Text: MBLNR_H = To...Document
Selection Text: LOGSYS = Logical Target System
Selection Text: LAUFNAME = Name of Run
Selection Text: F_LOCAL = Stat. Setup, Partner System
Selection Text: F_DCIDX = Delete/Create Indexes
Selection Text: ENDZEIT = Termination Time
Selection Text: ENDDAT = Termination Date
Selection Text: BUKRS = D Company Code
Selection Text: BUDAT = D Posting Date
Selection Text: ARCH_D = Archiving Run
Title: Statistical Setup of Info Strucs from Invoice Verification/Revaluation
Text Symbol: 100 = Setup: &V1&, &V2&
Text Symbol: 008 = Selection by Document No.
Text Symbol: 007 = Selection by Posting Date
Text Symbol: 006 = to ;
Text Symbol: 005 = Accounting Document
Text Symbol: 004 = Specifications for Using ALE
Text Symbol: 003 = Control of Recompilation Run
Text Symbol: 002 = Document Data Restriction
Text Symbol: 001 = Specifications for Target Structures
INCLUDE RMCSNTOP.
INCLUDE RMCBNEAV.
INCLUDE EWUSTDDD.
No SAP DATABASE tables are accessed within this REPORT code!
EWU_GET_CONV_BETWEEN_DATES CALL FUNCTION 'EWU_GET_CONV_BETWEEN_DATES' "EURO EXPORTING i_date1 = '00000000' i_date2 = '99991231' IMPORTING e_conv_date = euro_conv_date "EURO EXCEPTIONS OTHERS = 1.
ARCHIVE_VALUE_REQUEST CALL FUNCTION 'ARCHIVE_VALUE_REQUEST' EXPORTING dialog_type = 'READ' object = object show_hidden_run = ' ' IMPORTING selected_run = arch_d EXCEPTIONS no_runs_available = 01 no_run_selected = 02 object_not_found = 03 unknown_dialog_type = 04.
MASTER_IDOC_DISTRIBUTE CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE' IN UPDATE TASK EXPORTING master_idoc_control = header TABLES master_idoc_data = t_segments communication_idoc_control = t_c_edidc.
MCB_MCBEST_FILL CALL FUNCTION 'MCB_MCBEST_FILL' EXPORTING i_mcmseg = xmcmseg i_mcbest = hlp_mcbest TABLES t_mcbest = xmcbest.
MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING maxtz = 10000 matnr = xmcmseg-matnr IMPORTING wmara = xmara EXCEPTIONS lock_on_material = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
MARC_SINGLE_READ CALL FUNCTION 'MARC_SINGLE_READ' EXPORTING maxtz = 10000 matnr = xmcmseg-matnr werks = xmcmseg-werks IMPORTING wmarc = xmarc EXCEPTIONS lock_on_marc = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
EBEW_SINGLE_READ CALL FUNCTION 'EBEW_SINGLE_READ' EXPORTING matnr = xmcmseg-matnr bwkey = xmcmseg-bwkey bwtar = xmcmseg-bwtar sobkz = xmcmseg-sobkz vbeln = xmcmseg-kdauf posnr = xmcmseg-kdpos IMPORTING webew = mr_ebew EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.
QBEW_SINGLE_READ CALL FUNCTION 'QBEW_SINGLE_READ' EXPORTING matnr = xmcmseg-matnr bwkey = xmcmseg-bwkey bwtar = xmcmseg-bwtar sobkz = xmcmseg-sobkz pspnr = xmcmseg-ps_psp_pnr IMPORTING wqbew = mr_qbew EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.
MBEW_SINGLE_READ CALL FUNCTION 'MBEW_SINGLE_READ' EXPORTING maxtz = 10000 matnr = xmcmseg-matnr bwkey = xmcmseg-bwkey bwtar = xmcmseg-bwtar IMPORTING wmbew = mr_mbew EXCEPTIONS lock_on_mbew = 1 lock_system_error = 2 wrong_call = 3 not_found = 4 OTHERS = 5.
MBEW_SINGLE_READ CALL FUNCTION 'MBEW_SINGLE_READ' EXPORTING maxtz = 10000 matnr = matnr bwkey = bwkey bwtar = space IMPORTING wmbew = xsmbew EXCEPTIONS error_message = 12.
EWU_GET_CUKEY_ORG CALL FUNCTION 'EWU_GET_CUKEY_ORG' "4.0B/PH EURO
ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING archive_handle = handle IMPORTING archive_creation_date = archive_date EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCBNERP - Statistical Setup of Info Strucs from Invoice Verification/Revaluation RMCBNERP - Statistical Setup of Info Strucs from Invoice Verification/Revaluation RMCBNEAV - Data Declaration for Statistical Setup RMCBNEAD - Include Report for Common Statistical Setup Routines RMCBNE94 - Update on S094 RMCBNE94 - Update on S094