SAP Reports / Programs

RCCT_TEST_MAINTAIN SAP ABAP Report - Call mainteance







RCCT_TEST_MAINTAIN 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_MAINTAIN 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_MAINTAIN. "Basic submit
SUBMIT RCCT_TEST_MAINTAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RCCT_TEST_MAINTAIN 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: LT_SEL = KSCHL
Selection Text: LT_SEL2 = Prdoduct_ID
Selection Text: LV_JAVA = USE_JAVA
Selection Text: LV_SINGL = USE_SINLGE_VALUES
Title: Call mainteance
Text Symbol: 001 = Test call for MAINTAIN


INCLUDES used within this REPORT RCCT_TEST_MAINTAIN

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 * ET_WORKING_SET_FIELDS_INT = lt_FIELDS_INT * ET_WORKING_SET_FIELDS_ext = lt_FIELDS_ext es_working_set_names = ls_names exceptions exc_stop_work = 1 exc_rfc = 2 others = 3.

BUPA_NUMBERS_GET * call function 'BUPA_NUMBERS_GET' * exporting * iv_partner = lv_customer * importing * ev_partner_guid = .

GUID_CREATE call function 'GUID_CREATE' importing ev_guid_16 = .

/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_rfc = 4 others = 5.

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 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 exc_adding_debug_trace_msg = 6 exc_requesting_locks = 7 exc_add_msg_log = 8 others = 9.

/SAPCND/MNT_CLOSE_OW call function '/SAPCND/MNT_CLOSE_OW' exporting i_hsession = hsession i_hlog = hlog 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_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_MAINTAIN or its description.