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

REF_MAINT_AND_RESOLVE SAP ABAP Report - Program REF_MAINT_AND_RESOLVE







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


Text pool values


Title: Program REF_MAINT_AND_RESOLVE
Text Symbol: 001 = Creation of second record:25th to 25th
Text Symbol: 002 = Creation of first record:25th to 27th
Text Symbol: 003 = Creation of third record:25th to 25th


INCLUDES used within this REPORT REF_MAINT_AND_RESOLVE

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 = ls_appl_log importing e_log_handle = lv_log_handle exceptions others = 1.

/SAPCND/MNT_INIT_OW call function '/SAPCND/MNT_INIT_OW' exporting i_client = sy-mandt i_application = lc_application i_hlog = lv_log_handle i_groupname = lc_cond_group i_use_group_ws = ctcus_true importing e_hsession = lv_session_handle e_result = lv_result es_working_set_names = ls_ws_names exceptions exc_stop_work = 1 exc_stop_work_badi = 2 exc_t688c_f = 3 exc_creating_debug_trace_log = 4 exc_adding_debug_trace_msg = 5 exc_t688fv = 6 exc_reset_condindx_buffer = 7 exc_call_conflict = 8 others = 9.

BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_log_handle = lv_log_handle i_msgty = 'I' i_probclass = '4' i_text = text-001 exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

/SAPCND/MNT_MAINT_RESOLVE_OW call function '/SAPCND/MNT_MAINT_RESOLVE_OW' exporting i_hsession = lv_session_handle i_application = lc_application i_hlog = lv_log_handle i_groupname = lc_cond_group it_working_set_ext = lr_ws_ext importing e_result = lv_result exceptions exc_initializing_session = 1 exc_selecting_records = 2 exc_getting_records = 3 exc_maintaining_records = 4 exc_res_val_periods = 5 exc_deleting_records = 6 exc_saving_records = 7 exc_closing_session = 8 exc_creating_hlog = 9 exc_searching_bal_msg = 10 exc_reading_bal_msg = 11 exc_adding_bal_msg = 12 others = 13.

BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_log_handle = lv_log_handle i_msgty = 'I' i_probclass = '4' i_text = text-002 exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

/SAPCND/MNT_MAINT_RESOLVE_OW call function '/SAPCND/MNT_MAINT_RESOLVE_OW' exporting i_hsession = lv_session_handle i_application = lc_application i_hlog = lv_log_handle i_groupname = lc_cond_group it_working_set_ext = lr_ws_ext importing e_result = lv_result exceptions exc_initializing_session = 1 exc_selecting_records = 2 exc_getting_records = 3 exc_maintaining_records = 4 exc_res_val_periods = 5 exc_deleting_records = 6 exc_saving_records = 7 exc_closing_session = 8 exc_creating_hlog = 9 exc_searching_bal_msg = 10 exc_reading_bal_msg = 11 exc_adding_bal_msg = 12 others = 13.

BAL_LOG_MSG_ADD_FREE_TEXT call function 'BAL_LOG_MSG_ADD_FREE_TEXT' exporting i_log_handle = lv_log_handle i_msgty = 'I' i_probclass = '4' i_text = text-003 exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

/SAPCND/MNT_MAINT_RESOLVE_OW call function '/SAPCND/MNT_MAINT_RESOLVE_OW' exporting i_hsession = lv_session_handle i_application = lc_application i_hlog = lv_log_handle i_groupname = lc_cond_group it_working_set_int = lr_ws_int importing e_result = lv_result exceptions exc_initializing_session = 1 exc_selecting_records = 2 exc_getting_records = 3 exc_maintaining_records = 4 exc_res_val_periods = 5 exc_deleting_records = 6 exc_saving_records = 7 exc_closing_session = 8 exc_creating_hlog = 9 exc_searching_bal_msg = 10 exc_reading_bal_msg = 11 exc_adding_bal_msg = 12 others = 13.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = lt_log_handle exceptions profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 others = 5.



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