C_SADL_V_EXP_TEST_VH_Def
Sadl Vocan Test View: UIHidden for Param
C_SADL_V_EXP_TEST_VH_Def is a CDS View that provides data about "Sadl Vocan Test View: UIHidden for Param" in SAP S/4HANA. It reads from 1 data source (snwd_so) and exposes 8 fields with key field salesOrderKey.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| snwd_so | so | from |
Parameters (2)
| Name | Type | Default |
|---|---|---|
| P_ExchangeRateType | kurst_curr | |
| P_DisplayCurrency | bwaer_curv |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SADLTEST_PARAM | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Sadl Vocan Test View: UIHidden for Param | view | |
| OData.publish | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | salesOrderKey | node_key | ||
| salesOrderId | so_id | |||
| changedAt | changed_at | |||
| createdAt | created_at | |||
| currencyCode | currency_code | |||
| grossAmount | gross_amount | |||
| ExchangeRate | ||||
| DisplCurrency |
@AbapCatalog.sqlViewName: 'SADLTEST_PARAM'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Sadl Vocan Test View: UIHidden for Param'
@OData.publish: true
define view C_SADL_V_EXP_TEST_VH_Def
with parameters
-- @Consumption.hidden: true
P_ExchangeRateType : kurst_curr, --EURO
@UI.hidden: true
-- @Consumption.hidden: true
P_DisplayCurrency : bwaer_curv --EUR
as select from snwd_so as so
{
key node_key as salesOrderKey,
@UI.selectionField.position:20
@UI.lineItem.position: 10
so_id as salesOrderId,
changed_at as changedAt,
created_at as createdAt,
@UI.lineItem.position: 20
currency_code as currencyCode,
@UI.lineItem.position: 30
gross_amount as grossAmount,
@UI.selectionField.position:30
$parameters.P_ExchangeRateType as ExchangeRate,
$parameters.P_DisplayCurrency as DisplCurrency
//
// _ExchangeRateType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SNWD_SO"
],
"ASSOCIATED":
[],
"BASE":
[],
"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