SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Data Collection(LO-LIS-DC) SAP LO

RMCSNF00 SAP ABAP INCLUDE - General FORM Routines for Statistical Setup of Information Structures







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RMCSNF00. "Basic submit
SUBMIT RMCSNF00 AND RETURN. "Return to original report after report execution complete
SUBMIT RMCSNF00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: General FORM Routines for Statistical Setup of Information Structures


INCLUDES used within this REPORT RMCSNF00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RMCSNF00 or its description.