C_VASCharacteristic

DDL: C_VASCHARACTERISTIC Type: view_entity CONSUMPTION Package: RFM_CONFIG_VAS_DETERMINATION

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)

SourceAliasJoin Type
R_VASCharacteristicTP R_VASCharacteristicTP projection

Annotations (8)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
VASCOMBINATION VASCOMBINATION V4 C1 NOT_RELEASED

Fields (9)

KeyFieldSource TableSource FieldDescription
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
}