I_OperationStandardText

DDL: I_OPERATIONSTANDARDTEXT SQL: IPPOPSTDTEXT Type: view BASIC

Standard Text for Operation

I_OperationStandardText is a Basic CDS View (Dimension) that provides data about "Standard Text for Operation" in SAP S/4HANA. It reads from 1 data source (t435) and exposes 2 fields with key field OperationStandardTextCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
t435 t435 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_OperationStandardTextText _Text $projection.OperationStandardTextCode = _Text.OperationStandardTextCode

Annotations (20)

NameValueLevelField
AbapCatalog.sqlViewName IPPOPSTDTEXT view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #GENERIC view
AbapCatalog.buffering.numberOfKeyFields 001 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey OperationStandardTextCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L 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 Operation view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY OperationStandardTextCode
_Text _Text
@AbapCatalog.sqlViewName: 'IPPOPSTDTEXT'
@AbapCatalog.buffering: {status: #ACTIVE, type: #GENERIC, numberOfKeyFields: 001}
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true 
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #SEARCHABLE_ENTITY, #VALUE_HELP_PROVIDER]
@ObjectModel.representativeKey: 'OperationStandardTextCode'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #L, dataClass: #CUSTOMIZING}
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@EndUserText.label: 'Standard Text for Operation'

define view I_OperationStandardText
  as select from t435
  association [0..*] to I_OperationStandardTextText as _Text on $projection.OperationStandardTextCode = _Text.OperationStandardTextCode
{
      @ObjectModel.text.association: '_Text'
      @Search: {defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
  key cast(t435.vlsch as pph_ktsch preserving type) as OperationStandardTextCode,

      // get name

      _Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"T435"
],
"ASSOCIATED":
[
"I_OPERATIONSTANDARDTEXTTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/