MIMEREP SAP (MIME Repository - Definitions for the Model) Structure details

Dictionary Type: Structure
Description: MIME Repository - Definitions for the Model




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




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

MIMEREP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "MIME Repository - Definitions for the Model" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MIMEREP TYPE MIMEREP.

The MIMEREP table consists of various fields, each holding specific information or linking keys about MIME Repository - Definitions for the Model data available in SAP. These include MIMETYPE (MIME Repository: MIME Type), MIMESUBTYP (MIME Repository: MIME Subtype), MIMEVERS (MIME Repository: MIME Version), MIMECHAR (MIME Repository: MIME Charset).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MIMEREP structure 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
DEVPACKPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
MIMETYPEMIME Repository: MIME Type MR_MIMTYPECHAR30MR_MIMTYPE
MIMESUBTYPMIME Repository: MIME Subtype MR_MIMSUBTCHAR30MR_MIMTYPE
MIMEVERSMIME Repository: MIME Version MR_MIMVERSCHAR30MR_MIMTYPE
MIMECHARMIME Repository: MIME Charset MR_MIMCHARCHAR30MR_MIMTYPE
PROCSTATEMIME Repository: Processing State MR_PROCSTACHAR20MR_PROCSTA
VERSIONMIME Repository: Internal Version MR_VERSIONCHAR10MR_VERSION
IMAGEWIDTHMIME Repository: Image Width MR_IMGWDTHNUMC6MR_IMGSIZE
IMAGEHGHTMIME Repository: Image Height MR_IMGHGHTNUMC6MR_IMGSIZE
IMAGEFMTMIME Repository: Image Format MR_IMGFMTCHAR3MR_IMGFMT
ICONCODEIcon in text fields (substitute display, alias) ICON_DCHAR4Assigned to domainICON
ICONNAMEIcon internal format ICON_INTCHAR8ICON_INT
ICONCLASSMIME Repository: Icon Use Class MR_ICOCLSCHAR20MR_ICOCLS
ICONGROUPMIME Repository: Icon Group MR_ICOGRPCHAR20MR_ICOGRP
ICONREQUDMIME Repository: Icon Requested By MR_ICOREQCHAR30MR_ICOUSER
ICONOWNEDMIME Repository: Icon Owned by MR_ICOOWNCHAR30MR_ICOUSER
THEMEMIME Repository: Theme MR_THEMECHAR30MR_THEME
TRANFLAGMIME Repository: Translation Flag MR_TRFLAGCHAR1MRFLAG
MIMEBREXPExpiry in Seconds in HTTP Client Cache MR_CAEXPINT410
MIMEXPRIVATEMIME Repository: privacy of the frontend expiration time MIMEXPRIVATECHAR1MRFLAG
FOLDERROLEMIME Repository: Folder Role MR_FROLECHAR20Assigned to domainMR_FROLE

Key field Non-key field



How do I retrieve data from SAP structure MIMEREP using ABAP code?

As MIMEREP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MIMEREP as there is no data to select.

How to access SAP table MIMEREP

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