I_BusPartWebsiteURLTP_2
Transactional View for BP Website with RAP
I_BusPartWebsiteURLTP_2 is a Transactional CDS View that provides data about "Transactional View for BP Website with RAP" in SAP S/4HANA. It reads from 1 data source (I_BPWebsiteURL_2) and exposes 26 fields with key fields BusinessPartner, AddressNumber, Person, OrdinalNumber. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BPWebsiteURL_2 | I_BPWebsiteURL_2 | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_BusinessPartnerTP_2 | _BusinessPartner | $projection.BusinessPartner = _BusinessPartner.BusinessPartner |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| EndUserText.label | Transactional View for BP Website with RAP | view |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | BusinessPartner | Issuing Authority | |
| KEY | AddressNumber | AddressID | Ship-to address | |
| KEY | Person | Person | Person/ Farm/ Field | |
| KEY | OrdinalNumber | OrdinalNumber | Sequence Number | |
| OrdinalNumberForEdit | OrdinalNumber | Sequence Number | ||
| IsDefaultURLAddress | IsDefaultURLAddress | Standard addr. | ||
| SearchURLAddress | SearchURLAddress | URI address | ||
| URLFieldLength | URLFieldLength | URI length | ||
| WebsiteURL | WebsiteURL | URI | ||
| DataControllerSet | _BusinessPartner | DataControllerSet | Data Ctrlr. Set | |
| DataController1 | _BusinessPartner | DataController1 | Data Controller | |
| DataController2 | _BusinessPartner | DataController2 | Data Controller | |
| DataController3 | _BusinessPartner | DataController3 | Data Controller | |
| DataController4 | _BusinessPartner | DataController4 | Data Controller | |
| DataController5 | _BusinessPartner | DataController5 | Data Controller | |
| DataController6 | _BusinessPartner | DataController6 | Data Controller | |
| DataController7 | _BusinessPartner | DataController7 | Data Controller | |
| DataController8 | _BusinessPartner | DataController8 | Data Controller | |
| DataController9 | _BusinessPartner | DataController9 | Data Controller | |
| DataController10 | _BusinessPartner | DataController10 | Data Controller | |
| _BusinessPartner | _BusinessPartner | |||
| _BusinessPartnerAddress | _BusinessPartnerAddress | |||
| _BPProtectedAddress | _BPProtectedAddress | |||
| AuthorizationGroup | _BusinessPartner | AuthorizationGroup | AuthorizGroup | |
| IsBusinessPurposeCompleted | _BusinessPartner | IsBusinessPurposeCompleted | Purpose Completed | |
| _AuthorizationGroup | _BusinessPartner | _AuthorizationGroup |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_BusPartWebsiteURLTP_2.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IBUPAWEBURLTP2
CREATE VIEW I_BusPartWebsiteURLTP_2 AS
SELECT
BusinessPartner,
AddressID AS AddressNumber,
Person,
OrdinalNumber,
OrdinalNumber AS OrdinalNumberForEdit,
IsDefaultURLAddress,
SearchURLAddress,
URLFieldLength,
WebsiteURL,
_BusinessPartner.DataControllerSet AS DataControllerSet,
_BusinessPartner.DataController1 AS DataController1,
_BusinessPartner.DataController2 AS DataController2,
_BusinessPartner.DataController3 AS DataController3,
_BusinessPartner.DataController4 AS DataController4,
_BusinessPartner.DataController5 AS DataController5,
_BusinessPartner.DataController6 AS DataController6,
_BusinessPartner.DataController7 AS DataController7,
_BusinessPartner.DataController8 AS DataController8,
_BusinessPartner.DataController9 AS DataController9,
_BusinessPartner.DataController10 AS DataController10,
_BusinessPartner.AuthorizationGroup AS AuthorizationGroup,
_BusinessPartner.IsBusinessPurposeCompleted AS IsBusinessPurposeCompleted,
_BusinessPartner._AuthorizationGroup AS _AuthorizationGroup
FROM I_BPWebsiteURL_2
LEFT OUTER JOIN I_BusinessPartnerTP_2 AS _BusinessPartner ON BusinessPartner = _BusinessPartner.BusinessPartner -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA