A_CmmdtyHdgSpecStatusText

DDL: A_CMMDTYHDGSPECSTATUSTEXT Type: view_entity CONSUMPTION

Hedge Specification Status Text

A_CmmdtyHdgSpecStatusText is a Consumption CDS View that provides data about "Hedge Specification Status Text" in SAP S/4HANA. It reads from 1 data source (I_CmmdtyHdgSpecStatusText) and exposes 3 fields with key fields CmmdtyHdgSpecificationStatusID, Language.

Data Sources (1)

SourceAliasJoin Type
I_CmmdtyHdgSpecStatusText I_CmmdtyHdgSpecStatusText projection

Annotations (11)

NameValueLevelField
EndUserText.label Hedge Specification Status Text view
AccessControl.authorizationCheck #NOT_REQUIRED view
Metadata.ignorePropagatedAnnotations true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CmmdtyHdgSpecificationStatusID view
OData.entityType.name A_CmmdtyHdgSpecStatusText_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CmmdtyHdgSpecificationStatusID CmmdtyHdgSpecificationStatusID
KEY Language Language
CmmdtyHdgSpecStatusText CmmdtyHdgSpecStatusText
@EndUserText.label: 'Hedge Specification Status Text'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType : #CONSUMPTION
@ObjectModel: {
  usageType: {
    dataClass: #MASTER,
    sizeCategory: #S,
    serviceQuality: #A
  },
  dataCategory: #TEXT,
  representativeKey: 'CmmdtyHdgSpecificationStatusID',
  semanticKey: ['CmmdtyHdgSpecificationStatusID']
}
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
@OData.entityType.name: 'A_CmmdtyHdgSpecStatusText_Type'
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API

define view entity A_CmmdtyHdgSpecStatusText
  as projection on I_CmmdtyHdgSpecStatusText
{
  key CmmdtyHdgSpecificationStatusID,
      @Semantics.language: true
  key Language,
      @Semantics.text: true
      CmmdtyHdgSpecStatusText,
      /* Associations */
      _Object as _SpecificationStatus : redirected to parent A_CmmdtyHdgSpecificationStatus
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CMMDTYHDGSPECSTATUSTEXT"
],
"ASSOCIATED":
[
"A_CMMDTYHDGSPECIFICATIONSTATUS"
],
"BASE":
[
"I_CMMDTYHDGSPECSTATUSTEXT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/