C_VASDetermination
VAS Determination Details
C_VASDetermination is a Consumption CDS View that provides data about "VAS Determination Details" in SAP S/4HANA. It reads from 1 data source (R_VASDeterminationTP) and exposes 23 fields with key field VASDeterminationUUID. It is exposed through 1 OData service (VASCOMBINATION). Part of development package RFM_CONFIG_VAS_DETERMINATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_VASDeterminationTP | R_VASDeterminationTP | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | VAS Determination Details | 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 (23)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | VASDeterminationUUID | VASDeterminationUUID | ||
| VASCharacteristicValueUUID | VASCharacteristicValueUUID | |||
| VASCombinationUUID | VASCombinationUUID | |||
| VASService | VASService | |||
| ValueAddedSubServiceType | ValueAddedSubServiceType | |||
| Product | Product | |||
| RequirementRelevant | RequirementRelevant | |||
| VASQuantityRoundingIsDown | VASQuantityRoundingIsDown | |||
| VASIncrement | VASIncrement | |||
| VASChargeCode | VASChargeCode | |||
| ProductDescription | ProductDescription | |||
| VASServiceText | VASServiceText | |||
| VASServiceTypeText | VASServiceTypeText | |||
| VASChargeCodeText | VASChargeCodeText | |||
| CreatedByUser | CreatedByUser | |||
| CreatedOnDateTime | CreatedOnDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _VASCombnredirectedtoC_VASCombination | ||||
| _ProductDescription | _ProductDescription | |||
| _VASChargeCodeText | _VASChargeCodeText | |||
| _VASServiceText | _VASServiceText | |||
| _VASServiceTypeText | _VASServiceTypeText |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'VAS Determination Details'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType: #CONSUMPTION
@Metadata.allowExtensions: true
define view entity C_VASDetermination
as projection on R_VASDeterminationTP
{
key VASDeterminationUUID,
VASCharacteristicValueUUID,
VASCombinationUUID,
@ObjectModel.text.element: [ 'VASServiceText' ]
VASService,
@ObjectModel.text.element: [ 'VASServiceTypeText' ]
ValueAddedSubServiceType,
@ObjectModel.text.element: [ 'ProductDescription' ]
Product,
RequirementRelevant,
VASQuantityRoundingIsDown,
VASIncrement,
@ObjectModel.text.element: [ 'VASChargeCodeText' ]
VASChargeCode,
@Semantics.text: true
ProductDescription,
@Semantics.text: true
VASServiceText,
@Semantics.text: true
VASServiceTypeText,
@Semantics.text: true
VASChargeCodeText,
CreatedByUser,
CreatedOnDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_VASCharcVal : redirected to parent C_VASCharacteristicValue ,
_VASDetnText : redirected to composition child C_VASInstruction,
_VASCombn : redirected to C_VASCombination,
_ProductDescription,
_VASChargeCodeText,
_VASServiceText,
_VASServiceTypeText
}
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