ECATT_LOG_SHOW_PARAM_XML 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 ECATT_LOG_SHOW_PARAM_XML 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: P_LOGID = D .
Selection Text: P_PARAM = D .
Title: eCATT Log: Display Parameters from XDAT Decompressed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ECATT_LOG_XML_TO_SCREEN CALL FUNCTION 'ECATT_LOG_XML_TO_SCREEN' STARTING NEW TASK 'XML_LOG' EXPORTING title = l_title TABLES eclog_xdat_tab = lt_data.
ECATT_LOG_STRING_TO_SCREEN CALL FUNCTION 'ECATT_LOG_STRING_TO_SCREEN' STARTING NEW TASK 'STRING_LOG' EXPORTING im_string = ls_data_xml-xml_string im_title = l_title.
ECATT_LOG_DISPLAY CALL FUNCTION 'ECATT_LOG_DISPLAY' STARTING NEW TASK 'ECATT_LOG' EXPORTING im_logkey = ls_logkey im_obj_lnr = ls_data_xml-obj_lnr im_scr_lnr = ls_data_xml-script_lnr im_jump_to_node = 'X'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ECATT_LOG_SHOW_PARAM_XML - eCATT Log: Display Parameters from XDAT Decompressed ECATT_LOG_SHOW_PARAM_XML - eCATT Log: Display Parameters from XDAT Decompressed ECATT_LANGE_MELDUNG - eCATT: Test ECATT_LANGE_MELDUNG - eCATT: Test ECATT_GLOBALS - ECATTGLOBALS ECATT_GENERATE_ET_USER - Program ECATT_GENERATE_ET_USER