SRVD_RT_ENTITIES_DIRECT
Artifacts exposed by Service Definitions
SRVD_RT_ENTITIES_DIRECT is a CDS View in S/4HANA. Artifacts exposed by Service Definitions. It contains 3 fields. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| dbc2abap_cds_elements | view_entity | inner | CDS Entities in SQL1 Service Bindings | |
| dbc2abap_cds_entities | view_entity | inner | CDS Entities in SQL1 Service Bindings | |
| DBC2ABAP_CDS_PARAMETERS | view_entity | inner | CDS Entity Parameters in SQL1 ServiceB | |
| RSRTS_SRVB_SRVD_CDS_RELEATION | view_entity | from | Relation INA SRV Binding to CDS Query |
Fields (3)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| ExposedAlias | aliasOfCDSView | 1 | |
| ExposedArtifact | internal_entity_name | 3 | |
| Service | serviceDefinitionName | 1 |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Artifacts exposed by Service Definitions'
// Exposed artifacts, ignoring potential includes or extends
define view entity srvd_rt_entities_direct as select from srvd_rt_entities {
key srvdname as Srvdname,
key service as Service,
key exposed_artifact as ExposedArtifact,
key exposed_artifact_type as ExposedArtifactType,
key exposed_alias as ExposedAlias,
exposed_alias_raw as ExposedAliasRaw
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SRVD_RT_ENTITIES"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/