C_VASCharacteristic
VAS Characteristics
C_VASCharacteristic is a Consumption CDS View that provides data about "VAS Characteristics" in SAP S/4HANA. It reads from 1 data source (R_VASCharacteristicTP) and exposes 9 fields with key field VASCharacteristicUUID. It is exposed through 1 OData service (VASCOMBINATION). Part of development package RFM_CONFIG_VAS_DETERMINATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_VASCharacteristicTP | R_VASCharacteristicTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | VAS Characteristics | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| VASCOMBINATION | VASCOMBINATION | V4 | C1 | NOT_RELEASED |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | VASCharacteristicUUID | VASCharacteristicUUID | ||
| VASCombinationUUID | VASCombinationUUID | |||
| CharacteristicFldPathUUID | CharacteristicFldPathUUID | |||
| VASSequence | VASSequence | |||
| ProdAllocCharcCtlgPathDesc | ProdAllocCharcCtlgPathDesc | |||
| CreatedByUser | CreatedByUser | |||
| CreatedOnDateTime | CreatedOnDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'VAS Characteristics'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #CONSUMPTION
@Metadata.allowExtensions: true
define view entity C_VASCharacteristic
as projection on R_VASCharacteristicTP
{
key VASCharacteristicUUID,
VASCombinationUUID,
@ObjectModel.text.element: [ 'ProdAllocCharcCtlgPathDesc' ]
@UI.textArrangement:#TEXT_ONLY
CharacteristicFldPathUUID,
VASSequence,
@Semantics.text:true
ProdAllocCharcCtlgPathDesc,
CreatedByUser,
CreatedOnDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
//_CharcCtlgPath,
_VASCombnTP : redirected to parent C_VASCombination
}
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