SAP EAMS_CVBOBJICON MIME Icon for Object type Table data and field list

EAMS_CVBOBJICON is a standard SAP Table which is used to store MIME Icon for Object type data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The EAMS_CVBOBJICON table consists of various fields, each holding specific information or linking keys about MIME Icon for Object type data available in SAP. These include TECH_OBJ_TYP (Object Type), TECH_OBJ_CAT (Technical Object Category), ICON (Icon for technical objects)... 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. .

EAMS_CVBOBJICON table Technical Details:

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EAMS_CVBOBJICON table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the EAMS_CVBOBJICON table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
TECH_OBJ_TYPObject Type /PLMB/GOS_OBJECT_TYPECHAR10Assigned to domain/PLMB/GOS_OBJECT_TYPE
TECH_OBJ_CATTechnical Object Category EAMS_VB_TO_CATCHAR1CHAR1
ICONIcon for technical objects EAMS_VB_STATUS_ICONCHAR64WDG_UR_WEB_ICON_ALIAS

Key field Non-key field



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

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

SELECT SINGLE *
FROM EAMS_CVBOBJICON
INTO CORRESPONDING FIELDS OF WA_EAMS_CVBOBJICON
WHERE...

How to access SAP table EAMS_CVBOBJICON

Within an ECC or HANA version of SAP you can also view further information about EAMS_CVBOBJICON and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).