SAP Reports / Programs | Application Platform | Pricing & Condition Technique | Condition Technique(AP-PRC-CON) SAP AP

RCCT_TEST_PERFORMANCE_API SAP ABAP Report - Test of Performance of APIs for Condition Maintenance







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


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_API. "Basic submit
SUBMIT RCCT_TEST_PERFORMANCE_API AND RETURN. "Return to original report after report execution complete
SUBMIT RCCT_TEST_PERFORMANCE_API 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: 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.


INCLUDES used within this REPORT RCCT_TEST_PERFORMANCE_API

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_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.



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