R_SITN2OBJECTTEXT
Situation Object - Text
R_SITN2OBJECTTEXT is a CDS View in S/4HANA. Situation Object - Text. It contains 4 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_Sitn2ObjectText | view_entity | from | COMPOSITE | Situation Object - Text |
| R_Sitn2InstceTrggrObjText | view | inner | COMPOSITE | Trigger Object Type - Text |
| R_Sitn2ObjectTextTP | view | from | TRANSACTIONAL | Situation Object - Text TP |
Fields (4)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | Language | Language | 2 |
| KEY | SitnObjectID | SitnObjectID | 1 |
| SitnObjectDescription | SitnObjectDescription | 1 | |
| SitnObjectName | SitnObjectName,SitnTriggerObjectName | 2 |
@AccessControl.authorizationCheck: #CHECK
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@VDM.viewType: #BASIC
@ObjectModel: {
usageType:{
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MIXED
},
semanticKey: [ 'SitnObjectID' ],
dataCategory: #TEXT,
representativeKey: 'SitnObjectID'
}
@EndUserText.label: 'Situation Object - Text'
define view entity R_Sitn2ObjectText
as select from sit2_object_t
association [1..1] to R_Sitn2Object as _Object on $projection.SitnObjectID = _Object.SitnObjectID
{
key sitnobjectid as SitnObjectID,
@Semantics.language: true
key language as Language,
sitnobjectname as SitnObjectName,
sitnobjectdescription as SitnObjectDescription,
_Object
}