SAP Reports / Programs

RCCM2_DISPLAY_CHECK_LOG SAP ABAP Report - Display Configuration Check Log (Created by RCCM2BATCH)







RCCM2_DISPLAY_CHECK_LOG 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 RCCM2_DISPLAY_CHECK_LOG 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 RCCM2_DISPLAY_CHECK_LOG. "Basic submit
SUBMIT RCCM2_DISPLAY_CHECK_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT RCCM2_DISPLAY_CHECK_LOG 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: P_IDENT = D External ID
Selection Text: P_USER = D User
Selection Text: T_DATE = D Date
Selection Text: T_TIME = D Time
Title: Display Configuration Check Log (Created by RCCM2BATCH)


INCLUDES used within this REPORT RCCM2_DISPLAY_CHECK_LOG

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_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = c_object i_subobject = c_subobject i_extnumber = v_ext_number i_aldate_from = s_date-low i_aldate_to = s_date-high i_altime_from = s_time-low i_altime_to = s_time-high IMPORTING e_s_log_filter = s_log_filter EXCEPTIONS OTHERS = 0.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = s_log_filter IMPORTING e_t_log_header = t_log_header EXCEPTIONS OTHERS = 1.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = t_log_header IMPORTING e_t_log_handle = t_log_loaded EXCEPTIONS OTHERS = 0.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_t_log_handle = t_log_loaded IMPORTING e_t_msg_handle = t_msg_handle EXCEPTIONS msg_not_found = 1 OTHERS = 2.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = s_msg_handle IMPORTING e_s_msg = s_message EXCEPTIONS log_not_found = 1 msg_not_found = 2 OTHERS = 3.

BAL_LOG_MSG_CHANGE CALL FUNCTION 'BAL_LOG_MSG_CHANGE' EXPORTING i_s_msg_handle = s_msg_handle i_s_msg = s_message EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 msg_not_found = 3 OTHERS = 4.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = s_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_t_log_handle = t_log_loaded i_s_display_profile = s_display_profile EXCEPTIONS OTHERS = 1.

BAL_GLB_MEMORY_REFRESH CALL FUNCTION 'BAL_GLB_MEMORY_REFRESH' EXPORTING i_refresh_all = ' ' i_t_logs_to_be_refreshed = t_log_loaded EXCEPTIONS OTHERS = 0.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS OTHERS = 8.

BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = c_object i_subobject = c_subobject i_extnumber = p_ident i_aldate_from = s_date-low i_aldate_to = s_date-high i_altime_from = s_time-low i_altime_to = s_time-high i_aluser = p_user IMPORTING e_s_log_filter = s_log_filter EXCEPTIONS OTHERS = 0.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = s_log_filter IMPORTING e_t_log_header = t_log_header EXCEPTIONS OTHERS = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = 'CCM_SH_BALLOG' retfield = 'EXTNUMBER' dynpprog = sy-repid dynpnr = sy-dynnr dynprofield = 'P_IDENT' value_org = 'S' callback_form = 'F4CALLBACK' callback_program = sy-repid TABLES value_tab = lt_values return_tab = lt_return dynpfld_mapping = lt_mapping EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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