RCCT_TEST_PERFORMANCE_API 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_API into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: INNER1 = Begin BP Loop
Selection Text: INNER2 = End BP Loop
Selection Text: NUM_REC = Total Number of Records
Selection Text: OUTER1 = Begin Product Loop
Selection Text: OUTER2 = End Product Loop
Selection Text: TIME_FR = D Valid From
Selection Text: TIME_TO = D Valid To
Title: Test of Performance of APIs for Condition Maintenance
Text Symbol: 001 = Test of BADI Performance in Condition Maintenance
Text Symbol: 002 = Condition recs.
Text Symbol: 003 = records.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_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.
GUID_CREATE * call function 'GUID_CREATE' * IMPORTING * ev_guid_16 =
.
COM_PRODUCT_GUID_GET * call function 'COM_PRODUCT_GUID_GET' * exporting * iv_product_id = lv_product_id * importing * ev_product_guid =
* exceptions * not_found = 1 * wrong_call = 2 * internal_error = 3 * others = 4.
BUPA_NUMBERS_GET * call function 'BUPA_NUMBERS_GET' * exporting * iv_partner = lv_customer * importing * ev_partner_guid =
.
/SAPCND/MNT_MAINTAIN_OW call function '/SAPCND/MNT_MAINTAIN_OW' exporting i_hsession = hsession i_hlog = hlog it_working_set_ext = lp_working_set_ext it_working_set_int = lp_working_set_int importing e_result = result exceptions exc_stop_work = 1 exc_default_value = 2 exc_default_check = 3 exc_rfc = 5 exc_updating_working_set = 6 exc_stop_work_badi = 7 exc_implementation_missing = 8 others = 9.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = hlog i_s_msg = lv_msg exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
/SAPCND/MNT_GET_WORKING_SET_OW * CALL FUNCTION '/SAPCND/MNT_GET_WORKING_SET_OW' * EXPORTING * I_HSESSION = hsession * I_HLOG = hlog ** I_MAINT_CONTEXT = 'NORMAL' ** I_MAINT_CONTEXT_DATA = * IMPORTING * ET_WORKING_SET_INT = lp_WORKING_SET_inT ** ET_WORKING_SET_EXT = * E_RESULT = result * EXCEPTIONS * EXC_STOP_WORK = 1 * EXC_RFC = 2 * EXC_CONV_JAVA = 3 * EXC_ATTR_CONV = 4 * OTHERS = 5 * .
/SAPCND/MNT_SAVE_OW * CALL FUNCTION '/SAPCND/MNT_SAVE_OW' * EXPORTING * I_HSESSION = hsession * I_HLOG = hlog * I_WITH_COMMIT = 'X' * IMPORTING * E_RESULT = result * EXCEPTIONS * EXC_STOP_WORK = 1 * EXC_RFC = 2 * EXC_UPDATING_DATABASE = 3 * EXC_CREATING_SCALE_FIELDNAME = 4 * EXC_UNEXPECTED_ERROR = 5 * OTHERS = 6.
/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 it_hlog = lt_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_FIELDS_EXT = lt_fields_ext * IT_FIELDS_INT = lt_fields_int.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCCT_TEST_PERFORMANCE_API - Test of Performance of APIs for Condition Maintenance RCCT_TEST_PERFORMANCE_API - Test of Performance of APIs for Condition Maintenance RCCT_TEST_MAINTAIN - Call mainteance RCCT_TEST_MAINTAIN - Call mainteance RCCT_MNT_MAM_BONUS_SIMPLEST - Simplest Way to Process a Miles & More Bonus RCCT_MNT_MAM_BONUS_SIMPLEST - Simplest Way to Process a Miles & More Bonus