SAP Reports / Programs

RCCT_TEST_PERFORMANCE_SEL SAP ABAP Report - Call up selection







RCCT_TEST_PERFORMANCE_SEL 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 RCCT_TEST_PERFORMANCE_SEL 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 RCCT_TEST_PERFORMANCE_SEL. "Basic submit
SUBMIT RCCT_TEST_PERFORMANCE_SEL AND RETURN. "Return to original report after report execution complete
SUBMIT RCCT_TEST_PERFORMANCE_SEL 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: GROUP = D Condition Group
Selection Text: LT_SEL = D Condition type
Selection Text: LT_SEL2 = D Product ID
Selection Text: LT_SEL3 = D Sold-To Party
Selection Text: LT_SEL4 = D Usage
Selection Text: LT_SEL5 = D Condition Table
Selection Text: LV_JAVA = Java?
Selection Text: LV_MODE = D Maintenance Mode
Selection Text: LV_SINGL = Internal Single Values?
Title: Call up selection
Text Symbol: 001 = Start of log called from /SAPCND/TEST_SELECT


INCLUDES used within this REPORT RCCT_TEST_PERFORMANCE_SEL

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:

BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = appl_log importing e_log_handle = hlog exceptions others = 1.

/SAPCND/MNT_INIT_OW call function '/SAPCND/MNT_INIT_OW' exporting i_application = application i_hlog = hlog i_groupname = group i_use_java_ow = lv_java importing e_hsession = hsession e_result = result et_sorted_cond_table_fields = lt_t688c es_working_set_names = ls_names exceptions exc_stop_work = 1 exc_rfc = 2 others = 3.

/SAPCND/MNT_SELECT_OW call function '/SAPCND/MNT_SELECT_OW' exporting i_hsession = hsession i_hlog = hlog i_selection_mode = 'A' i_maintenance_mode = lv_mode it_attrib_selection_ext = lt_attr_sel it_attrib_value_int = t_attrib_value_int importing e_result = result e_num_selected_records = num2 exceptions exc_stop_work = 1.

/SAPCND/MNT_GET_WORKING_SET_OW call function '/SAPCND/MNT_GET_WORKING_SET_OW' exporting i_hsession = hsession i_hlog = hlog i_call_field_check = 'X' importing * ET_WORKING_SET_INT = lp_WORKING_SET_inT et_working_set_ext = lp_working_set_ext e_result = result exceptions exc_stop_work = 1 others = 2 .

/SAPCND/MNT_CLOSE_OW * call function '/SAPCND/MNT_CLOSE_OW' * exporting * i_hsession = hsession * importing * e_result = result * exceptions * exc_stop_work = 1 * exc_rfc = 2 * others = 3.

/SAPCND/DISPLAY_CONTEXT_LOG * call function '/SAPCND/DISPLAY_CONTEXT_LOG' * exporting * i_hlog = hlog.

/SAPCND/TEST_PRINTOUT * call function '/SAPCND/TEST_PRINTOUT' * exporting * ip_working_set_int = lp_working_set_int * ip_working_set_ext = lp_working_set_ext * it_t688c = lt_t688c.



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