I_BuPaIdentificationType
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)
| Source | Alias | Join Type |
|---|---|---|
| tb039a | tb039a | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA