/UI2/CACHE_MAP SAP (Maps cache id to URl and URL parameters) Table details

Dictionary Type: Table
Description: Maps cache id to URl and URL parameters




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




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

/UI2/CACHE_MAP is a standard SAP Table which is used to store Maps cache id to URl and URL parameters data and is available within R/3 SAP systems depending on the version and release level.

The /UI2/CACHE_MAP table consists of various fields, each holding specific information or linking keys about Maps cache id to URl and URL parameters data available in SAP. These include USR (User Name), URL (URL length 255), GUID (GUID in 'CHAR' Format in Uppercase), FULL_URL (Full URL).. 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: Cannot Be Enhanced


SAP /UI2/CACHE_MAP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
USRUser Name SYUNAMECHAR12SYCHAR12
URLURL length 255 SURLCHAR255SURL
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
FULL_URL Full URL0
FULL_PAR URL parameters0

Key field Non-key field



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

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

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

How to access SAP table /UI2/CACHE_MAP

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