SAP Reports / Programs

CRM_THTMLB_UI_SEARCH SAP ABAP Report - Textual search in UI components







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CRM_THTMLB_UI_SEARCH. "Basic submit
SUBMIT CRM_THTMLB_UI_SEARCH AND RETURN. "Return to original report after report execution complete
SUBMIT CRM_THTMLB_UI_SEARCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Textual search in UI components
Text Symbol: 001 = Search in UI components


INCLUDES used within this REPORT CRM_THTMLB_UI_SEARCH

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CRM_THTMLB_UI_SEARCH or its description.