SRF_RUVATReturnHelperSec2_V1
SRF_RUVATReturnHelperSec2_V1 is a CDS View in SAP S/4HANA. It reads from 1 data source (I_SAPClient) and exposes 4 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SAPClient | I_SAPClient | from |
Parameters (4)
| Name | Type | Default |
|---|---|---|
| P_S2Line060 | hwste | |
| P_S2Line080 | hwste | |
| P_S2Line090 | hwste | |
| P_S2Line100 | hwste |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | SRFRUVATHELPS2V1 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_ALLOWED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #P | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| S2Line060 | ||||
| S2Line080 | ||||
| S2Line090 | ||||
| S2Line100 |
@AbapCatalog.sqlViewName: 'SRFRUVATHELPS2V1'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_ALLOWED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.serviceQuality: #P
define view SRF_RUVATReturnHelperSec2_V1
with parameters
P_S2Line060 : hwste,
P_S2Line080 : hwste,
P_S2Line090 : hwste,
P_S2Line100 : hwste
as select from I_SAPClient
{
division($parameters.P_S2Line060, 1, 0) as S2Line060,
division($parameters.P_S2Line080, 1, 0) as S2Line080,
division($parameters.P_S2Line090, 1, 0) as S2Line090,
division($parameters.P_S2Line100, 1, 0) as S2Line100
}
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