P_CostLevelText
P_CostLevelText is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (fcoc_sc_levelt) and exposes 4 fields with key fields ServiceCostLevel, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fcoc_sc_levelt | fcoc_sc_levelt | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.private | true | view | |
| AbapCatalog.sqlViewName | PCOSTLEVELTXT | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ServiceCostLevel | srv_cost_level | ||
| KEY | Language | langu | ||
| Name | name | |||
| _Language | _Language |
@VDM.private: true
@AbapCatalog.sqlViewName: 'PCOSTLEVELTXT'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
define view P_CostLevelText as select from fcoc_sc_levelt
association[0..1] to I_Language as _Language on langu = _Language.Language
{
key srv_cost_level as ServiceCostLevel,
@Semantics.language
key langu as Language,
@Semantics.text
name as Name,
_Language
}
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