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

RSDSSPNR SAP ABAP Report - Reporting occupation of the spool number area to the Monitoring Arch.







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


Text pool values


Title: Reporting occupation of the spool number area to the Monitoring Arch.


INCLUDES used within this REPORT RSDSSPNR

INCLUDE RSALEXTI.
INCLUDE RSPOTRC.
INCLUDE RSALINTI.


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:

SALI_MO_CREATE_ATTACH CALL FUNCTION 'SALI_MO_CREATE_ATTACH' EXPORTING parent_tid = root_tid mo_name = mo_spoolnum_name numrange = al_nr_sap_r3_spool uniquenum = mo_spoolnum_no * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * DESC_TEXT_MSGID = 'RT' * DESC_TEXT_MSGNO = 13 mt_class = mo_class IMPORTING new_tid = mo_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6.

SALI_MA_CREATE_ATTACH CALL FUNCTION 'SALI_MA_CREATE_ATTACH' EXPORTING parent_tid = mo_tid name = ma_name typeclass = mt_class_performance * SUBTYPE = AL_STD_NO_SUBCLASS numrange = al_nr_sap_r3_spool uniquenum = ma_spoolnum_no mt_class = ma_class customizing_group = ma_class IMPORTING new_tid = ma_tid EXCEPTIONS invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6.

SALI_MA_GENER_CUSTOMIZE_PRESET CALL FUNCTION 'SALI_MA_GENER_CUSTOMIZE_PRESET' EXPORTING tid = ma_tid customizing_group = ma_class severity = 90 * VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR keepaltype = al_keep_newest keepalmax = 5 sec_until_collecting_tool = 540 sec_until_set_inactiv = 1800 * SEC_WARMUPTIME = 0 desc_text_msgid = 'PO' desc_text_msgno = 852 EXCEPTIONS invalid_tid = 1 invalid_parameters = 2 communication_failure = 3 other_problem = 4 OTHERS = 5.

SALI_PERF_CUSTOMIZE_PRESET CALL FUNCTION 'SALI_PERF_CUSTOMIZE_PRESET' EXPORTING tid = ma_tid customizing_group = ma_class * RELEVANT_VALUE = AL_PERF_RV_LAST * THRESHOLD_DIRECTION = AL_THRESHDIR_ABOVE th_green_to_yellow = 80 th_yellow_to_red = 90 th_yellow_to_green = 75 th_red_to_yellow = 85 unit = '%' * DECIMALS = 0 alert_text_msgid = 'PO' alert_text_msgno = 850 EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6.

SALI_TOOL_PRESET CALL FUNCTION 'SALI_TOOL_PRESET' EXPORTING tid = ma_tid collecting_tool = 'CCMS_Spool_Number_Collect'"#EC NOTEXT * ONALERT_TOOL = * ANALYZE_TOOL = * TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' mt_class = ma_class EXCEPTIONS invalid_tid = 1 invalid_parameters = 2 communication_failure = 3 other_problem = 4 OTHERS = 5.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = proz * NUMBER_OF_REPORTED_VALUES = 1 reportedby = my_prog CHANGING tid = ma_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 OTHERS = 6.



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