I_STANDARDWORKFMLAPARAMGRPTEXT

CDS View

Standard Work Formula Parameter Group - Text

I_STANDARDWORKFMLAPARAMGRPTEXT is a CDS View in S/4HANA. Standard Work Formula Parameter Group - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_StandardWorkFmlaParamGrpText view_entity from COMPOSITE Standard Work Formula Param Group Text
@AbapCatalog.sqlViewName: 'IPPSTDWFMPARGRPT'
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001}
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE]
@ObjectModel.representativeKey: 'StandardWorkFormulaParamGroup'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Standard Work Formula Parameter Group - Text'
@Metadata.ignorePropagatedAnnotations: true

define view I_StandardWorkFmlaParamGrpText
  as select from tc21t

  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key spras              as  Language,
      @ObjectModel.text.element: 'StandardWorkFmlaParamGroupDesc'
  key vgwts              as  StandardWorkFormulaParamGroup,
      @Semantics.text: true
      txt                as  StandardWorkFmlaParamGroupDesc,

      _Language
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TC21T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/