SADL_V_Aunit_Entity_Control
CDS unit tests: Entity control 1
SADL_V_Aunit_Entity_Control is a CDS View that provides data about "CDS unit tests: Entity control 1" in SAP S/4HANA. It reads from 1 data source (tcurt) and exposes 1 field. Part of development package SADL_CDS_EXPOSURE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tcurt | tcurt | from |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADLVENTITYCTRL1 | view | |
| EndUserText.label | CDS unit tests: Entity control 1 | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.createEnabled | true | view | |
| ObjectModel.deleteEnabled | EXTERNAL_CALCULATION | view |
Fields (1)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| dummy | 1 |
@AbapCatalog.sqlViewName: 'SADLVENTITYCTRL1'
@EndUserText.label: 'CDS unit tests: Entity control 1'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.createEnabled: true
@ObjectModel.deleteEnabled: 'EXTERNAL_CALCULATION'
@ObjectModel.updateEnabled
define view SADL_V_Aunit_Entity_Control as select from tcurt
{
1 as dummy
}
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