DMC_IUX_XPRA_LOG_DISPLAY 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 DMC_IUX_XPRA_LOG_DISPLAY 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: PSUFF = Subdirectory for trans/tmp
Title: MWB Upgrade: Program for Displaying XPRA Logs
Text Symbol: 010 = No XPRA logs found under
Text Symbol: 100 = Specify subdirectory with separator (such as /save)
Text Symbol: T01 = Specify subdirectory (if required)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRINT_FI_GET_DIRECTORY_NAMES CALL FUNCTION 'TRINT_FI_GET_DIRECTORY_NAMES' EXPORTING iv_dir_type = 'T' IMPORTING ev_tmp_dir = tmp_dir EXCEPTIONS get_dir_trans_failed = 1 build_path_failed = 2 OTHERS = 3.
TR_READ_AND_DISPLAY_LOG CALL FUNCTION 'TR_READ_AND_DISPLAY_LOG' EXPORTING iv_logname_file = logname_file EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_IUX_XPRA_LOG_DISPLAY - MWB Upgrade: Program for Displaying XPRA Logs DMC_IUX_XPRA_LOG_DISPLAY - MWB Upgrade: Program for Displaying XPRA Logs DMC_IUX_XPRA_LOADER - MWB Upgrade: XPRA Load Program DMC_IUX_XPRA_LOADER - MWB Upgrade: XPRA Load Program DMC_IUX_ST_XPRA - MWB upgrade: Start XPRAs DMC_IUX_ST_XPRA - MWB upgrade: Start XPRAs