R_SuplrListBusPartnerDetails
Business Partner Details for Suplr List
R_SuplrListBusPartnerDetails is a Basic CDS View that provides data about "Business Partner Details for Suplr List" in SAP S/4HANA. It reads from 1 data source (I_Supplier) and exposes 23 fields with key field Supplier. It has 6 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Supplier | _Supplier | from |
Associations (6)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CountryText | _CountryText | $projection.Country = _CountryText.Country and _CountryText.Language = $session.system_language |
| [1..1] | I_SupplierToBusinessPartner | _SupplierToBusinessPartner | $projection.Supplier = _SupplierToBusinessPartner.Supplier |
| [1..1] | I_Address_2 | _Address | $projection.AddressID = _Address.AddressID and _Address.AddressPersonID = '' and _Address.AddressRepresentationCode = '' |
| [0..1] | I_RegionText | _RegionText | $projection.Region = _RegionText.Region and $projection.Country = _RegionText.Country and _RegionText.Language = $session.system_language |
| [0..1] | I_SuplrListSuplrCountryGroup | _SuplrListSuplrCountryGroup | $projection.Country = _SuplrListSuplrCountryGroup.Country |
| [0..1] | I_SupplierAccountGroupText | _AccountGroupText | $projection.SupplierAccountGroup = _AccountGroupText.SupplierAccountGroup and _AccountGroupText.Language = $session.system_language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Search.searchable | true | view | |
| EndUserText.label | Business Partner Details for Suplr List | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| AbapCatalog.sqlViewName | RSUPLRLBPDET | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.representativeKey | Supplier | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Supplier | Supplier | ||
| BusinessPartner | ||||
| BusinessPartnerUUID | _SupplierToBusinessPartner | BusinessPartnerUUID | ||
| SupplierName | SupplierName | |||
| BusinessPartnerIsBlocked | ||||
| AddressID | AddressID | |||
| Country | I_Supplier | Country | ||
| Region | I_Supplier | Region | ||
| FirstName | ||||
| LastName | ||||
| OrganizationBPName1 | OrganizationBPName1 | |||
| OrganizationBPName2 | OrganizationBPName2 | |||
| OrganizationBPName3 | ||||
| OrganizationBPName4 | ||||
| SupplierCountryGroup | _SuplrListSuplrCountryGroup | SupplierCountryGroup | ||
| AuthorizationGroup | AuthorizationGroup | |||
| SupplierAccountGroup | SupplierAccountGroup | |||
| _Address | _Address | |||
| _RegionText | _RegionText | |||
| _SuplrListSuplrCountryGroup | _SuplrListSuplrCountryGroup | |||
| _CountryText | _CountryText | |||
| _AccountGroupText | _AccountGroupText | |||
| _SupplierToBusinessPartner | _SupplierToBusinessPartner |
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API
@Search.searchable: true
@EndUserText.label: 'Business Partner Details for Suplr List'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@AbapCatalog.sqlViewName: 'RSUPLRLBPDET'
@AbapCatalog.compiler.compareFilter:true
@ObjectModel:{
usageType.dataClass: #TRANSACTIONAL,
usageType.serviceQuality: #C,
usageType.sizeCategory: #L
}
@ObjectModel.semanticKey: ['Supplier']
@ObjectModel.representativeKey: 'Supplier'
@ObjectModel.dataCategory: #VALUE_HELP
@AccessControl.privilegedAssociations: ['_Address']
define root view R_SuplrListBusPartnerDetails
as select from I_Supplier as _Supplier
// association [0..*] to I_BusinessPartnerSuplrCo as _BusinessPartnerSuplrCo on $projection.Supplier = _BusinessPartnerSuplrCo.Supplier
// association [1..1] to I_Supplier_to_BusinessPartner as _Supplier_to_BusinessPartner on $projection.Supplier = _Supplier_to_BusinessPartner.Supplier
association [1..1] to I_CountryText as _CountryText on $projection.Country = _CountryText.Country
and _CountryText.Language = $session.system_language
association [1..1] to I_SupplierToBusinessPartner as _SupplierToBusinessPartner on $projection.Supplier = _SupplierToBusinessPartner.Supplier
association [1..1] to I_Address_2 as _Address on $projection.AddressID = _Address.AddressID
and _Address.AddressPersonID = ''
and _Address.AddressRepresentationCode = ''
association [0..1] to I_RegionText as _RegionText on $projection.Region = _RegionText.Region
and $projection.Country = _RegionText.Country
and _RegionText.Language = $session.system_language
association [0..1] to I_SuplrListSuplrCountryGroup as _SuplrListSuplrCountryGroup on $projection.Country = _SuplrListSuplrCountryGroup.Country
association [0..1] to I_SupplierAccountGroupText as _AccountGroupText on $projection.SupplierAccountGroup = _AccountGroupText.SupplierAccountGroup
and _AccountGroupText.Language = $session.system_language
{
@ObjectModel.text.element: [ 'SupplierName' ]
@Search: { defaultSearchElement: true, ranking: #HIGH }
key Supplier,
@ObjectModel.text.element: [ 'OrganizationBPName1' ]
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
_SupplierToBusinessPartner._BusinessPartner.BusinessPartner,
// _BusinessPartnerSuplrCo.CompanyCode,
_SupplierToBusinessPartner.BusinessPartnerUUID,
@Semantics.text: true
SupplierName,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
_SupplierToBusinessPartner._BusinessPartner.BusinessPartnerIsBlocked,
AddressID,
// @ObjectModel.text.association: '_CountryText'
_Supplier.Country,
// @ObjectModel.text.association: '_RegionText'
_Supplier.Region,
//_Address.County,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
_SupplierToBusinessPartner._BusinessPartner.FirstName,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
_SupplierToBusinessPartner._BusinessPartner.LastName,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
@Semantics.text: true
OrganizationBPName1,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
OrganizationBPName2,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
_SupplierToBusinessPartner._BusinessPartner.OrganizationBPName3,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.7 }
_SupplierToBusinessPartner._BusinessPartner.OrganizationBPName4,
//Supplier.PurchasingIsBlocked,
_SuplrListSuplrCountryGroup.SupplierCountryGroup,
AuthorizationGroup,
SupplierAccountGroup,
_Address,
_RegionText,
_SuplrListSuplrCountryGroup,
// @ObjectModel.association.type: [#TO_COMPOSITION_CHILD] //compositional relationship to text view
_CountryText,
_AccountGroupText,
// _Supplier_to_BusinessPartner,//to be removed
_SupplierToBusinessPartner
}
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