I_OwnerInterestType

DDL: I_OWNERINTERESTTYPE SQL: IPVOWNINTTYP Type: view BASIC Package: OIU_VDM_CDS

Owner Interest Type

I_OwnerInterestType is a Basic CDS View (Dimension) that provides data about "Owner Interest Type" in SAP S/4HANA. It reads from 1 data source (oiu_cm_pintty) and exposes 3 fields with key field OwnerInterestType. It has 1 association to related views. It is exposed through 2 OData services (UI_INTERESTDETAILSDATAMANAGE, UI_INTRSTOWNRDETSDATAMANAGE). Part of development package OIU_VDM_CDS.

Data Sources (1)

SourceAliasJoin Type
oiu_cm_pintty oiu_cm_pintty from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_OwnerInterestTypeText _Text $projection.OwnerInterestType = _Text.OwnerInterestType

Annotations (15)

NameValueLevelField
EndUserText.label Owner Interest Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPVOWNINTTYP view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey OwnerInterestType view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view
ObjectModel.sapObjectNodeType.name PRAOwnerInterestType view

OData Services (2)

ServiceBindingVersionContractRelease
UI_INTERESTDETAILSDATAMANAGE UI_INTRSTDETAILSDATAMANAGE V2 C1 NOT_RELEASED
UI_INTRSTOWNRDETSDATAMANAGE UI_INTRSTOWNRDETSMANAGE V2 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY OwnerInterestType own_int_type_cd
OwnerInterestCategory int_cat_cd
_Text _Text
@EndUserText.label: 'Owner Interest Type'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPVOWNINTTYP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true 
@ObjectModel.representativeKey: 'OwnerInterestType'

@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION , #SQL_DATA_SOURCE , #CDS_MODELING_DATA_SOURCE , #CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MASTER

@Search.searchable: true
@ObjectModel.sapObjectNodeType.name: 'PRAOwnerInterestType'
define view I_OwnerInterestType
  as select from oiu_cm_pintty
  association [0..*] to I_OwnerInterestTypeText as _Text on $projection.OwnerInterestType = _Text.OwnerInterestType
{
  @ObjectModel.text.association: '_Text'
  @Search                         : {ranking: #HIGH, defaultSearchElement: true, fuzzinessThreshold: 0.8}  
  key own_int_type_cd     as OwnerInterestType,
      int_cat_cd          as OwnerInterestCategory,
      _Text
}