SAP Reports / Programs

RSDS_BP_FREEWP SAP ABAP Report - Passive Data Supplier: Background services







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


Text pool values


Title: Passive Data Supplier: Background services


INCLUDES used within this REPORT RSDS_BP_FREEWP

INCLUDE RSALEXTI.
INCLUDE RSALOLDI.
INCLUDE RSALSMI.
INCLUDE RSALSMFI.
INCLUDE RSXMIBAPI.
INCLUDE RSADMKEY.


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 = batch tables list = msg_srv_list exceptions others = 99.

RZL_MAKE_STRG_READ_REQ call function 'RZL_MAKE_STRG_READ_REQ' exporting name = class_a_wp_ident typ = 'C' tables req_tbl = req_tbl exceptions others = 99.

RZL_EXECUTE_STRG_REQ call function 'RZL_EXECUTE_STRG_REQ' exporting srvname = typed_srvname tables req_tbl = req_tbl rsp_tbl = rsp_tbl exceptions others = 99.

RZL_MAKE_STRG_RSP call function 'RZL_MAKE_STRG_RSP' tables intg_tbl = loc_int_tab text_tbl = loc_text_tab long_text_tbl = loc_long_text_tab rsp_tbl = rsp_tbl exceptions others = 99.

SALI_PERF_REPORT_VALUE call function 'SALI_PERF_REPORT_VALUE' exporting total_of_reported_values = number_of_free_bp_wp * number_of_reported_values = 1 reportedby = reportedby changing tid = freewp_tid exceptions invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 others = 6.

SALI_MT_GET_TID_BY_NAME call function 'SALI_MT_GET_TID_BY_NAME' exporting mt_full_name = btc_freewppath importing tid = motid exceptions unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 others = 5.

SALI_PERF_CREATE_ATTACH call function 'SALI_PERF_CREATE_ATTACH' exporting parent_tid = motid mte_name = srvc_name mte_class = srvc_class_name * MTE_NUMRANGE = AL_NR_AUTO * MTE_UNIQUENUM = * MTE_SEVERITY = 50 * MTE_VISIBLE_ON_USERLEV = AL_VISIBLE_OPERATOR * MTE_KEEPALTYPE = AL_KEEP_ALL * MTE_KEEPALMAX = 10 mte_seconds_til_collectingtool = 300 mte_seconds_until_set_inactive = 900 * MTE_SECONDS_WARMUPTIME = 0 mte_f1_help_text_msgid = ccms_selfmon_msgid mte_f1_help_text_msgno = 013 perf_customizing_group = srvc_class_name * PERF_SUBTYPE = AL_STD_NO_SUBCLASS * PERF_RELEVANT_VALUE = AL_PERF_RV_LAST perf_threshold_direction = al_threshdir_below perf_threshold_green_to_yellow = 4 perf_threshold_yellow_to_red = 2 perf_threshold_yellow_to_green = 5 perf_threshold_red_to_yellow = 3 perf_unit_to_display = 'WPs' "#EC NOTEXT * PERF_DECIMALS = 0 * perf_alert_text_msgid = 'RT' PERF_ALERT_TEXT_MSGNO = 007 tool_collecting = 'CCMS_BP_FREE_WP' * TOOL_ONALERT = * tool_analyze = * TOOL_TOOLDISPATCHER = 'SAP_CCMS_DEFAULT_TD' importing new_tid = freewp_tid exceptions invalid_tid = 1 unable_to_expand_name = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 no_more_space = 8 others = 9.



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