A_Sitn2BaseTmplObjGroupText
Situation Scenario Object Group - Text
A_Sitn2BaseTmplObjGroupText is a Composite CDS View that provides data about "Situation Scenario Object Group - Text" in SAP S/4HANA. It reads from 2 data sources (R_Sitn2BaseTmplObjGroupText, I_Language) and exposes 5 fields with key fields SitnBaseTemplateID, SitnBaseTmplObjectGroupID, Language. It is exposed through 1 OData service (API_BUS_SITN_MSTRDATA_SRV_V4). Part of development package CA_SIT2_PUB_MD.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| R_Sitn2BaseTmplObjGroupText | _BaseTmplObjGroupText | from |
| I_Language | _Language | inner |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | SitnBaseTmplObjectGroupID | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| OData.entityType.name | SituationScenarioObjGrpText_Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Situation Scenario Object Group - Text | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_BUS_SITN_MSTRDATA_SRV_V4 | API_BUS_SITN_MSTRDATA_SRV_V4 | V4 | C2 | C1 |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SitnBaseTemplateID | R_Sitn2BaseTmplObjGroupText | SitnBaseTemplateID | |
| KEY | SitnBaseTmplObjectGroupID | R_Sitn2BaseTmplObjGroupText | SitnBaseTmplObjectGroupID | |
| KEY | Language | R_Sitn2BaseTmplObjGroupText | Language | |
| SitnBaseTmplObjGrpName | R_Sitn2BaseTmplObjGroupText | SitnBaseTmplObjGrpName | ||
| SitnBaseTmplObjGrpDescription | R_Sitn2BaseTmplObjGroupText | SitnBaseTmplObjGrpDescription |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel:{
usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
},
semanticKey: [ 'SitnBaseTemplateID' , 'SitnBaseTmplObjectGroupID' ],
dataCategory: #TEXT,
representativeKey: 'SitnBaseTmplObjectGroupID'
}
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@OData.entityType.name:'SituationScenarioObjGrpText_Type'
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Situation Scenario Object Group - Text'
define view entity A_Sitn2BaseTmplObjGroupText
as select from R_Sitn2BaseTmplObjGroupText as _BaseTmplObjGroupText
inner join I_Language as _Language on _BaseTmplObjGroupText.Language = _Language.Language
and _Language.LanguageISOCode <> '1Q'
and _Language.LanguageISOCode <> '2Q'
{
key _BaseTmplObjGroupText.SitnBaseTemplateID,
key _BaseTmplObjGroupText.SitnBaseTmplObjectGroupID,
@Semantics.language: true
key _BaseTmplObjGroupText.Language,
@Semantics.text:true
_BaseTmplObjGroupText.SitnBaseTmplObjGrpName,
@Semantics.text:true
_BaseTmplObjGroupText.SitnBaseTmplObjGrpDescription
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA