I_CorrespncObjPostProcgText

DDL: I_CORRESPNCOBJPOSTPROCGTEXT Type: view_entity BASIC

Correspnc Object Post Processing - Text

I_CorrespncObjPostProcgText is a Basic CDS View that provides data about "Correspnc Object Post Processing - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields CorrespncObjPostProcessing, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (12)

NameValueLevelField
Analytics.technicalName ICorrespncObjPostProcgText view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Correspnc Object Post Processing - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.representativeKey CorrespncObjPostProcessing view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CorrespncObjPostProcessing
KEY Language ddlanguage
DomainValue dd07t domvalue_l
CorrespncObjPostProcgName ddtext
_Language _Language
@Analytics.technicalName: 'ICorrespncObjPostProcgText'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Correspnc Object Post Processing - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: { dataCategory: #TEXT,
                modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
                representativeKey: 'CorrespncObjPostProcessing',
                supportedCapabilities: [ #CDS_MODELING_ASSOCIATION_TARGET,
                                         #CDS_MODELING_DATA_SOURCE,
                                         #LANGUAGE_DEPENDENT_TEXT,
                                         #SEARCHABLE_ENTITY,
                                         #SQL_DATA_SOURCE ],
                usageType: { serviceQuality: #A,
                             dataClass: #META,
                             sizeCategory: #S } }
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_CorrespncObjPostProcgText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
  key cast(  left( domvalue_l, 1 ) as abap.numc( 1 ) ) as CorrespncObjPostProcessing,
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                       as Language,
      @Consumption.hidden: true
      dd07t.domvalue_l                                 as DomainValue,
      @Semantics.text: true
      ddtext                                           as CorrespncObjPostProcgName,
      _Language
}
where
      domname  = 'FCLM_POAI_CO_POSTPROCG'
  and as4local = 'A'
  and as4vers  = '0000'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/