SADL_V_AUnit_View_Parameters
Minimal view for parameter metadata test
SADL_V_AUnit_View_Parameters is a CDS View that provides data about "Minimal view for parameter metadata test" in SAP S/4HANA. It reads from 1 data source (sadl_rs_so_root) and exposes 3 fields with key field id. Part of development package SADL_CDS_EXPOSURE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sadl_rs_so_root | dummy | from |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| p_CharParamInMixedCase | char40 | |
| p_language | sylangu |
Annotations (3)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADLVAVIEWPARAMS | view | |
| EndUserText.label | Minimal view for parameter metadata test | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | id | sadl_rs_so_root | id | |
| InputCharParam | ||||
| InputLanguageParam |
@AbapCatalog.sqlViewName: 'SADLVAVIEWPARAMS'
@EndUserText.label: 'Minimal view for parameter metadata test'
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view SADL_V_AUnit_View_Parameters
with parameters
p_CharParamInMixedCase : char40,
@Consumption.hidden: true
@Environment.systemField: #SYSTEM_LANGUAGE
p_language : sylangu
as select from sadl_rs_so_root as dummy
{
key dummy.id,
$parameters.p_CharParamInMixedCase as InputCharParam,
$parameters.p_language as InputLanguageParam
}
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