SAP Table SEOMETAREL

Meta relationship

SEOMETAREL (Meta relationship) is a standard table in SAP R\3 ERP systems. Below you can find the technical details of the fields that make up this table. Key fields are marked in blue.

Additionally we provide an overview of foreign key relationships, if any, that link SEOMETAREL to other SAP tables.

SEOMETAREL table fields

Field Data element Checktable Datatype Length Decimals
CLSNAME Object Type Name SEOCLSNAME SEOCLASS CHAR 30 0
REFCLSNAME Object Type Name SEOCLSNAME SEOCLASS CHAR 30 0
VERSION Version indicator (active/inactive) SEOVERSION NUMC 1 0
0 Inactive
1 Active
STATE Status of a class or component SEOSTATE NUMC 1 0
0 Only modeled
1 Implemented
2 Implemented *** obsolete ***
AUTHOR Author CNAM CHAR 12 0
CREATEDON Created on RDIR_CDATE DATS 8 0
CHANGEDBY Last changed by UNAM CHAR 12 0
CHANGEDON Changed On RDIR_UDATE DATS 8 0
RELTYPE Relationship type between classes SEORELTYPE NUMC 1 0
0 Interface composition (i COMPRISING i_ref)
1 Interface implementation (CLASS c. INTERFACES i_ref)
2 Inheritance (c INHERITING FROM c_ref)
5 Enhancement ( c enhances c_ref)
RELNAME Relationship type name SEORELNAME CHAR 30 0
EXPOSURE Visibility of a class or component SEOEXPOSE NUMC 1 0
0 Private
1 Protected
2 Public
IMPFINAL Flag for final class/method SEOFINAL CHAR 1 0
NULL Not Selected
X Selected
IMPABSTRCT Flag for abstract class or method SEOABSTRCT CHAR 1 0
NULL Not Selected
X Selected
EDITORDER Editing sequence SEOORDER INT4 10 0

SEOMETAREL foreign key relationships

Table Field Foreign key table Foreign key field Check table Check field
SEOMETAREL CLSNAME SEOMETAREL CLSNAME SEOCLASS Class/Interface CLSNAME
SEOMETAREL REFCLSNAME SEOMETAREL REFCLSNAME SEOCLASS Class/Interface CLSNAME