I_VASCombinationStatusVH
VAS Combination Status
I_VASCombinationStatusVH is a Basic CDS View that provides data about "VAS Combination Status" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field CombinationStatus. Part of development package RFM_VAS_DETERMINATION_RAP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | VAS Combination Status | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CombinationStatus | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CombinationStatus | |||
| VASStatusText | ddtext |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'VAS Combination Status'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
@VDM.viewType: #BASIC
@ObjectModel:{
usageType: {
serviceQuality: #C,
sizeCategory: #M,
dataClass: #MASTER
},
dataCategory:#VALUE_HELP,
representativeKey: 'CombinationStatus'
}
define view entity I_VASCombinationStatusVH
as select from dd07t
{
@Search.defaultSearchElement: true
key cast(dd07t.domvalue_l as rfm_vas_combination_status ) as CombinationStatus,
@Semantics.text:true
ddtext as VASStatusText
}
where
domname = 'RFM_VAS_COMBN_STATUS'
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