REMIG_APPLICATION_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 REMIG_APPLICATION_LOG into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: ALL = All Logs
Selection Text: HIGH = Only Very Important Logs
Selection Text: LOW = Only Less Important Logs
Selection Text: MEDI = Only Important Logs
Selection Text: DATBIS = D .
Selection Text: DATVON = D .
Selection Text: EXTNUM = D .
Selection Text: OBJECT = D .
Selection Text: REPORT = D .
Selection Text: SUBOBJ = D .
Selection Text: TCODE = D .
Selection Text: TIMBIS = D .
Selection Text: TIMVON = D .
Selection Text: USER = D .
Title: Evaluate Application Log
Text Symbol: F01 = Time Restriction
Text Symbol: F02 = Log Triggered By
Text Symbol: F03 = Log Class
Text Symbol: T01 = From (Date/Time)
Text Symbol: T02 = To (Date/Time)
INCLUDE REMIG_APPLICATION_LOG_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'USER' dynpprog = lv_dynpprog dynpnr = lv_dynpnr dynprofield = 'BALHDR-ALUSER' value_org = 'S' TABLES value_tab = values_user EXCEPTIONS OTHERS = 0.
BAL_FILTER_CREATE CALL FUNCTION 'BAL_FILTER_CREATE' EXPORTING i_object = balhdr-object i_subobject = balhdr-subobject i_extnumber = balhdr-extnumber i_aldate_from = datvon i_aldate_to = datbis i_altime_from = timvon i_altime_to = timbis i_probclass_to = balhdr-probclass i_alprog = report i_altcode = tcode i_aluser = user i_almode = balhdr-almode IMPORTING e_s_log_filter = gv_log_filter EXCEPTIONS OTHERS = 0.
BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = gv_log_filter IMPORTING e_t_log_header = lt_log_header EXCEPTIONS OTHERS = 1.
ISU_M_STATISTIC CALL FUNCTION 'ISU_M_STATISTIC' EXPORTING x_ignore_ismw_stats = ' ' TABLES x_temstatistik = lt_temstatistik x_temstatistik_log = lt_temstatistik_log EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REMIG_APPLICATION_LOG - Evaluate Application Log REMIG_APPLICATION_LOG - Evaluate Application Log REMIG_ANALYSE_FILE_F01 - Include REMIG_ANALYSE_FILE_F01 REMIG_ANALYSE_FILE - Migration File Analysis REMIG_ANALYSE_FILE - Migration File Analysis REMIGO102 - Generated automatically. Fills import parameters of test module.