CRM_THTMLB_BACKEND_PERFORMANCE 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_BACKEND_PERFORMANCE 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: Trigger ABAP performance measurement for CRM WEB UI
Text Symbol: 001 = Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION 'SAPGUI' IMPORTING RFCSI_EXPORT = L_RFCSI EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
HTTP_PROFILE_UPDATE CALL FUNCTION 'HTTP_PROFILE_UPDATE' EXPORTING URL = '/sap/bc/bsp/sap/crm_ui_frame' GUI_IPADDRESS_FLAG = '' ACTION = LV_ACTION TIMEOUT = '000500' CLNT_DEPENT = LV_CLIENT_DEP USER = LV_USER URL_DETERM = LV_URL ATRAVAR = VARIANT ATRAMESS = 'X' ATRAUSER = USER GUI_IPADDRESS = GL_DEBUG_IP_ADRESS CALL_URL = '' ATRA_SINGLEREC = SINGLE CHANGING INT_ICFATTRIB = CHANGE_ATTRIB EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.
HTTP_PROFILE_UPDATE CALL FUNCTION 'HTTP_PROFILE_UPDATE' EXPORTING URL = '/sap/bc/bsp/sap/crm_ui_frame' GUI_IPADDRESS_FLAG = '' ACTION = 'D' TIMEOUT = '000500' CLNT_DEPENT = LV_CLIENT_DEP USER = LV_USER URL_DETERM = LV_URL ATRAVAR = VARIANT ATRAMESS = 'X' ATRAUSER = USER GUI_IPADDRESS = GL_DEBUG_IP_ADRESS CALL_URL = '' ATRA_SINGLEREC = SINGLE CHANGING INT_ICFATTRIB = CHANGE_ATTRIB EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.
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_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 CRM_TAX_CUST_VALIDATE_BPI01 - Include CRM_TAX_CUST_VALIDATE_BPI01 CRM_TAX_CUST_VALIDATE_BPF01 - Include CRM_TAX_CUST_VALIDATE_BPF01