I_ConcurDocCustModifText

DDL: I_CONCURDOCCUSTMODIFTEXT Type: view_entity BASIC Package: CTE_FND_IMP

Concur Document Modification - Text

I_ConcurDocCustModifText is a Basic CDS View that provides data about "Concur Document Modification - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields Language, ConcurDocCustModifType. It has 1 association to related views. Part of development package CTE_FND_IMP.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

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

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Concur Document Modification - Text view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey ConcurDocCustModifType view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.viewType #BASIC view
AbapCatalog.entityBuffer.definitionAllowed true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Language
KEY ConcurDocCustModifType
DomainValue dd07t domvalue_l
ConcurDocCustModifTypeName
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Concur Document Modification - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'ConcurDocCustModifType'
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.viewType: #BASIC
@AbapCatalog.entityBuffer.definitionAllowed:true

define view entity I_ConcurDocCustModifText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( dd07t.ddlanguage as spras preserving type )                  as Language,
  key cast( dd07t.domvalue_l as cte_fnd_post_doc_modified_ind )          as ConcurDocCustModifType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      dd07t.domvalue_l                                                   as DomainValue,
      @Search.defaultSearchElement: true
      @Semantics.text: true
      cast( dd07t.ddtext as cte_fnd_rap_doc_modif_text preserving type ) as ConcurDocCustModifTypeName,
      _Language
}
where
      dd07t.domname  = 'CTE_FND_POST_DOC_MODIFIED_IND'
  and dd07t.as4local = 'A'
  and dd07t.as4vers  = '0000'