SAP Reports / Programs | Basis Components | Use Subcomponents | Workload Balancing and Group Management(BC-CCM-CNF-GRP) SAP BC

RSRZLLG0_ACTUAL SAP ABAP Report - Attempt to Use New Problem Algorithm to Pick Fav. A.S.







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


Text pool values


Title: Attempt to Use New Problem Algorithm to Pick Fav. A.S.


INCLUDES used within this REPORT RSRZLLG0_ACTUAL

INCLUDE RSALINTI. " CONSTANTS DEFINITION FOR MONI.ARCHITECTURE


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:

RZL_STRG_READ_C CALL FUNCTION 'RZL_STRG_READ_C' "read count from msg_server EXPORTING name = fav_compute_lgin * SRVNAME = MSGSERVER IMPORTING value = strg_txt EXCEPTIONS argument_error = 01 not_found = 02 send_error = 03 OTHERS = 99.

TH_USER_LIST CALL FUNCTION 'TH_USER_LIST' TABLES list = user_tbl usrlist = user_tbl_v6 EXCEPTIONS OTHERS = 1.

TH_WPINFO CALL FUNCTION 'TH_WPINFO' TABLES wplist = wp_tbl EXCEPTIONS OTHERS = 1.

RZL_STRG_READ_C call function 'RZL_STRG_READ_C' exporting name = rr_weight importing value = strg_value exceptions others = 1.

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = server_tbl EXCEPTIONS OTHERS = 1.

RZL_STRG_READ_C CALL FUNCTION 'RZL_STRG_READ_C' EXPORTING name = 'RZL_BANAME' IMPORTING value = opmode EXCEPTIONS argument_error = 01 not_found = 02 send_error = 03 OTHERS = 99.

RZL_STRG_WRITE_I CALL FUNCTION 'RZL_STRG_WRITE_I' EXPORTING name = 'TOTAL_BTCNO' value = wp_no_btc_total EXCEPTIONS OTHERS = 1.

RZL_STRG_WRITE_C CALL FUNCTION 'RZL_STRG_WRITE_C' EXPORTING name = fav_compute_lgin value = strg_txt EXCEPTIONS argument_error = 01 * not_found = 02 send_error = 03 "no longer exist OTHERS = 99.

GEN_RAND * CALL FUNCTION 'GEN_RAND' * EXPORTING * P_SEED = SEED * P_MODRANGE = TOTAL * IMPORTING * P_RANDNUM = RESULT.

RZL_MAKE_STRG_DEL_REQ CALL FUNCTION 'RZL_MAKE_STRG_DEL_REQ' EXPORTING name = del_tbl-apserver typ = 'I' TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_DEL_REQ CALL FUNCTION 'RZL_MAKE_STRG_DEL_REQ' EXPORTING name = fav_tbl-name typ = 'C' TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_DEL_REQ CALL FUNCTION 'RZL_MAKE_STRG_DEL_REQ' EXPORTING name = old_lg_fav_tbl-name typ = 'C' TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_WRITE_C_REQ CALL FUNCTION 'RZL_MAKE_STRG_WRITE_C_REQ' EXPORTING name = fav_tbl-name value = c40 TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_WRITE_C_REQ CALL FUNCTION 'RZL_MAKE_STRG_WRITE_C_REQ' EXPORTING name = fav_compute_time value = c40 TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_WRITE_C_REQ CALL FUNCTION 'RZL_MAKE_STRG_WRITE_C_REQ' EXPORTING name = 'FAV_COMPUTE_SERVER' value = c40 TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_EXECUTE_STRG_REQ CALL FUNCTION 'RZL_EXECUTE_STRG_REQ' EXPORTING srvname = srvname TABLES req_tbl = req_tbl rsp_tbl = rsp_tbl EXCEPTIONS OTHERS = 1.

RZL_EXECUTE_STRG_REQ CALL FUNCTION 'RZL_EXECUTE_STRG_REQ' EXPORTING srvname = srvname TABLES req_tbl = req_tbl rsp_tbl = rsp_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_RSP CALL FUNCTION 'RZL_MAKE_STRG_RSP' TABLES rsp_tbl = rsp_tbl intg_tbl = loc_int_tab text_tbl = loc_text_tab long_text_tbl = loc_long_text_tab EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_WRITE_I_REQ





CALL FUNCTION 'RZL_MAKE_STRG_WRITE_I_REQ' EXPORTING name = apserver value = sy-uzeit value1 = 7353 "this eyecatcher is required to value2 = answtime "distinguish true servers from ...

RZL_MAKE_STRG_WRITE_C_REQ CALL FUNCTION 'RZL_MAKE_STRG_WRITE_C_REQ' EXPORTING name = apserver value = as_info TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_DEL_REQ CALL FUNCTION 'RZL_MAKE_STRG_DEL_REQ' EXPORTING name = apserver typ = 'C' TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

MS_SET_ALTERNATIVE_IPADR2 CALL FUNCTION 'MS_SET_ALTERNATIVE_IPADR2' EXPORTING name = c40 ipadr_v4 = IPV4_ADDR EXCEPTIONS unknown_client = 1 internal_error = 2 einval = 3 not_authorized = 4 OTHERS = 5.

RZL_EXECUTE_STRG_REQ CALL FUNCTION 'RZL_EXECUTE_STRG_REQ' EXPORTING srvname = srvname TABLES req_tbl = req_tbl rsp_tbl = rsp_tbl EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_WRITE_I_REQ CALL FUNCTION 'RZL_MAKE_STRG_WRITE_I_REQ' EXPORTING name = apserver value = sy-uzeit value1 = 7353 value2 = answtime value3 = tafreq value4 = usernr value5 = 3537 value6 = wp_no_btc * value9 = state_tbl-answtime_tst value9 = wp_no_dia TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_EXECUTE_STRG_REQ CALL FUNCTION 'RZL_EXECUTE_STRG_REQ' EXPORTING srvname = srvname TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_STRG_READALL_I CALL FUNCTION 'RZL_STRG_READALL_I' EXPORTING SRVNAME = msgsrvname TABLES INTG_TBL = srv_state_list EXCEPTIONS OTHERS = 99.

RZL_STRG_READALL_C CALL FUNCTION 'RZL_STRG_READALL_C' EXPORTING SRVNAME = msgsrvname TABLES TEXT_TBL = loc_text_tab EXCEPTIONS OTHERS = 99.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = pathname IMPORTING tid = answtime_tid EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALC_MT_READ CALL FUNCTION 'SALC_MT_READ' EXPORTING only_local = 'X' * GET_EFF_TOOLS = ' ' TABLES in_tid = answtime_tid_tbl out_typedef_rc = answtime_sta_tbl EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALC_PERF_READ CALL FUNCTION 'SALC_PERF_READ' EXPORTING only_local = 'X' TABLES tid = answtime_tid_tbl perftyperc = answtime_data_tbl EXCEPTIONS c_call_failed = 1 OTHERS = 2.

SALI_MT_GET_TID_BY_NAME CALL FUNCTION 'SALI_MT_GET_TID_BY_NAME' EXPORTING mt_full_name = pathname IMPORTING tid = attr_tid EXCEPTIONS unable_to_expand_name = 1 name_not_found = 2 communication_failure = 3 other_problem = 4 internal_error = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8.

SALI_PERF_REPORT_VALUE CALL FUNCTION 'SALI_PERF_REPORT_VALUE' EXPORTING total_of_reported_values = quality CHANGING tid = attr_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8. "ignore exception

SALI_MSC_REPORT_T100_MESSAGE CALL FUNCTION 'SALI_MSC_REPORT_T100_MESSAGE' EXPORTING value = msgvalue severity = severity mandt = sy-mandt uname = sy-uname * EXTERNAL_MSGLINE_ID = ' ' msgid = 'RZ' msgno = msgid msgarg1 = arg1 "Use at least 2 args argtype1 = 'C' msgarg2 = arg2 argtype2 = 'C' * MSGARG3 = * ARGTYPE3 = 'C' * MSGARG4 = * ARGTYPE4 = 'C' * DEFAULT_MSGTEXT = * REPORTEDBY = 'Dialog' CHANGING tid = attr_tid EXCEPTIONS invalid_tid = 1 wrong_typeclass = 2 invalid_parameters = 3 communication_failure = 4 other_problem = 5 wrong_segment = 6 internal_failure_sals = 7 OTHERS = 8. "ignore exception

RZL_STRG_READALL_C * CALL FUNCTION 'RZL_STRG_READALL_C' * EXPORTING * SRVNAME = APSERVER * TABLES * TEXT_TBL = LOC_TEXT_TAB * EXCEPTIONS * BAD_PARAMETER = 1 * SEND_ERROR = 2 * OTHERS = 3.

RZL_STRG_READ_I CALL FUNCTION 'RZL_STRG_READ_I' EXPORTING name = trc_flag_name IMPORTING value = value value1 = duration value2 = start_date value3 = reset_trace_file EXCEPTIONS OTHERS = 1.

RZL_STRG_WRITE_I CALL FUNCTION 'RZL_STRG_WRITE_I' EXPORTING name = trc_flag_name value = trc_level value1 = duration value2 = start_date value3 = zero EXCEPTIONS OTHERS = 1.

RZL_STRG_WRITE_I CALL FUNCTION 'RZL_STRG_WRITE_I' EXPORTING name = trc_flag_name value = zero value1 = zero value2 = zero value3 = zero EXCEPTIONS OTHERS = 1.

RZL_STRG_READALL call function 'RZL_STRG_READALL' exporting srvname = servername tables intg_tbl = loc_int_tab text_tbl = loc_text_tab long_text_tbl = loc_long_text_tab exceptions bad_parameter = 2 send_error = 4.




TH_SAPREL3 CALL FUNCTION 'TH_SAPREL3' IMPORTING kern_patchnumber = patch_level EXCEPTIONS OTHERS = 99.

RZL_MAKE_STRG_WRITE_I_REQ CALL FUNCTION 'RZL_MAKE_STRG_WRITE_I_REQ' EXPORTING name = decorated_appname value = sy-uzeit value1 = 8000 "this eyecatcher is required to value2 = answtime_tst value3 = patch_level TABLES req_tbl = req_tbl EXCEPTIONS OTHERS = 99.

RZL_EXECUTE_STRG_REQ CALL FUNCTION 'RZL_EXECUTE_STRG_REQ' EXPORTING srvname = srvname TABLES req_tbl = req_tbl rsp_tbl = rsp_tbl EXCEPTIONS OTHERS = 99.



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