RMCSNEBW 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 RMCSNEBW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OLISBW - Reorg. of CS Info System for BW
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: SPERREN = D Block all documents
Selection Text: RG_QMNUM = D Notification
Selection Text: RG_AUFNR = D Order
Selection Text: NEULAUF = New run
Selection Text: LAUFNAME = Name of run
Selection Text: EVENTI3 = D Orders (Event I3)
Selection Text: EVENTI0 = D Notifications (Event I0)
Selection Text: ENDZEIT = Termination Time
Selection Text: ENDDAT = Termination Date
Title: Reconstruction of BW Structures in Customer Service
Text Symbol: T01 = Reconstruction
Text Symbol: 100 = Reconstr: &V1&
Text Symbol: 011 = New run
Text Symbol: 010 = Name of run
Text Symbol: 007 = Reconstruct
Text Symbol: 003 = Control Reconstruction Run
INCLUDE RMCSNTOP .
No SAP DATABASE tables are accessed within this REPORT code!
MCI3_NOTIFICATION_BUILD_NEW CALL FUNCTION 'MCI3_NOTIFICATION_BUILD_NEW' EXPORTING I_VRSIO = P_VRSIO I_LAUFNAME = P_LAUFNAME I_START_QMNUM = L_QMNUM I_PACKAGE_SIZE = CON_PAKETGROESSE I_ENDDAT = ENDDAT I_ENDZEIT = ENDZEIT I_ZEITP = CON_ZEITP_I0 I_MCAPP = CON_CSBW_APP TABLES I_MCINF_TAB = L_DUMMY_MCINF I_QMART_TAB = L_RG_QMART I_QMNUM_TAB = RG_QMNUM EXCEPTIONS TIME_OUT = 1 OTHERS = 2.
MCI3_ENQUEUE_GLOBAL_PMIS CALL FUNCTION 'MCI3_ENQUEUE_GLOBAL_PMIS' TABLES I_TMC5 = L_TMC5_TAB EXCEPTIONS OTHERS = 1.
MCI3_DEQUEUE_GLOBAL_PMIS CALL FUNCTION 'MCI3_DEQUEUE_GLOBAL_PMIS' TABLES I_TMC5 = L_TMC5_TAB EXCEPTIONS OTHERS = 1.
MCS_BW_ACTIVE CALL FUNCTION 'MCS_BW_ACTIVE' EXPORTING MCAPP = CON_CSBW_APP EVENT = 'I0' IMPORTING ACTIVE = L_ACTIVE.
MCS_BW_ACTIVE CALL FUNCTION 'MCS_BW_ACTIVE' EXPORTING MCAPP = CON_CSBW_APP EVENT = 'I3' IMPORTING ACTIVE = L_ACTIVE.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = SY-TFILL.
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING RESET = 'X'.
MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING COUNT = L_LINES.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING OBJECT = L_TITLE SHOW_LINNO = ' '.
MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES T_MESG = L_IMSG_TAB EXCEPTIONS OTHERS = 1.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING ARBGB = P_MSGID MSGTY = P_MSGTY TXTNR = P_MSGNO MSGV1 = P_MSGV1 MSGV2 = P_MSGV2 MSGV3 = P_MSGV3 * MSGV4 = p_msgv4 EXCEPTIONS MESSAGE_TYPE_NOT_VALID = 1 NOT_ACTIVE = 2 OTHERS = 3.
PMER_EXTRACTION_RD_ORDERS CALL FUNCTION 'PMER_EXTRACTION_RD_ORDERS' EXPORTING I_LAUFNAME = P_LAUFNAME I_START_AUFNR = L_AUFNR I_PACKAGE_SIZE = CON_PAKETGROESSE I_ENDDAT = ENDDAT I_ENDZEIT = ENDZEIT I_ENQUEUE = SPERREN I_SERVICE = CON_CS_ORDER_TYPE TABLES I_RANGES_FOR_AUFNR = RG_AUFNR EXCEPTIONS TIME_OUT = 1 NO_ORDERTYPES_FOUND = 2 "1560047 * OTHERS = 2. "1560047
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RMCSNEBW - Reconstruction of BW Structures in Customer Service RMCSNEBW - Reconstruction of BW Structures in Customer Service RMCSMUS4 - Sample Program for Temporary Generation During Rollup RMCSMUS4 - Sample Program for Temporary Generation During Rollup RMCSMUS2 - Sample Program for Generating Update Routines (Type C) RMCSMUS2 - Sample Program for Generating Update Routines (Type C)