C_BPTextObjectTypeVH

DDL: C_BPTEXTOBJECTTYPEVH SQL: CBPOBJTXTYPVH Type: view CONSUMPTION

BP Text Object Type VH

C_BPTextObjectTypeVH is a Consumption CDS View that provides data about "BP Text Object Type VH" in SAP S/4HANA. It reads from 1 data source (I_TextObjectType) and exposes 3 fields with key fields TextObjectType, TextObjectCategory. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_TextObjectType I_TextObjectType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_TextObjectTypeText _TextObjectTypeText $projection.TextObjectType = _TextObjectTypeText.TextObjectType and $projection.TextObjectCategory = _TextObjectTypeText.TextObjectCategory

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CBPOBJTXTYPVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TextObjectType view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label BP Text Object Type VH view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY TextObjectType I_TextObjectType TextObjectType
KEY TextObjectCategory I_TextObjectType TextObjectCategory
_TextObjectTypeText _TextObjectTypeText
@AbapCatalog.sqlViewName: 'CBPOBJTXTYPVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TextObjectType'
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER

@EndUserText.label: 'BP Text Object Type VH'

define view C_BPTextObjectTypeVH as select from I_TextObjectType

association [0..*] to I_TextObjectTypeText as _TextObjectTypeText on  $projection.TextObjectType     = _TextObjectTypeText.TextObjectType
                                                                    and $projection.TextObjectCategory = _TextObjectTypeText.TextObjectCategory
{
    @Search.defaultSearchElement: true
    @Search.fuzzinessThreshold: 0.8
    @Search.ranking: #HIGH
    @ObjectModel.text.association: '_TextobjectTypeText'
    key I_TextObjectType.TextObjectType,
    @Consumption.hidden: true
    @Consumption.filter.hidden: true
    key I_TextObjectType.TextObjectCategory,
    _TextObjectTypeText   
} where I_TextObjectType.TextObjectCategory = 'BUT000'