ECATT_CONV_XMLDATA2XSTR 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_CONV_XMLDATA2XSTR 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: _CONVALL = Convert All Objects
Selection Text: _SCRIPTS = Test Scripts
Selection Text: _TCS = Test Configurations
Selection Text: _TDS = Test Data Container
Selection Text: _TSTDEL = Test: Do not delete old data
Selection Text: _TSTDOWN = Test: Download XML Data
Selection Text: _TSTWRIT = Test: Do not write data
Title: eCATT Convert XML Data (Pre 6.40) into XSTRING Archives (From 6.40)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ECATT_DISPLAY_DOM_OR_XSTRING * CALL FUNCTION 'ECATT_DISPLAY_DOM_OR_XSTRING' * EXPORTING * im_string = l_string * im_title = l_title.
ECATT_DISPLAY_DOM_OR_XSTRING CALL FUNCTION 'ECATT_DISPLAY_DOM_OR_XSTRING' EXPORTING im_xstring = c_xml_xstr.
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_CONV_XMLDATA2XSTR - eCATT Convert XML Data (Pre 6.40) into XSTRING Archives (From 6.40) ECATT_CONV_XMLDATA2XSTR - eCATT Convert XML Data (Pre 6.40) into XSTRING Archives (From 6.40) ECATT_CONV_TABLES_IN_UNICODE - ECATTCONVTABLESINUNICODE ECATT_CONV_TABLES_IN_UNICODE - ECATTCONVTABLESINUNICODE ECATT_CONFIG_PRINTER - Output of an eCATT Test Configuration ECATT_CONFIG_PRINTER - Output of an eCATT Test Configuration