A_SupProtCharacteristic

DDL: A_SUPPROTCHARACTERISTIC Type: view_entity CONSUMPTION Package: ATP_SUP_VDM

Characteristic

A_SupProtCharacteristic is a Consumption CDS View that provides data about "Characteristic" in SAP S/4HANA. It reads from 1 data source (I_SupProtCharacteristicTP) and exposes 10 fields with key field SupProtCharacteristicUUID. It is exposed through 1 OData service (API_SUPAVAILYPROTPLAN). Part of development package ATP_SUP_VDM.

Data Sources (1)

SourceAliasJoin Type
I_SupProtCharacteristicTP I_SupProtCharacteristicTP projection

Annotations (10)

NameValueLevelField
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.representativeKey SupProtCharacteristicUUID view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Characteristic view

OData Services (1)

ServiceBindingVersionContractRelease
API_SUPAVAILYPROTPLAN API_SUPAVAILYPROTPLAN V4 C2 C1

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY SupProtCharacteristicUUID SupProtCharacteristicUUID
SupplyProtectionUUID SupplyProtectionUUID
SupProtOrdinalNumberValue SupProtOrdinalNumberValue
SupProtCharcName SupProtCharcName
SupProtCharcCtlgPathIntID SupProtCharcCtlgPathIntID
CreatedByUser CreatedByUser
CreationDateTime CreationDateTime
LastChangedByUser LastChangedByUser
LastChangeDateTime LastChangeDateTime
Characteristic Characteristic
@VDM: {
  viewType: #CONSUMPTION,
  lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@ObjectModel: {
   representativeKey: 'SupProtCharacteristicUUID',
   usageType: {
     serviceQuality: #C,
     sizeCategory:   #L,
     dataClass:      #MIXED
   }
}
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Characteristic'
define view entity A_SupProtCharacteristic
  as projection on I_SupProtCharacteristicTP

{
  key SupProtCharacteristicUUID,
      SupplyProtectionUUID,
      SupProtOrdinalNumberValue,

      SupProtCharcName,
      SupProtCharcCtlgPathIntID,
      CreatedByUser,
      CreationDateTime,
      LastChangedByUser,
      LastChangeDateTime,

      @ObjectModel.virtualElement: true
      @ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_ATP_SUP_SADL_EXIT_CHARLABEL'
      Characteristic,

      /* Associations */
      _SupplyProtectionTP : redirected to parent A_SupplyProtection
}