SAP Reports / Programs | Enterprise information management solutions | Enterprise information management solutions | Data Quality Management for SAP(EIM-DQM-SAP) SAP EIM

/FLDQ/AD_REPT_DISPLAY_ERRLOG SAP ABAP Report - Display DQM for SAP Error Log Report







/FLDQ/AD_REPT_DISPLAY_ERRLOG 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 /FLDQ/AD_REPT_DISPLAY_ERRLOG 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 /FLDQ/AD_REPT_DISPLAY_ERRLOG. "Basic submit
SUBMIT /FLDQ/AD_REPT_DISPLAY_ERRLOG AND RETURN. "Return to original report after report execution complete
SUBMIT /FLDQ/AD_REPT_DISPLAY_ERRLOG 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: S_USER = D User
Selection Text: S_LOCCOD = D Location Code
Selection Text: S_ERRCOD = D Error Code
Selection Text: S_DATE = D Date when error occured
Title: Display DQM for SAP Error Log Report
Text Symbol: 202 = Technical Error and Description
Text Symbol: 201 = Code
Text Symbol: 106 = Location code and Description
Text Symbol: 105 = Loc.Code
Text Symbol: 104 = Error Code
Text Symbol: 103 = User
Text Symbol: 102 = Time
Text Symbol: 101 = Date
Text Symbol: 009 = Location Codes
Text Symbol: 008 = User Names
Text Symbol: 007 = Error Codes
Text Symbol: 006 = Location code Description
Text Symbol: 005 = Loc.Code
Text Symbol: 004 = Error Code
Text Symbol: 003 = User
Text Symbol: 002 = Time
Text Symbol: 001 = Date
003 Location Code Description
002 Tech Error Description
001 Tech. Error Code Location Code Date User


INCLUDES used within this REPORT /FLDQ/AD_REPT_DISPLAY_ERRLOG

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_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_client = sy-mandt i_s_log_filter = l_s_log_filter IMPORTING e_t_log_header = lt_log_header EXCEPTIONS log_not_found = 1 no_filter_criteria = 2 OTHERS = 3.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_log_header EXCEPTIONS NO_LOGS_SPECIFIED = 1 LOG_NOT_FOUND = 2 LOG_ALREADY_LOADED = 3.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = ls_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS PROFILE_INCONSISTENT = 1 INTERNAL_ERROR = 2 NO_DATA_AVAILABLE = 3 NO_AUTHORITY = 4 OTHERS = 5.



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 /FLDQ/AD_REPT_DISPLAY_ERRLOG or its description.