SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Staging(BW-WHM-DST) SAP BW

RSM3C01 SAP ABAP INCLUDE - Klassen für Control-Events







RSM3C01 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 RSM3C01 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 RSM3C01. "Basic submit
SUBMIT RSM3C01 AND RETURN. "Return to original report after report execution complete
SUBMIT RSM3C01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RSM3C01

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:

RRSI_VAL_SID_SINGLE_CONVERT CALL FUNCTION 'RRSI_VAL_SID_SINGLE_CONVERT' EXPORTING i_iobjnm = '0REQUID' i_chavl = g_s_mon_tree-rnr IMPORTING e_sid = l_requid EXCEPTIONS OTHERS = 1.

RSBM_SHOW_REQUEST CALL FUNCTION 'RSBM_SHOW_REQUEST' EXPORTING i_requid = l_requid.

RSSM_MONITOR_DETAIL_OLD CALL FUNCTION 'RSSM_MONITOR_DETAIL_OLD' EXPORTING p_show_data_for_simu = g_show_data_for_simu CHANGING c_rnr = g_rnr e_command = ok_code.

RSSM_RSREQDONE_READ CALL FUNCTION 'RSSM_RSREQDONE_READ' EXPORTING i_rnr = g_s_mon_tree-rnr IMPORTING e_s_rsreqdone = l_s_reqdone.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

RSSM_RSREQDONE_READ CALL FUNCTION 'RSSM_RSREQDONE_READ' EXPORTING i_rnr = g_s_mon_tree-rnr IMPORTING e_s_rsreqdone = l_s_reqdone.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

RSAR_LOGICAL_SYSTEM_GET CALL FUNCTION 'RSAR_LOGICAL_SYSTEM_GET' EXPORTING i_logsys = g_logsys i_without_dialog = rs_c_true i_without_authority = rs_c_true IMPORTING e_srctype = l_srctype EXCEPTIONS unknown_logical_system = 1 warehouse_system_without_name = 3 OTHERS = 4.

RSAR_ISOURCE_TD_GET CALL FUNCTION 'RSAR_ISOURCE_TD_GET' EXPORTING i_isource = l_s_seldone-source IMPORTING e_s_is = l_s_is EXCEPTIONS isource_not_found = 1 unauthorized = 2 OTHERS = 3.

EDITOR_PROGRAM CALL FUNCTION 'EDITOR_PROGRAM' EXPORTING display = rs_c_true line = l_s_stack-line program = l_s_stack-include topline = l_line EXCEPTIONS application = 1 OTHERS = 2.



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 RSM3C01 or its description.