SAP Reports / Programs

REMIG_APPLICATION_LOG SAP ABAP Report - Evaluate Application Log







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


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 REMIG_APPLICATION_LOG. "Basic submit
SUBMIT REMIG_APPLICATION_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT REMIG_APPLICATION_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: 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)


INCLUDES used within this REPORT REMIG_APPLICATION_LOG

INCLUDE REMIG_APPLICATION_LOG_TOP.


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:

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.



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