I_VASCombinationTypeVH
VAS Combination Type
I_VASCombinationTypeVH is a Basic CDS View that provides data about "VAS Combination Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field VASUsage. Part of development package RFM_VAS_DETERMINATION_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | VASUsage | view | |
| Search.searchable | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| EndUserText.label | VAS Combination Type | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | VASUsage | |||
| VASUsageText | ddtext |
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel: {
usageType: {
dataClass: #MASTER,
serviceQuality: #B,
sizeCategory: #S
}
}
@ObjectModel.representativeKey: 'VASUsage'
@Search.searchable: true
@VDM.viewType:#BASIC
@ObjectModel.dataCategory: #VALUE_HELP
@EndUserText.label: 'VAS Combination Type'
define view entity I_VASCombinationTypeVH
as select from dd07t
{
@Search.defaultSearchElement: true
@ObjectModel.text.element: [ 'VASUsageText' ]
key cast(dd07t.domvalue_l as rfm_vas_usage_type ) as VASUsage,
@Semantics.text:true
ddtext as VASUsageText
}
where
domname = 'RFM_VAS_USAGE'
and ddlanguage = $session.system_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