WCF_CONF_SWITCH SAP (Switch Info) Table details

Dictionary Type: Table
Description: Switch Info




ABAP Code to SELECT data from WCF_CONF_SWITCH
Related tables to WCF_CONF_SWITCH
Access table WCF_CONF_SWITCH




Table field list including key, data, relationships and ABAP select examples

WCF_CONF_SWITCH is a standard SAP Table which is used to store Switch Info data and is available within R/3 SAP systems depending on the version and release level.

The WCF_CONF_SWITCH table consists of various fields, each holding specific information or linking keys about Switch Info data available in SAP. These include COMPONENT (Component Name), VIEWNAME (Internal Name (Key) of BSP Page), BINDING (WCF Switch Info Binding), ROLE_KEY (Role Configuration Key).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP WCF_CONF_SWITCH table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
SWITCH_IDId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30Assigned to domainSFW_SWITCHIDSFW
COMPONENTComponent Name BSP_WD_COMPONENT_NAMECHAR30O2APPLNAMEBSP_WD_COMPONENT_NAME
VIEWNAMEInternal Name (Key) of BSP Page O2PAGECHAR70O2PAGE
BINDINGWCF Switch Info Binding WCF_SWITCH_INFO_BINDINGCHAR70
ROLE_KEYRole Configuration Key BSP_DLC_ROLE_KEYCHAR10Assigned to domainBSP_DLC_ROLE_KEY
COMPONENT_USAGEComponent Usage BSP_DLC_COMPONENT_USAGECHAR40BSP_DLC_COMPONENT_USAGE
OBJECT_TYPEUI Object Type BSP_DLC_OBJECT_TYPECHAR20BSP_DLC_OBJECT_TYPE
OBJECT_SUB_TYPEObject Subtype BSP_DLC_OBJECT_SUB_TYPECHAR20BSP_DLC_OBJECT_SUB_TYPECRMH_BSP_DYN_SUBTYPE
CONFIG_TYPEConfiguration Type BSP_DLC_CONFIG_TYPECHAR20BSP_DLC_CONFIG_TYPE
ERRORWCF Switch Info Binding WCF_SWITCH_INFO_ERRORCHAR255
PATCHWCF Switch Info Binding WCF_SWITCH_INFO_ERRORCHAR255

Key field Non-key field



How do I retrieve data from SAP table WCF_CONF_SWITCH using ABAP code

The following ABAP code Example will allow you to do a basic selection on WCF_CONF_SWITCH to SELECT all data from the table
DATA: WA_WCF_CONF_SWITCH TYPE WCF_CONF_SWITCH.

SELECT SINGLE *
FROM WCF_CONF_SWITCH
INTO CORRESPONDING FIELDS OF WA_WCF_CONF_SWITCH
WHERE...

How to access SAP table WCF_CONF_SWITCH

Within an ECC or HANA version of SAP you can also view further information about WCF_CONF_SWITCH and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!