I_BPIdentificationTypeText

DDL: I_BPIDENTIFICATIONTYPETEXT SQL: BPID_TYPE_TEXT Type: view BASIC

CDS View for Business Partner Identification Types: Texts

I_BPIdentificationTypeText is a Basic CDS View that provides data about "CDS View for Business Partner Identification Types: Texts" in SAP S/4HANA. It reads from 1 data source (tb039b) and exposes 3 fields with key fields BusinessPartnerLanguage, BPIdentificationType.

Data Sources (1)

SourceAliasJoin Type
tb039b tb039b from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName BPID_TYPE_TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey BPIdentificationType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
EndUserText.label CDS View for Business Partner Identification Types: Texts view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartnerLanguage spras
KEY BPIdentificationType type
BPIdentificationTypeText text
@AbapCatalog.sqlViewName: 'BPID_TYPE_TEXT'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm : #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'BPIdentificationType'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@EndUserText.label: 'CDS View for Business Partner Identification Types: Texts'
define view I_BPIdentificationTypeText as select from tb039b {
    key spras as BusinessPartnerLanguage,
    key type as  BPIdentificationType,
    text as BPIdentificationTypeText
}