COM_CFG_XML_UTILITIES 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 COM_CFG_XML_UTILITIES 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.
Title: Include COM_CFG_XML_UTILITIES
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCP_CODEPAGE_FOR_LANGUAGE CALL FUNCTION 'SCP_CODEPAGE_FOR_LANGUAGE' EXPORTING language = iv_language_id IMPORTING codepage = lv_codepage EXCEPTIONS no_codepage = 1 OTHERS = 2.
SCP_TRANSLATE_CHARS_46 CALL FUNCTION 'SCP_TRANSLATE_CHARS_46' EXPORTING inbuff = iv_value incode = lv_codepage outcode = gv_codepage_utf8 IMPORTING outbuff = lv_xstring 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.
COM_CFG_XML_UTILITIES - Include COM_CFG_XML_UTILITIES COM_CFG_PRECACHING_KB - PreCaching of Knowledge Base COM_CFG_PRECACHING_KB - PreCaching of Knowledge Base COM_CFG_FTP_UTILITIES - Include COM_CFG_FTP_UTILITIES COM_CFG_ENGINE_TEST_TOOL - COMCFGENGINETESTTOOL COM_CFG_ENGINE_TEST_TOOL - COMCFGENGINETESTTOOL