SAP Reports / Programs

RBM_ALOG_RUN SAP ABAP Report - Overview of error log







RBM_ALOG_RUN 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 RBM_ALOG_RUN 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 RBM_ALOG_RUN. "Basic submit
SUBMIT RBM_ALOG_RUN AND RETURN. "Return to original report after report execution complete
SUBMIT RBM_ALOG_RUN 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_UNAME = D User
Selection Text: P_REQNO = Transport request
Title: Overview of error log
Text Symbol: REQ = SAP Ref.Structure: occurrence adjustment
Text Symbol: MV1 = *** Processing started ***


INCLUDES used within this REPORT RBM_ALOG_RUN

INCLUDE LSF00TOP.
INCLUDE RBMTYPES01.


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:

BM_ALOG_FILTER_CREATE call function 'BM_ALOG_FILTER_CREATE' exporting i_object = g_log_object importing e_log_filter = g_log_filter.

BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = g_log_filter importing e_t_log_header = g_log_headers[] exceptions log_not_found = 1.

BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_handle = g_log_handles i_exception_if_already_loaded = space exceptions others = 1.

BAL_DSP_PROFILE_STANDARD_GET call function 'BAL_DSP_PROFILE_STANDARD_GET' importing e_s_display_profile = g_log_profile.

BM_ALOG_PROFILE_CREATE call function 'BM_ALOG_PROFILE_CREATE' * exporting i_title = changing log_profile = g_log_profile.

BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_t_log_handle = g_log_handles i_s_display_profile = g_log_profile * I_S_LOG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_S_MSG_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_T_MSG_HANDLE = * I_AMODAL = ' ' exceptions * PROFILE_INCONSISTENT = 1 * INTERNAL_ERROR = 2 * NO_DATA_AVAILABLE = 3 * NO_AUTHORITY = 4 others = 0.

BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_handle = g_log_handles i_exception_if_already_loaded = space exceptions others = 1.

BAL_LOG_HDR_READ call function 'BAL_LOG_HDR_READ' exporting i_log_handle = g_log_headers-log_handle importing e_s_log = g_log_header exceptions others = 1.

BM_OBJECT_TYPE_GET_STRUCT_TYPE call function 'BM_OBJECT_TYPE_GET_STRUCT_TYPE' exporting object_type = g_log_object-objecttype importing structure_type = g_treetypes-tree_type exceptions no_structure_type = 1.

BM_OBJECT_STRUCTURES_GET call function 'BM_OBJECT_STRUCTURES_GET' exporting object_type = g_log_object-objecttype object_id = g_object_id tables structures = g_structures treetypes = g_treetypes.

STREE_CHECK_FOR_LOCAL_OBJECT call function 'STREE_CHECK_FOR_LOCAL_OBJECT' exporting structure_id = g_structure_id importing local_and_private_object = g_local.

TR_CHECK_OBJECT_LOCK call function 'TR_CHECK_OBJECT_LOCK' exporting wi_object = 'SHI3' wi_objname = g_tr_objname wi_pgmid = 'R3TR' importing we_locked = g_locked.

RPY_CICO_REQUEST_OPEN call function 'RPY_CICO_REQUEST_OPEN' exporting cico_request_text = text-req importing cico_request_no = g_tr_reqno error_occured = g_error_occurred error = g_req_error.

STREE_INSERT_ALL_IN_TRANSPORT call function 'STREE_INSERT_ALL_IN_TRANSPORT' exporting structure_id = g_structure_id transport_order = p_reqno * TRANSPORT_TYPE = 'K' importing message = g_struct_message.

BM_STRUCTURE_USAGES_UPDATE call function 'BM_STRUCTURE_USAGES_UPDATE' exporting structure_id = g_structure_id no_transport_check = 'X' importing log_handle = g_log_handle tables messages = g_messages_tmp exceptions others = 1.

BM_ALOG_CREATE call function 'BM_ALOG_CREATE' importing e_log_handle = l_log_handle tables i_messages = p_messages.

BM_ALOG_DISPLAY call function 'BM_ALOG_DISPLAY' exporting i_log_handle = l_log_handle.



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