P_ISU_EL_VERSION_BR
P_ISU_EL_VERSION_BR is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (tisu_el_vers_br) and exposes 11 fields with key fields header_id, version. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tisu_el_vers_br | Version | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | P_ISU_EL_HEADER_BR | _Header | _Header.header_id = $projection.header_id |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPELVERSIONBR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | header_id | tisu_el_vers_br | header_id | Stress Test: GUID |
| KEY | version | tisu_el_vers_br | version | XML Vers. |
| begin_loss | tisu_el_vers_br | begin_loss | Billing Period | |
| total_amount | tisu_el_vers_br | total_amount | Total Amount | |
| currency | tisu_el_vers_br | currency | Valuation Crcy | |
| created_by | tisu_el_vers_br | created_by | Version Created By | |
| created_on | tisu_el_vers_br | created_on | Variant created on | |
| changed_by | tisu_el_vers_br | changed_by | User Name | |
| changed_on | tisu_el_vers_br | changed_on | Variant Changed on | |
| CAAuthorizationGroup | _Header | CAAuthorizationGroup | AuthorizGroup | |
| _Header | _Header |
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 P_ISU_EL_VERSION_BR.
-- 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: IPELVERSIONBR
CREATE VIEW P_ISU_EL_VERSION_BR AS
SELECT
Version.header_id AS header_id,
Version.version AS version,
Version.begin_loss AS begin_loss,
Version.total_amount AS total_amount,
Version.currency AS currency,
Version.created_by AS created_by,
Version.created_on AS created_on,
Version.changed_by AS changed_by,
Version.changed_on AS changed_on,
_Header.CAAuthorizationGroup AS CAAuthorizationGroup
FROM tisu_el_vers_br AS Version
LEFT OUTER JOIN P_ISU_EL_HEADER_BR AS _Header ON _Header.header_id = header_id -- 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