SAP Reports / Programs | Basis Components | Use Subcomponents | Print and Output Management(BC-CCM-PRN) SAP BC

RSPO0050 SAP ABAP Report - System-Wide Setting of Traces for SPOOL Component







RSPO0050 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 RSPO0050 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 RSPO0050. "Basic submit
SUBMIT RSPO0050 AND RETURN. "Return to original report after report execution complete
SUBMIT RSPO0050 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: UPD = Update Processes
Selection Text: TRC_ON = Activate
Selection Text: TRC_OFF = Deactivate All
Selection Text: SRXX = rsposrxx
Selection Text: SR = rsposr
Selection Text: SPOOL = Print
Selection Text: SPO = Spool Processes
Selection Text: SERV = rsposerv
Selection Text: RSETONLY = Reset Only
Selection Text: RESET = ?
Selection Text: PTYP = rspoptype
Selection Text: PCC = rspopcc
Selection Text: OPT = rspoopt
Selection Text: OOH = rspoooh
Selection Text: OMS = rspooms
Selection Text: NITRACE = NI Trace
Selection Text: MAIN = Taskhandler
Selection Text: LOCK = rspolock
Selection Text: LEVEL3 = Trace Level 3
Selection Text: LEVEL2 = Trace Level 2
Selection Text: JOBS = rspojobs
Selection Text: IOC = rspoioc
Selection Text: HJOB = rspohjob
Selection Text: FRNT = rspofront
Selection Text: FORM = rspoform
Selection Text: DIA = Dialog Processes
Selection Text: CCC = rspoccc
Selection Text: BTC = Background Work Processes
Selection Text: ALL = All Modules
Title: System-Wide Setting of Traces for SPOOL Component
Text Symbol: 010 = Reset Trace Files
Text Symbol: 009 = Select at least one process type
Text Symbol: 008 = NI Trace
Text Symbol: 007 = No server found
Text Symbol: 006 = Components for Work Process Trace
Text Symbol: 005 = Trace Level 3
Text Symbol: 004 = Trace Level 2
Text Symbol: 003 = Modules for Function Trace





Text Symbol: 002 = Process Types for Work Process Trace
Text Symbol: 001 = Trace Settings


INCLUDES used within this REPORT RSPO0050

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:

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' EXPORTING services = services * SYSSERVICE = 0 TABLES * LIST = list_ipv6 = servers EXCEPTIONS no_server_list = 1 OTHERS = 2 .

TH_RESET_TRACE CALL FUNCTION 'TH_RESET_TRACE' DESTINATION servername * EXPORTING * ALL_RESET = ' ' * DP_RESET = ' ' * GW_RESET = ' ' * TH_RESET = 'X' * RFC_RESET = ' ' EXCEPTIONS communication_failure = 1 MESSAGE msg_container system_failure = 2 MESSAGE msg_container.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'TH_REMOTE_SET_WP_TRACE' EXCEPTIONS function_not_exist = 1 OTHERS = 2.

TH_REMOTE_SET_WP_TRACE CALL FUNCTION 'TH_REMOTE_SET_WP_TRACE' DESTINATION servername EXPORTING wptype = wptype level = trace_level main = main spool = spool EXCEPTIONS communication_failure = 1 MESSAGE msg_container system_failure = 2 MESSAGE msg_container no_authority = 3 OTHERS = 4.

RFC_FUNCTION_SEARCH CALL FUNCTION 'RFC_FUNCTION_SEARCH' EXPORTING funcname = 'RSPO_DEBUG_CONTROL' groupname = 'SPOB ' TABLES functions = functions EXCEPTIONS nothing_specified = 1 no_function_found = 2 OTHERS = 3.

RSPO_DEBUG_CONTROL CALL FUNCTION 'RSPO_DEBUG_CONTROL' DESTINATION servername EXPORTING command = command wpno = -1 force = 'X' EXCEPTIONS communication_failure = 1 MESSAGE msg_container system_failure = 2 MESSAGE msg_container call_error = 3 operation_failed = 4 OTHERS = 5.

TH_REMOTE_SET_WP_TRACE CALL FUNCTION 'TH_REMOTE_SET_WP_TRACE' DESTINATION servername EXPORTING wptype = wptype set_default = 'X' EXCEPTIONS communication_failure = 1 MESSAGE msg_container system_failure = 2 MESSAGE msg_container no_authority = 3 OTHERS = 4.

RFC_FUNCTION_SEARCH CALL FUNCTION 'RFC_FUNCTION_SEARCH' EXPORTING funcname = 'RSPO_DEBUG_CONTROL' groupname = 'SPOB ' TABLES functions = functions EXCEPTIONS nothing_specified = 1 no_function_found = 2 OTHERS = 3.

RSPO_DEBUG_CONTROL CALL FUNCTION 'RSPO_DEBUG_CONTROL' DESTINATION servername EXPORTING command = command wpno = -1 force = 'X' EXCEPTIONS communication_failure = 1 MESSAGE msg_container system_failure = 2 MESSAGE msg_container call_error = 3 operation_failed = 4 OTHERS = 5.



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