CRM_THTMLB_UI_SEARCH 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 CRM_THTMLB_UI_SEARCH 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: Textual search in UI components
Text Symbol: 001 = Search in UI components
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_EXECUTE CALL FUNCTION 'WS_EXECUTE' EXPORTING DOCUMENT = 'X' COMMANDLINE = GV_DOCUMENT_PATH PROGRAM = 'EXCEL' EXCEPTIONS OTHERS = 99.
SKWF_LOIOS_PHIOS_GET CALL FUNCTION 'SKWF_LOIOS_PHIOS_GET' TABLES IOS = LT_LOIO LPIOS = LT_LOIOPHIO.
SKWF_PHIO_LOAD_CONTENT CALL FUNCTION 'SKWF_PHIO_LOAD_CONTENT' EXPORTING PHIO =
-PHIO X_RAW_MODE = 'X' TABLES FILE_ACCESS_INFO = LT_FILE_ACCESS_INFO FILE_CONTENT_BINARY = LT_BIN_DATA.
SCMS_BINARY_TO_STRING CALL FUNCTION 'SCMS_BINARY_TO_STRING' EXPORTING INPUT_LENGTH = LV_FILE_SIZE IMPORTING TEXT_BUFFER = LV_STRING TABLES BINARY_TAB = LT_BIN_DATA EXCEPTIONS FAILED = 1 OTHERS = 2.
SCMS_BINARY_TO_TEXT CALL FUNCTION 'SCMS_BINARY_TO_TEXT' EXPORTING INPUT_LENGTH = LV_FILE_SIZE TABLES BINARY_TAB = LT_BIN_DATA TEXT_TAB = LT_CHAR_DATA EXCEPTIONS FAILED = 1 OTHERS = 2.
SCMS_XSTRING_TO_BINARY CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING BUFFER = LV_TEMPL_XML TABLES BINARY_TAB = LT_CONTENT.
SCMS_XSTRING_TO_BINARY CALL FUNCTION 'SCMS_XSTRING_TO_BINARY' EXPORTING BUFFER = LV_DATA_XML TABLES BINARY_TAB = LT_CONTENT.
CALL_BROWSER *CALL FUNCTION 'CALL_BROWSER' * EXPORTING * URL = LV_URL.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CRM_THTMLB_UI_SEARCH - Textual search in UI components CRM_THTMLB_UI_SEARCH - Textual search in UI components CRM_THTMLB_SKIN_EXPLORER_USI01 - Include CRM_THTMLB_SKIN_EXPLORER_USI01 CRM_THTMLB_SKIN_EXPLORER_STO01 - Include CRM_THTMLB_SKIN_EXPLORER_STO01 CRM_THTMLB_SKIN_EXPLORER - Skin Workbench CRM_THTMLB_SKIN_EXPLORER - Skin Workbench