A_StandardWorkFmlaParamGrpText

DDL: A_STANDARDWORKFMLAPARAMGRPTEXT Type: view_entity COMPOSITE Package: VDM_PP_MD_WKC

Standard Work Formula Param Group Text

A_StandardWorkFmlaParamGrpText is a Composite CDS View that provides data about "Standard Work Formula Param Group Text" in SAP S/4HANA. It reads from 1 data source (I_StandardWorkFmlaParamGrpText) and exposes 3 fields with key fields StandardWorkFormulaParamGroup, Language. It is exposed through 1 OData service (API_STDWRKFMLAPARAM_GROUP). Part of development package VDM_PP_MD_WKC.

Data Sources (1)

SourceAliasJoin Type
I_StandardWorkFmlaParamGrpText I_StandardWorkFmlaParamGrpText from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Standard Work Formula Param Group Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #TEXT view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
OData.entityType.name StandardWorkFmlaParamGrpText_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_STDWRKFMLAPARAM_GROUP API_STDWRKFMLAPARAM_GROUP V2 C2 C1

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY StandardWorkFormulaParamGroup StandardWorkFormulaParamGroup
KEY Language Language
StandardWorkFmlaParamGroupDesc StandardWorkFmlaParamGroupDesc
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Standard Work Formula Param Group Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #CUSTOMIZING
  }
@ObjectModel:{
  dataCategory: #TEXT
}
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@OData.entityType.name:'StandardWorkFmlaParamGrpText_Type'
define view entity A_StandardWorkFmlaParamGrpText
  as select from I_StandardWorkFmlaParamGrpText
{
  key StandardWorkFormulaParamGroup,
      @Semantics.language: true
  key Language,
      @Semantics.text: true
      StandardWorkFmlaParamGroupDesc

}