CRM_THTMLB_CACHE 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_CACHE 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.
Text Symbol: 001 = Cache Control
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCMS_TEXT_TO_BINARY CALL FUNCTION 'SCMS_TEXT_TO_BINARY' IMPORTING OUTPUT_LENGTH = LV_SIZE TABLES TEXT_TAB = LT_DATA BINARY_TAB = LT_BINARY.
SCMS_BINARY_TO_STRING CALL FUNCTION 'SCMS_BINARY_TO_STRING' EXPORTING INPUT_LENGTH = LV_SIZE IMPORTING TEXT_BUFFER = LV_RESPONSE_BODY TABLES BINARY_TAB = LT_BINARY.
SCMS_TEXT_TO_STRING * CALL FUNCTION 'SCMS_TEXT_TO_STRING' * EXPORTING * LENGTH = LV_SIZE * IMPORTING * FTEXT = LV_RESPONSE_BODY * TABLES * FTEXT_TAB = LT_DATA.
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_CACHE - CRMTHTMLBCACHE CRM_THTMLB_CACHE - CRMTHTMLBCACHE CRM_THTMLB_BACKEND_PERFORMANCE - Trigger ABAP performance measurement for CRM WEB UI CRM_THTMLB_BACKEND_PERFORMANCE - Trigger ABAP performance measurement for CRM WEB UI CRM_TAX_CUST_VALIDATE_BPTOP - Include CRM_TAX_CUST_VALIDATE_BPTOP CRM_TAX_CUST_VALIDATE_BPO01 - Include CRM_TAX_CUST_VALIDATE_BPO01