RMCSNF00 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 RMCSNF00 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: General FORM Routines for Statistical Setup of Information Structures
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = hlp_logsys EXCEPTIONS own_logical_system_not_defined = 01.
ALE_MODEL_DETERMINE_IF_TO_SEND CALL FUNCTION 'ALE_MODEL_DETERMINE_IF_TO_SEND' EXPORTING message_type = co_dmodel IMPORTING idoc_must_be_sent = co_flg.
MCS_BW_ACTIVE CALL FUNCTION 'MCS_BW_ACTIVE' EXPORTING mcapp = mcapp IMPORTING active = flg_bw.
MCEX_QUEUE_EMPTY CALL FUNCTION 'MCEX_QUEUE_EMPTY' EXPORTING mcapp = mcapp EXCEPTIONS OTHERS = 1.
MCS_MCINF_NO_SETUP CALL FUNCTION 'MCS_MCINF_NO_SETUP' EXPORTING i_mcapp = mcapp TABLES t_mcinf = ex_mcinf EXCEPTIONS no_field_selected = 1 OTHERS = 2.
MCS_TMC4_F4 CALL FUNCTION 'MCS_TMC4_F4' EXPORTING i_flg_only_with_table = ' ' i_mcapp = fh_mcapp i_flg_with_mix_mcapp = 'X' i_display_only = ' ' i_estruc = 'X' IMPORTING e_mcinf = mcinf-low EXCEPTIONS no_field_selected = 01.
DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING date = le_startdat time = le_startzeit IMPORTING point_in_time = le_hlp_startzeit EXCEPTIONS date_before_rel_date = 01 date_to_big = 02.
DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING date = sy-datum time = sy-uzeit IMPORTING point_in_time = le_hlp_uzeit EXCEPTIONS date_before_rel_date = 01 date_to_big = 02.
MCS_DROP_CREATE_INDEX CALL FUNCTION 'MCS_DROP_CREATE_INDEX' EXPORTING i_mcinf = dc_so_mcinf-low flag_dc = dc_index IMPORTING e_gstru = di_gstru e_index = di_index EXCEPTIONS no_gstru = 1 no_create_index = 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.
RMCSNF00 - General FORM Routines for Statistical Setup of Information Structures 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)