I_BusPartDataOriginTypeText
BP Data Origin Type Descriptions
I_BusPartDataOriginTypeText is a Basic CDS View that provides data about "BP Data Origin Type Descriptions" in SAP S/4HANA. It reads from 1 data source (tb006) and exposes 3 fields with key fields Language, BusinessPartnerDataOriginType. Part of development package MDC_BUPA_BO.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tb006 | tb006 | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | BUPA_ORIGINTYPET | view | |
| VDM.viewType | #BASIC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BusinessPartnerDataOriginType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | BP Data Origin Type Descriptions | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | BusinessPartnerDataOriginType | source | ||
| BusPartDataOriginTypeText | textshort | Description |
@AbapCatalog.sqlViewName: 'BUPA_ORIGINTYPET'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'BusinessPartnerDataOriginType'
@ObjectModel.dataCategory:#TEXT
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'BP Data Origin Type Descriptions'
define view I_BusPartDataOriginTypeText
as select from tb006
{
@Semantics.language: true
key spras as Language,
key source as BusinessPartnerDataOriginType,
@Semantics.text: true
@EndUserText.label: 'Description'
textshort as BusPartDataOriginTypeText
// textlong
}
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