SADL_V_HIDDEN_PARAM_NAMED_SET
Renamed entity set with hidden parameter
SADL_V_HIDDEN_PARAM_NAMED_SET is a CDS View that provides data about "Renamed entity set with hidden parameter" in SAP S/4HANA. It reads from 1 data source (sadl_rs_so_root) and exposes 2 fields with key fields id, sy_langu.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| sadl_rs_so_root | sadl_rs_so_root | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| p_language | sylangu |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADLVHIDPRMRENMD | view | |
| EndUserText.label | Renamed entity set with hidden parameter | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| OData.entitySet.name | RenamedSetWithHiddenParameter | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | id | id | ||
| KEY | sy_langu |
@AbapCatalog.sqlViewName: 'SADLVHIDPRMRENMD'
@EndUserText.label: 'Renamed entity set with hidden parameter'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@OData.entitySet.name: 'RenamedSetWithHiddenParameter' //The AUnit test on this view injects a different entity set name, though.
define view SADL_V_HIDDEN_PARAM_NAMED_SET
with parameters
@Consumption.hidden: true
@Environment.systemField: #SYSTEM_LANGUAGE
p_language : sylangu
as select from sadl_rs_so_root
{
key id,
key $parameters.p_language as sy_langu
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SADL_RS_SO_ROOT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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