I_BusPartSupplementName
View shows the Business Partner Supplement
I_BusPartSupplementName is a Basic CDS View that provides data about "View shows the Business Partner Supplement" in SAP S/4HANA. It reads from 1 data source (tsad5) and exposes 3 fields with key field BusinessPartnerSupplementName. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tsad5 | tsad5 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BusPartSuplmntNameText | _Text | $projection.BusinessPartnerSupplementName = _Text.BusinessPartnerSupplementName |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPSUPPLNAME | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.representativeKey | BusinessPartnerSupplementName | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| EndUserText.label | View shows the Business Partner Supplement | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartnerSupplementName | title_key | ||
| BusPartSupplementNameText | title_text | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IBPSUPPLNAME'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'BusinessPartnerSupplementName'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.resultSet.sizeCategory: #XS
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@EndUserText.label: 'View shows the Business Partner Supplement'
define view I_BusPartSupplementName
as select from tsad5
association [0..*] to I_BusPartSuplmntNameText as _Text on $projection.BusinessPartnerSupplementName = _Text.BusinessPartnerSupplementName
{
@ObjectModel.text.element: ['BusPartSupplementNameText']
key title_key as BusinessPartnerSupplementName,
title_text as BusPartSupplementNameText,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TSAD5"
],
"ASSOCIATED":
[
"I_BUSPARTSUPLMNTNAMETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"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