I_REIntegObjSpaceGroupType
Real Estate Int Object Space Group Type
I_REIntegObjSpaceGroupType is a Basic CDS View that provides data about "Real Estate Int Object Space Group Type" in SAP S/4HANA. It reads from 1 data source (tivipiosgtype) and exposes 8 fields with key field REIntegObjSpaceGroupType. It has 4 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivipiosgtype | tivipiosgtype | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_REIntegObjSpaceGroupTypeText | _Text | $projection.REIntegObjSpaceGroupType = _Text.REIntegObjSpaceGroupType |
| [0..1] | I_REIntegObjectCategory | _REIntegObjectCategory | $projection.REIntegObjectCategory = _REIntegObjectCategory.REIntegObjectCategory |
| [0..1] | I_RESpaceGroupDirection | _RESpaceGroupDirection | $projection.RESpaceGroupDirection = _RESpaceGroupDirection.RESpaceGroupDirection |
| [0..1] | I_REIntegObjectReference | _REIntegObjectReference | $projection.REIntegObjectReference = _REIntegObjectReference.REIntegObjectReference |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Real Estate Int Object Space Group Type | view | |
| AbapCatalog.sqlViewName | IREINTOBJSGTYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.representativeKey | REIntegObjSpaceGroupType | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | REIntegObjSpaceGroupType | tivipiosgtype | iosgtype | |
| REIntegObjectCategory | iocategory | |||
| RESpaceGroupDirection | iosgdirection | |||
| REIntegObjectReference | ioreference | |||
| _Text | _Text | |||
| _REIntegObjectCategory | _REIntegObjectCategory | |||
| _RESpaceGroupDirection | _RESpaceGroupDirection | |||
| _REIntegObjectReference | _REIntegObjectReference |
@EndUserText.label: 'Real Estate Int Object Space Group Type'
@AbapCatalog.sqlViewName: 'IREINTOBJSGTYPE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.representativeKey: 'REIntegObjSpaceGroupType'
@ObjectModel.semanticKey: ['REIntegObjSpaceGroupType' ]
//@ClientDependent: true
@VDM.viewType: #BASIC
//@Search.searchable: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE,
#EXTRACTION_DATA_SOURCE,
#VALUE_HELP_PROVIDER,
#SEARCHABLE_ENTITY ]
@Analytics:{
dataExtraction: {
enabled: true
}
}
define view I_REIntegObjSpaceGroupType as
select from tivipiosgtype
association [0..*] to I_REIntegObjSpaceGroupTypeText as _Text on $projection.REIntegObjSpaceGroupType = _Text.REIntegObjSpaceGroupType
association [0..1] to I_REIntegObjectCategory as _REIntegObjectCategory on $projection.REIntegObjectCategory = _REIntegObjectCategory.REIntegObjectCategory
association [0..1] to I_RESpaceGroupDirection as _RESpaceGroupDirection on $projection.RESpaceGroupDirection = _RESpaceGroupDirection.RESpaceGroupDirection
association [0..1] to I_REIntegObjectReference as _REIntegObjectReference on $projection.REIntegObjectReference = _REIntegObjectReference.REIntegObjectReference
{
@ObjectModel.text.association: '_Text'
key tivipiosgtype.iosgtype as REIntegObjSpaceGroupType,
iocategory as REIntegObjectCategory,
iosgdirection as RESpaceGroupDirection,
ioreference as REIntegObjectReference,
_Text,
_REIntegObjectCategory,
_RESpaceGroupDirection,
_REIntegObjectReference
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TIVIPIOSGTYPE"
],
"ASSOCIATED":
[
"I_REINTEGOBJECTCATEGORY",
"I_REINTEGOBJECTREFERENCE",
"I_REINTEGOBJSPACEGROUPTYPETEXT",
"I_RESPACEGROUPDIRECTION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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