C_SupProtCharacteristicTP

DDL: C_SUPPROTCHARACTERISTICTP Type: view_entity CONSUMPTION

Supply Protection Characteristic

C_SupProtCharacteristicTP is a Consumption CDS View that provides data about "Supply Protection Characteristic" in SAP S/4HANA. It reads from 1 data source (I_SupProtCharacteristicTP) and exposes 9 fields with key field SupProtCharacteristicUUID.

Data Sources (1)

SourceAliasJoin Type
I_SupProtCharacteristicTP I_SupProtCharacteristicTP projection

Annotations (7)

NameValueLevelField
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MIXED view
AccessControl.authorizationCheck #MANDATORY view
Metadata.allowExtensions true view
EndUserText.label Supply Protection Characteristic view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY SupProtCharacteristicUUID SupProtCharacteristicUUID
SupplyProtectionUUID SupplyProtectionUUID
SupProtOrdinalNumberValue SupProtOrdinalNumberValue
SupProtCharcColumnName SupProtCharcColumnName
SupProtCharcCatalogType SupProtCharcCatalogType
SupProtCharcCtlgPathUUID SupProtCharcCtlgPathUUID
SupProtCharcCtlgPathIntID SupProtCharcCtlgPathIntID
Characteristic Characteristic
LastChangeDateTime LastChangeDateTime
@VDM.viewType: #CONSUMPTION
@ObjectModel:   { usageType: { serviceQuality: #C,
                               sizeCategory:   #L,
                               dataClass:      #MIXED }
}
@AccessControl.authorizationCheck: #MANDATORY
@Metadata.allowExtensions: true
@EndUserText.label: 'Supply Protection Characteristic'
define view entity C_SupProtCharacteristicTP
  as projection on I_SupProtCharacteristicTP
{
  key SupProtCharacteristicUUID,
      SupplyProtectionUUID,
      SupProtOrdinalNumberValue,
      SupProtCharcColumnName,
      SupProtCharcCatalogType,
      SupProtCharcCtlgPathUUID,
      SupProtCharcCtlgPathIntID,    
      Characteristic,

      @UI.hidden: true
      LastChangeDateTime, //necessary for the eTag handling


      /* Associations */
      _SupplyProtectionTP : redirected to parent C_SupplyProtectionTP
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SUPPROTCHARACTERISTICTP"
],
"ASSOCIATED":
[
"C_SUPPLYPROTECTIONTP",
"I_SUPPLYPROTECTIONTP"
],
"BASE":
[
"I_SUPPROTCHARACTERISTICTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/