A_CmmdtyHdgSpecStatusText

DDL: A_CMMDTYHDGSPECSTATUSTEXT Type: view_entity CONSUMPTION Package: FIN_CMM_CMDTY_HEDGE_SPEC

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. It is exposed through 1 OData service (API_CMMDTYHEDGESPECIFICATION). Part of development package FIN_CMM_CMDTY_HEDGE_SPEC.

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

OData Services (1)

ServiceBindingVersionContractRelease
API_CMMDTYHEDGESPECIFICATION API_CMMDTYHDGSPECIFICATION V4 C2 C1

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
}