SAP Reports / Programs | Basis Components | SAP NetWeaver Mobile - Use subcomponents(BC-MOB) SAP BC

MEREP_MON_LOG_I SAP ABAP INCLUDE - Monitoring - Log







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


Text pool values


Title: Monitoring - Log


INCLUDES used within this REPORT MEREP_MON_LOG_I

READ REPORT LDF_INCLUDE INTO LDT_SOUCECODE .
READ REPORT LDF_INCLUDE INTO LDT_SOUCECODE .


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:

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'MEREP_LOG_DISPLAY' i_client_never_display = gcf_off changing ct_fieldcat = prt_fieldcat.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting * I_INTERFACE_CHECK = ' ' i_callback_program = ldf_program_current i_callback_pf_status_set = lcf_form_set_pf_status i_callback_user_command = lcf_form_user_command is_layout = gds_log_layout it_fieldcat = gdt_log_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' it_events = gdt_log_event[] it_event_exit = gdt_log_event_exit[] i_tabname_header = lcf_tabname_header i_tabname_item = lcf_tabname_item * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = lds_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = tables t_outtab_header = gdt_log_tab_log_h t_outtab_item = gdt_log_tab_log exceptions others = 0 .

MEREP_WL_TO_SUBITEMS call function 'MEREP_WL_TO_SUBITEMS' exporting io_worklist = target_category = 'L' tables log_message_table = ldt_log exceptions others = 0 .

MEREP_WL_TO_SUBITEMS call function 'MEREP_WL_TO_SUBITEMS' exporting s_worklist = target_category = 'L' tables log_message_table = ldt_log exceptions others = 0 .

BALW_BAPIRETURN_GET1 call function 'BALW_BAPIRETURN_GET1' exporting type = -msgtype cl = -msgid number = -msgno par1 = -msg_v1 par2 = -msg_v2 par3 = -msg_v3 par4 = -msg_v4 importing bapireturn = lds_bapiret1 exceptions others = 0.

FUNCTION_EXISTS call function 'FUNCTION_EXISTS' exporting funcname = ldf_object_name importing * GROUP = include = ldf_include * NAMESPACE = * STR_AREA = exceptions function_not_exist = 1 others = 2 .

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'SHOW' object_name = ldf_object_name object_type = 'FUNC' position = sy-tabix."ldf_position .



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