I_ProdnRsceToolStdTextText

DDL: I_PRODNRSCETOOLSTDTEXTTEXT SQL: IPPPRTSTDTXTTEXT Type: view BASIC

Standard Text for Production Resource Tool - Text

I_ProdnRsceToolStdTextText is a Basic CDS View that provides data about "Standard Text for Production Resource Tool - Text" in SAP S/4HANA. It reads from 1 data source (t435t) and exposes 4 fields with key fields ProdnRsceToolStandardTextCode, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t435t txt from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (19)

NameValueLevelField
AbapCatalog.sqlViewName IPPPRTSTDTXTTEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 001 view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey ProdnRsceToolStandardTextCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
EndUserText.label Standard Text for Production Resource Tool - Text view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProdnRsceToolStandardTextCode
KEY Language t435t spras
ProdnRsceToolStdTextCodeName t435t txt
_Language _Language
@AbapCatalog.sqlViewName: 'IPPPRTSTDTXTTEXT'
@AbapCatalog.compiler.compareFilter:true 
@AbapCatalog.preserveKey: true 
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY]
@ObjectModel.representativeKey: 'ProdnRsceToolStandardTextCode'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Standard Text for Production Resource Tool - Text'

define view I_ProdnRsceToolStdTextText
  as select from t435t as txt
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.text.element: 'ProdnRsceToolStdTextCodeName'
  key cast(txt.vlsch as cf_ktsch preserving type) as ProdnRsceToolStandardTextCode,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key txt.spras                                   as Language,
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
      @Semantics.text: true
      txt.txt                                     as ProdnRsceToolStdTextCodeName,

      // Associations

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