SAP Reports / Programs

RSSM_TRACE_SWITCH SAP ABAP Report - Switch Monitor Status Trace On/Off







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


Text pool values


Selection Text: P_T_IP = for Following Processes/InfoP.
Selection Text: P_SM21IP = SM21 Logs for InfoPackage
Selection Text: P_SM21EN = SM21 Logs for Enqueue Process
Selection Text: P_SM21 = SM21 Log for Loading Process
Selection Text: P_PC = Execute in Batch
Selection Text: P_ON = Switch On Trace
Selection Text: P_OFF = Deactivate Trace
Selection Text: P_DSTRAC = Switch On Runtime Logs
Selection Text: P_DSLOOP = Do Not Cancel, Wait Only
Selection Text: P_DSDUMP = SAPI DataSource to Terminate
Title: Switch Monitor Status Trace On/Off
Text Symbol: 22D = Debugging Termination DataSource Switched Off
Text Symbol: 22C = Start Debugging in Source System Using SM58
Text Symbol: 22B = Creates Dump During Load to BW
Text Symbol: 22A = DataSource
Text Symbol: 13D = Verify with "Starting New Task"
Text Symbol: 13C = Verify in Own Batch Process
Text Symbol: 13B = Processes in Process Chain
Text Symbol: 13A = Asynchronously Verified
Text Symbol: 026 = SM21 Logs Written
Text Symbol: 025 = No SM21 Logs Written
Text Symbol: 024 = SM21 Logs When InfoPackages Deleted:
Text Symbol: 023 = Runtime Logs When Deleting InfoPackages
Text Symbol: 021 = No Runtime Logging DataSource
Text Symbol: 020 = Runtime Logging DataSource Activated
Text Symbol: 019 = Tracing DataSource (Not 3.x DataSource)
Text Symbol: 018 = SM21- Enqueue Logs Deactivated
Text Symbol: 017 = SM21- Enqueue Logs Activated
Text Symbol: 016 = SM21- Activate and Deactivate Enqueue Log
Text Symbol: 015 = Verification of Asynchronous Processes
Text Symbol: 014 = Verify Asynchronously Verified Processes in the Process Chain with "Starting New Task"
Text Symbol: 012 = No SM21 Logs are Written
Text Symbol: 011 = SM21 Logs are Written for Loading Process
Text Symbol: 010 = Switch On/Off Monitor Status Trace / Process Confirmation Trace
Text Symbol: 009 = Switch On/Off SM21 Log for Loading Process
Text Symbol: 008 = in DIR_HOME
Text Symbol: 007 = Files are called .trc
Text Symbol: 006 = --> Switch off after test is complete





Text Symbol: 005 = Trace was switched on
Text Symbol: 004 = Trace was switched off
Text Symbol: 003 = Deactivate Trace
Text Symbol: 002 = for Following Processes/InfoP.
Text Symbol: 001 = Switch On Trace


INCLUDES used within this REPORT RSSM_TRACE_SWITCH

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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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