UMC_FILE_CACHE SAP (Cache for Generated Files) Table details

Dictionary Type: Table
Description: Cache for Generated Files




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




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

UMC_FILE_CACHE is a standard SAP Table which is used to store Cache for Generated Files data and is available within R/3 SAP systems depending on the version and release level.

The UMC_FILE_CACHE table consists of various fields, each holding specific information or linking keys about Cache for Generated Files data available in SAP. These include APP (Application Key), FILE_GUID (File GUID), VALIDITY (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), UNAME (User Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP UMC_FILE_CACHE 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
APPApplication Key UMC_Y_APPLICATIONCHAR1UMC_D_APPLICATION
FILE_GUIDFile GUID UMC_Y_FILE_GUIDCHAR32SYSUUID_C
VALIDITYUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
UNAMEUser Name SYUNAMECHAR12SYCHAR12
FILE_TYPEHTML content type W3CONTTYPECHAR128W3_CONTTYP
CONTENTFile Content UMC_Y_CONTENTRSTR0RAWSTRING

Key field Non-key field



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

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

SELECT SINGLE *
FROM UMC_FILE_CACHE
INTO CORRESPONDING FIELDS OF WA_UMC_FILE_CACHE
WHERE...

How to access SAP table UMC_FILE_CACHE

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