I_BuPaIdentificationType

DDL: I_BUPAIDENTIFICATIONTYPE SQL: BUPA_ID_TYPE Type: view BASIC

CDS View for BP Identification Types

I_BuPaIdentificationType is a Basic CDS View that provides data about "CDS View for BP Identification Types" in SAP S/4HANA. It reads from 1 data source (tb039a) and exposes 5 fields with key field BPIdentificationType.

Data Sources (1)

SourceAliasJoin Type
tb039a tb039a from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName BUPA_ID_TYPE view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.sapObjectNodeType.name BPIdentificationType view
ObjectModel.representativeKey BPIdentificationType view
EndUserText.label CDS View for BP Identification Types view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BPIdentificationType type
BPIdentificationCategory category
IsBPPerson xperson
IsBPOrganization xorganisation
IsBPGroup xgroup
@AbapCatalog.sqlViewName: 'BUPA_ID_TYPE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.sapObjectNodeType.name: 'BPIdentificationType'
@ObjectModel.representativeKey: 'BPIdentificationType'
@EndUserText.label: 'CDS View for BP Identification Types'
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #MASTER

define view I_BuPaIdentificationType as select from tb039a {
 key type as BPIdentificationType,
 category as BPIdentificationCategory,
 xperson as IsBPPerson,
 xorganisation as IsBPOrganization,
 xgroup as IsBPGroup
    
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TB039A"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/