SADL_V_AUNIT_INTERFACE
Unit Test CDS View Level: Interface
SADL_V_AUNIT_INTERFACE is a CDS View that provides data about "Unit Test CDS View Level: Interface" in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 6 fields with key field NodeKey.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| snwd_so | snwd_so | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADL_V_AUNIT_I | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Unit Test CDS View Level: Interface | view | |
| Metadata.allowExtensions | true | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | NodeKey | node_key | ||
| SoId | so_id | |||
| CreatedBy | created_by | |||
| CreatedAt | created_at | |||
| ChangedBy | changed_by | |||
| ChangedAt | changed_at |
@AbapCatalog.sqlViewName: 'SADL_V_AUNIT_I'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Unit Test CDS View Level: Interface'
@Metadata.allowExtensions: true
define view SADL_V_AUNIT_INTERFACE as select from snwd_so {
key node_key as NodeKey,
so_id as SoId,
@Consumption.semanticObject: 'CDS_INTERFACE'
created_by as CreatedBy,
created_at as CreatedAt,
changed_by as ChangedBy,
changed_at as ChangedAt,
@Consumption.semanticObject: 'CDS_INTERFACE_ONLY'
'' as interface_element,
'' as interface_element_mde
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SNWD_SO"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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