I_BPAddlSuplrWebsiteURLTP
BO view for Website URL of MLTAS Suppliers
I_BPAddlSuplrWebsiteURLTP is a Transactional CDS View that provides data about "BO view for Website URL of MLTAS Suppliers" in SAP S/4HANA. It reads from 3 data sources (I_BPMultipleAssignment, I_BPWebsiteURL, I_Supplier) and exposes 15 fields with key fields BusinessPartner, Supplier, AddressID, Person, OrdinalNumber. It has 2 associations to related views.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| I_BPMultipleAssignment | BPMultipleAssignment | inner |
| I_BPWebsiteURL | BPWebsiteURL | from |
| I_Supplier | Supplier | inner |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_BusinessPartnerTP | _BusinessPartner | $projection.BusinessPartner = _BusinessPartner.BusinessPartner |
| [1..1] | I_BPAdditionalSupplierTP | _BPAdditionalSupplier | $projection.BusinessPartner = _BPAdditionalSupplier.BusinessPartner and $projection.Supplier = _BPAdditionalSupplier.Supplier |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IBPADDSWEBURLTP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| ObjectModel.writeEnabled | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.writeDraftPersistence | BPADDSWEBURL_D | view | |
| ObjectModel.draftEnabled | true | view | |
| EndUserText.label | BO view for Website URL of MLTAS Suppliers | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | I_BPMultipleAssignment | BusinessPartner | |
| KEY | Supplier | I_Supplier | Supplier | |
| KEY | AddressID | I_BPWebsiteURL | AddressID | |
| KEY | Person | I_BPWebsiteURL | Person | |
| KEY | OrdinalNumber | I_BPWebsiteURL | OrdinalNumber | |
| KEY | ValidityStartDate | I_BPWebsiteURL | ValidityStartDate | |
| KEY | IsDefaultURLAddress | I_BPWebsiteURL | IsDefaultURLAddress | |
| SupplierName | I_Supplier | SupplierName | ||
| BPSupplierName | I_Supplier | BPSupplierName | ||
| SearchURLAddress | I_BPWebsiteURL | SearchURLAddress | ||
| AddressCommunicationRemarkText | _AddressCommunicationRemark | AddressCommunicationRemarkText | ||
| URLFieldLength | I_BPWebsiteURL | URLFieldLength | ||
| WebsiteURL | I_BPWebsiteURL | WebsiteURL | ||
| _BusinessPartner | _BusinessPartner | |||
| _BPAdditionalSupplier | _BPAdditionalSupplier |
@AbapCatalog.sqlViewName: 'IBPADDSWEBURLTP'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #TRANSACTIONAL
@ObjectModel.writeEnabled: true
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.writeDraftPersistence: 'BPADDSWEBURL_D'
@ObjectModel.draftEnabled:true
@EndUserText.label: 'BO view for Website URL of MLTAS Suppliers'
@ObjectModel.semanticKey: ['BusinessPartner', 'Supplier', 'AddressID', 'Person', 'OrdinalNumber' ]
@ObjectModel.createEnabled
@ObjectModel.updateEnabled
@ObjectModel.deleteEnabled
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XXL
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
define view I_BPAddlSuplrWebsiteURLTP as select from I_BPWebsiteURL as BPWebsiteURL inner join I_BPMultipleAssignment as BPMultipleAssignment on BPWebsiteURL.AddressID = BPMultipleAssignment.AddressNumber inner join I_Supplier as Supplier on BPMultipleAssignment.BPObjectID = Supplier.Supplier
association [1..1] to I_BusinessPartnerTP as _BusinessPartner on $projection.BusinessPartner = _BusinessPartner.BusinessPartner
association [1..1] to I_BPAdditionalSupplierTP as _BPAdditionalSupplier on $projection.BusinessPartner = _BPAdditionalSupplier.BusinessPartner
and $projection.Supplier = _BPAdditionalSupplier.Supplier
{
key BPMultipleAssignment.BusinessPartner,
key Supplier.Supplier as Supplier,
key BPWebsiteURL.AddressID,
key BPWebsiteURL.Person,
key BPWebsiteURL.OrdinalNumber,
key BPWebsiteURL.ValidityStartDate,
key BPWebsiteURL.IsDefaultURLAddress,
Supplier.SupplierName,
// For field length increment
Supplier.BPSupplierName,
BPWebsiteURL.SearchURLAddress,
_AddressCommunicationRemark.AddressCommunicationRemarkText,
BPWebsiteURL.URLFieldLength,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
BPWebsiteURL.WebsiteURL,
@ObjectModel.association.type: [ #TO_COMPOSITION_ROOT ]
_BusinessPartner,
@ObjectModel.association.type: [ #TO_COMPOSITION_PARENT ]
_BPAdditionalSupplier
}
where BPMultipleAssignment.IsStandardAssignment <> 'X' and BPMultipleAssignment.BPAssignmentCategory = 'SUPPL'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ADDRESSCOMMUNICATIONREMARK",
"I_BPMULTIPLEASSIGNMENT",
"I_BPWEBSITEURL",
"I_SUPPLIER"
],
"ASSOCIATED":
[
"I_BPADDITIONALSUPPLIERTP",
"I_BUSINESSPARTNERTP"
],
"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