Sadl_V_Exp_SO_UI
CDS View Testing UI Annotations
Sadl_V_Exp_SO_UI is a Basic CDS View that provides data about "CDS View Testing UI Annotations" in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 14 fields with key field SalesOrder.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| snwd_so | snwd_so | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADL_V_E_SOUI | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | CDS View Testing UI Annotations | view | |
| Search.searchable | true | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.transactionalProcessingEnabled | true | view | |
| ObjectModel.writeActivePersistence | SADL_V_E_SOUI | view | |
| VDM.viewType | #BASIC | view | |
| UI.selectionVariant.text | Selection Variant 1 | view | |
| UI.selectionVariant.filter | CurrencyCode = "EUR" AND NetAmount between "100.50" AND "5000.50" and DeliveryStatus = "D" and LastChangedDateTime > "20160101000000.0000000" | view | |
| UI.textArrangement | #TEXT_ONLY | view | |
| OData.publish | true | view | |
| OData.entitySet.name | ExpSalesOrder | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SalesOrder | snwd_so | so_id | Sales Order ID |
| CurrencyCode | snwd_so | currency_code | Currency Code | |
| CurrencyText | ||||
| GrossAmount | snwd_so | gross_amount | Customer Name | |
| NetAmount | snwd_so | net_amount | Tax-Exclusive Amount | |
| TaxAmount | snwd_so | tax_amount | VAT Amount Type | |
| LifecycleStatus | snwd_so | lifecycle_status | Status | |
| BillingStatus | snwd_so | billing_status | SO Confirmation | |
| DeliveryStatus | snwd_so | delivery_status | SO Ordering | |
| OpportunityID | snwd_so | op_id | Opportunity ID | |
| CreationDateTime | snwd_so | created_at | Uploaded On | |
| LastChangedDateTime | snwd_so | changed_at | Timestamp | |
| dummy | snwd_so | dummy | Single-Character Flag | |
| bp_guid | snwd_so | buyer_guid | Node Key |
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 Sadl_V_Exp_SO_UI.
-- 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: SADL_V_E_SOUI
CREATE VIEW Sadl_V_Exp_SO_UI AS
SELECT
snwd_so.so_id AS SalesOrder,
snwd_so.currency_code AS CurrencyCode,
'CurrText' AS CurrencyText,
snwd_so.gross_amount AS GrossAmount,
snwd_so.net_amount AS NetAmount,
snwd_so.tax_amount AS TaxAmount,
snwd_so.lifecycle_status AS LifecycleStatus,
snwd_so.billing_status AS BillingStatus,
snwd_so.delivery_status AS DeliveryStatus,
snwd_so.op_id AS OpportunityID,
snwd_so.created_at AS CreationDateTime,
snwd_so.changed_at AS LastChangedDateTime,
snwd_so.dummy AS dummy,
snwd_so.buyer_guid AS bp_guid
FROM snwd_so
;
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