I_ConcurDocumentType

DDL: I_CONCURDOCUMENTTYPE Type: view_entity BASIC Package: CTE_FIN_POST_VDM

Fix values for Concur Document Type

I_ConcurDocumentType is a Basic CDS View (Dimension) that provides data about "Fix values for Concur Document Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field ConcurDocumentType. It has 1 association to related views. It is exposed through 1 OData service (UI_CONCURINCOMINGDOCUMENTTP). Part of development package CTE_FIN_POST_VDM.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ConcurDocumentTypeText _Text

Annotations (18)

NameValueLevelField
Analytics.technicalName ICONCURDOCTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Fix values for Concur Document Type view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ConcurDocumentType view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Analytics.dataExtraction.enabled true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_CONCURINCOMINGDOCUMENTTP UI_CONCURINCOMINGDOCUMENTTP V4 C1 NOT_RELEASED

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ConcurDocumentType
DomainValue dd07l domvalue_l
_Text _Text
@Analytics.technicalName: 'ICONCURDOCTYPE'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fix values for Concur Document Type'
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'ConcurDocumentType'
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION,
                                     #CDS_MODELING_ASSOCIATION_TARGET,
                                     #CDS_MODELING_DATA_SOURCE,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE,
                                     #VALUE_HELP_PROVIDER,
                                     #EXTRACTION_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@Analytics.dataExtraction.enabled: true

define root view entity I_ConcurDocumentType
  as select from dd07l
    composition [0..*] of I_ConcurDocumentTypeText as _Text
{
      @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as cte_fnd_post_doc_type ) as ConcurDocumentType,
      @Analytics.hidden: true
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      dd07l.domvalue_l                      as DomainValue,
      _Text
}
where
      dd07l.domname  = 'CTE_FND_POST_DOC_TYPE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'