I_REPartnerRoleType

DDL: I_REPARTNERROLETYPE SQL: IREBPROLETYPE Type: view BASIC Package: VDM_RE_BP

Real Estate BP Role Type

I_REPartnerRoleType is a Basic CDS View that provides data about "Real Estate BP Role Type" in SAP S/4HANA. It reads from 1 data source (tivbpsubrole) and exposes 3 fields with key fields BusinessPartnerRole, REPartnerRoleType. It has 1 association to related views. Part of development package VDM_RE_BP.

Data Sources (1)

SourceAliasJoin Type
tivbpsubrole tivbpsubrole from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_REPartnerRoleTypeText _Text $projection.BusinessPartnerRole = _Text.BusinessPartnerRole and $projection.REPartnerRoleType = _Text.REPartnerRoleType

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName IREBPROLETYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Real Estate BP Role Type view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerRole role
KEY REPartnerRoleType subrole
_Text _Text
@AbapCatalog.sqlViewName: 'IREBPROLETYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Real Estate BP Role Type'

//@Analytics:{

//    dataCategory: #DIMENSION,

//    internalName: #LOCAL,

//    dataExtraction: {

//        enabled: true

//        delta.changeDataCapture: {

//        automatic: true

//        }

//    }

//}


@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M

@ObjectModel.representativeKey: ['BusinessPartnerRole', 'REPartnerRoleType' ]
@ObjectModel.semanticKey: ['BusinessPartnerRole', 'REPartnerRoleType' ]

@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE


define view I_REPartnerRoleType as select from tivbpsubrole
association [0..*] to I_REPartnerRoleTypeText as _Text on $projection.BusinessPartnerRole = _Text.BusinessPartnerRole
                                                       and $projection.REPartnerRoleType = _Text.REPartnerRoleType
{
        @ObjectModel.text.association: '_Text'
        key role as BusinessPartnerRole,
        @ObjectModel.text.association: '_Text'
        key subrole as REPartnerRoleType,

    _Text
}