C_VASInstruction
VAS Determination - Text
C_VASInstruction is a Consumption CDS View that provides data about "VAS Determination - Text" in SAP S/4HANA. It reads from 1 data source (R_VASInstructionTP) and exposes 15 fields with key field VASDeterminationNoteUUID. It is exposed through 1 OData service (VASCOMBINATION). Part of development package RFM_CONFIG_VAS_DETERMINATION.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_VASInstructionTP | R_VASInstructionTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | VAS Determination - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.sapObjectNodeType.name | VASDetailText | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| VASCOMBINATION | VASCOMBINATION | V4 | C1 | NOT_RELEASED |
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | VASDeterminationNoteUUID | VASDeterminationNoteUUID | ||
| VASDeterminationUUID | VASDeterminationUUID | |||
| Language | Language | |||
| VASCombinationUUID | VASCombinationUUID | |||
| VASInstruction | VASInstruction | |||
| LanguageName | LanguageName | |||
| CreatedByUser | CreatedByUser | |||
| CreatedOnDateTime | CreatedOnDateTime | |||
| LastChangedByUser | LastChangedByUser | |||
| LastChangeDateTime | LastChangeDateTime | |||
| _Language | _Language | |||
| _Text | _Text | |||
| VASNotesObjectID | VASNotesObjectID | |||
| _NoteBasicredirectedtoC_NoteBasicTP | ||||
| _VASCombnredirectedtoC_VASCombination |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.privilegedAssociations: [ '_NoteBasic' ]
@EndUserText.label: 'VAS Determination - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MIXED
}
@ObjectModel.sapObjectNodeType.name:'VASDetailText'
@VDM.viewType: #CONSUMPTION
@Metadata.allowExtensions: true
define view entity C_VASInstruction
as projection on R_VASInstructionTP
{
key VASDeterminationNoteUUID,
VASDeterminationUUID,
@ObjectModel.text.element: [ 'LanguageName' ]
Language,
VASCombinationUUID,
VASInstruction,
//LongText,
@Semantics.text: true
LanguageName,
CreatedByUser,
CreatedOnDateTime,
LastChangedByUser,
LastChangeDateTime,
/* Associations */
_Language,
_Text,
/* --- Notes integration --- */
@ObjectModel.sapObjectNodeTypeReference: 'NoteBasic'
VASNotesObjectID, // " foreign key for notes
// @ObjectModel.sapObjectNodeTypeReference: 'NoteBasic'
@OData.containment.containsTarget : true
@Semantics.valueRange.maximum: '1'
_NoteBasic : redirected to C_NoteBasicTP, // " association to note reuse
_VASDetn : redirected to parent C_VASDetermination,
_VASCombn : redirected to 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