SAP VEMETADATA Table for maintaining metadata of Visual objects Table
Overview
VEMETADATA is a standard SAP S/4HANA table that stores Table for maintaining metadata of Visual objects data. There are total 9 fields in the VEMETADATA table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table VEMETADATA belongs to DMS Integration for Viewer/CAD intergration (CA-DMS-CNV) module and is located in the package DMS integration for Extraction of Visual Enterprise Objects (CV_VE_OBJECTS).
In addition, following links provide an overview of foreign key relationships, if any, that link VEMETADATA to other SAP tables and standard CDS views available based on VEMETADATA table in S/4HANA 2020.
Techincal Settings of VEMETADATA
Below are technical details of the table VEMETADATA
- Buffering switched on
- Full buffering as specified by generic key
- Storage type is Column Store
List of VEMETADATA Fields
The following table gives you an overview of the fields available in VEMETADATA
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT | 3 |
| MD_GUID | UUID in character form | SYSUUID_C | CHAR | 32 | |
| LO_OBJID | Logical document | SDOK_LOID | DMS_LO_CD1 | CHAR | 32 |
| MD_ID | Identification of Metadata | VE_MD_ID | CHAR | 16 | |
| MD_CAT | Tag Category | VE_MD_CAT | CHAR | 16 | |
| MD_NAME | Tag Name | VE_MD_NAME | CHAR | 50 | |
| MD_DATATYPE | Datatype of VE metadata | VE_MD_DATATYPE | CHAR | 16 | |
| MD_VAL_LENGTH | Length of the metadata value | MD_VAL_LNTH | INT2 | 5 | |
| MD_VALUE | Metadata value for VE metadata | VE_MD_VALUE | CHAR | 1000 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for VEMETADATA
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| VEMETADATA | LO_OBJID | : | DMS_LO_CD1 |