SAP Reports / Programs

EHQMP_DB_LOAD_LOG SAP ABAP Report - EHQMP_DB_LOAD_LOG Program







EHQMP_DB_LOAD_LOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Displaying the Application Log for the EH&S-QM Interface You use the program EHQMP_DB_LOAD_LOG to display the application log that is written during the creation or modification of inspection plans from EH&S...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter EHQMP_DB_LOAD_LOG into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EHQL - EH&S-QM: Display Logs


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 EHQMP_DB_LOAD_LOG. "Basic submit
SUBMIT EHQMP_DB_LOAD_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT EHQMP_DB_LOAD_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: USER = User
Selection Text: LOGNUMB = Log number
Selection Text: EXTNUMB = Job name
Selection Text: DATE = Date
Title: EHQMP_DB_LOAD_LOG Program


INCLUDES used within this REPORT EHQMP_DB_LOAD_LOG

INCLUDE EHQMI09. "BOOLEAN CONSTANTS


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 = log_filter IMPORTING E_T_LOG_HEADER = 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 = log_header * I_T_LOG_HANDLE = * I_T_LOGNUMBER = * I_CLIENT = SY-MANDT * I_DO_NOT_LOAD_MESSAGES = ' ' * I_EXCEPTION_IF_ALREADY_LOADED = * IMPORTING * E_T_LOG_HANDLE = * E_T_MSG_HANDLE = EXCEPTIONS NO_LOGS_SPECIFIED = 1 LOG_NOT_FOUND = 2 LOG_ALREADY_LOADED = 3 OTHERS = 4 .

EHQM04_DISPLAY_PREPARE CALL FUNCTION 'EHQM04_DISPLAY_PREPARE' .

EHQM04_LOG_DISPLAY CALL FUNCTION 'EHQM04_LOG_DISPLAY' .



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