I_GNRCOBJECTRELATIONSHIPLINK
Objektverknüpfungsdienst: Verknüpfungen
I_GNRCOBJECTRELATIONSHIPLINK is a CDS View in S/4HANA. Objektverknüpfungsdienst: Verknüpfungen. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ShiftNoteReferenceObject | view_entity | from | COMPOSITE | Shift Note Reference Object |
@AbapCatalog.sqlViewName: 'VIGNRCOBJRELLINK'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Objektverknüpfungsdienst: Verknüpfungen'
@VDM.viewType: #BASIC
define view I_GnrcObjectRelationshipLink
as select from srgbinrel
{
key role_a as GnrcObjRelationshipLinkRoleA,
key role_b as GnrcObjRelationshipLinkRoleB,
relationid as GnrcObjRelationshipLinkUUID,
breltyp as GnrcObjectRelationshipLinkType,
utctime as GnrcObjRelshpLnkCrtnDateTime
}