/UI2/CACHE_CONF SAP (UI2: Cache for Configuration data) Table details

Dictionary Type: Table
Description: UI2: Cache for Configuration data




ABAP Code to SELECT data from /UI2/CACHE_CONF
Related tables to /UI2/CACHE_CONF
Access table /UI2/CACHE_CONF




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

/UI2/CACHE_CONF is a standard SAP Table which is used to store UI2: Cache for Configuration data data and is available within R/3 SAP systems depending on the version and release level.

The /UI2/CACHE_CONF table consists of various fields, each holding specific information or linking keys about UI2: Cache for Configuration data data available in SAP. These include WDCOMPSRC (Web Dynpro: Component Name), ENTITYSRC (), ENTITYKEYSRC (Hash Value (160 Bits)), BAGID (UI2: Bag Id).. 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 or numeric)


SAP /UI2/CACHE_CONF 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
WDCOMPSRCWeb Dynpro: Component Name WDY_CONF_COMP_NAMECHAR30
ENTITYSRC 0
ENTITYKEYSRCHash Value (160 Bits) HASH160CHAR40
BAGIDUI2: Bag Id /UI2/BAGIDCHAR60/UI2/BAGID
CONFIG_IDConfiguration Identification WDY_CONFIG_IDCHAR32WDY_CONFIG_ID
CONFIG_TYPEType of Web Dynpro Configuration WDY_CONFIG_TYPENUMC2WDY_CONFIG_TYPE
CONFIG_VARWeb Dynpro: Configuration of Additional Variant WDY_CONFIG_VARCHAR6WDY_CONFIG_VAR

Key field Non-key field



How do I retrieve data from SAP table /UI2/CACHE_CONF using ABAP code

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

SELECT SINGLE *
FROM /UI2/CACHE_CONF
INTO CORRESPONDING FIELDS OF WA_/UI2/CACHE_CONF
WHERE...

How to access SAP table /UI2/CACHE_CONF

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