I_BPIdentificationTypeText
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)
| Source | Alias | Join Type |
|---|---|---|
| tb039b | tb039b | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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