WCF_CONFIG_SWITCH_EVAL 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 WCF_CONFIG_SWITCH_EVAL 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: Evaluation of switch information in WebClient UI component
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_TABLES CALL FUNCTION 'ENQUEUE_E_TABLES' EXPORTING mode_rstable = 'X' tabname = 'WCF_CONF_SWITCH' varkey = 'WCF_CONFIG_SWITCH_EVAL' _scope = '1' * X_TABNAME = ' ' * X_VARKEY = ' ' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_E_TABLES CALL FUNCTION 'DEQUEUE_E_TABLES' EXPORTING mode_rstable = 'X' tabname = 'WCF_CONF_SWITCH' varkey = 'WCF_CONFIG_SWITCH_EVAL' * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WCF_CONFIG_SWITCH_EVAL - Evaluation of switch information in WebClient UI component WCF_CONFIG_SWITCH_EVAL - Evaluation of switch information in WebClient UI component WCF_CDS_VIEWCLUSTER_EXIT - ViewCluster exit program WCF_CDS_VIEWCLUSTER_EXIT - ViewCluster exit program WCF_BSP_VIEW_PROXY_TMPL - Include WCF_BSP_VIEW_PROXY_TMPL WCF_BSP_SET_VALIDATION - Set validation attribute on WEBCUIF BSP extensions