/SAPSRM/C_VIEW_U SAP (Table to switch UIBB) Table details

Dictionary Type: Table
Description: Table to switch UIBB




ABAP Code to SELECT data from /SAPSRM/C_VIEW_U
Related tables to /SAPSRM/C_VIEW_U
Access table /SAPSRM/C_VIEW_U




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

/SAPSRM/C_VIEW_U is a standard SAP Table which is used to store Table to switch UIBB data and is available within R/3 SAP systems depending on the version and release level.

The /SAPSRM/C_VIEW_U table consists of various fields, each holding specific information or linking keys about Table to switch UIBB data available in SAP. These include COMPONENT (Web dynpro Component), INTERFACE_VIEW (Interface View), SWITCH_ID (Customizing Switch ID), CONFIG_ID (Configuration Identification).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SAPSRM/C_VIEW_U 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
UIBB_REF_IDUIBB Ref ID /SAPSRM/UIBB_REF_IDCHAR64CHAR64
COMPONENTWeb dynpro Component /SAPSRM/WD_COMPONENTCHAR30CHAR30
INTERFACE_VIEWInterface View /SAPSRM/WD_INTERFACE_VIEWCHAR30CHAR30
SWITCH_IDCustomizing Switch ID /SAPSRM/CUSTMZ_SWITCH_IDCHAR30/SAPSRM/C_SWITCH/SAPSRM/CUSTMZ_SWITCH_ID/SAPSRM/SH_CUSTMZ_SWITCHES
CONFIG_IDConfiguration Identification WDY_CONFIG_IDCHAR32WDY_CONFIG_ID
SUBVIEW_REF_IDSubview Ref ID /SAPSRM/SUBVIEW_REF_IDCHAR64/SAPSRM/C_VIEW_SCHAR64
CONFIG_TYPEType of Web Dynpro Configuration WDY_CONFIG_TYPENUMC2WDY_CONFIG_TYPE
CONFIG_VARWeb Dynpro: Configuration of Additional Variant WDY_CONFIG_VARCHAR6WDY_CONFIG_VAR
NEEDS_STRETCHINGFPM Flag: Container Stretching FPM_NEEDS_STRETCHINGCHAR1FPM_NEEDS_STRETCHING
LOCATIONUIBB Location Index (Column) FPM_LOCATIONINT410FPM_INDEX
UI_EL_INDEXSequential Order of FPM UI Elements FPM_INDEXINT410FPM_INDEX
ACTION_TYPEPossible Switch Actions for Web Dynpro View UI Elements /SAPSRM/CUSTMZ_SW_ACTIONCHAR1/SAPSRM/CUSTMZ_SW_ACTION
PRIORITYPriority of Switched Table Entry /SAPSRM/CUSTMZ_SWITCH_PRIONUMC3NUM3

Key field Non-key field



How do I retrieve data from SAP table /SAPSRM/C_VIEW_U using ABAP code

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

SELECT SINGLE *
FROM /SAPSRM/C_VIEW_U
INTO CORRESPONDING FIELDS OF WA_/SAPSRM/C_VIEW_U
WHERE...

How to access SAP table /SAPSRM/C_VIEW_U

Within an ECC or HANA version of SAP you can also view further information about /SAPSRM/C_VIEW_U 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!