FDT_INCL_DISPLAY_LOG 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 FDT_INCL_DISPLAY_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.
INCLUDE: SBAL_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = cs_user_command_data-list_msgh IMPORTING e_s_msg = ls_msg EXCEPTIONS log_not_found = 1 msg_not_found = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FDT_INCL_DISPLAY_LOG - FDTINCLDISPLAYLOG FDT_INCL_DEPLOYMENT_UTILS - Utilities for deployment related programs FDT_INCL_DCONV_UTILITIES - Include FDT_INCL_DCONV_UTILITIES FDT_INCL_CODE_GENERATION - Include FDT_INCL_CODE_GENERATION FDT_INCL_CHANGE_HISTORY_MACRO - Include FDT_INCL_CHANGE_HISTORY_MACRO FDT_HELPERS_TOP - Include FDT_HELPERS_TOP