I_PropertyClass

DDL: I_PROPERTYCLASS SQL: IFIPROPCLASS Type: view BASIC

Property Class

I_PropertyClass is a Basic CDS View (Dimension) that provides data about "Property Class" in SAP S/4HANA. It reads from 1 data source (t092) and exposes 2 fields with key field PropertyClass. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t092 t092 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_PropertyClassText _Text $projection.PropertyClass = _Text.PropertyClass

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IFIPROPCLASS view
Analytics.dataCategory #DIMENSION view
EndUserText.label Property Class view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PropertyClass view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PropertyClass t092 vmgli
_Text _Text
@AbapCatalog.sqlViewName: 'IFIPROPCLASS'
@Analytics: {dataCategory: #DIMENSION }
@EndUserText.label: 'Property Class'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: { representativeKey: 'PropertyClass',
                usageType.serviceQuality: #A,
                usageType.sizeCategory: #S,
                usageType.dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true

define view I_PropertyClass
  as select from t092
  association [0..*] to I_PropertyClassText as _Text on $projection.PropertyClass = _Text.PropertyClass
{
      @ObjectModel.text.association: '_Text'
  key t092.vmgli as PropertyClass,
      _Text

} 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"T092"
],
"ASSOCIATED":
[
"I_PROPERTYCLASSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/