I_DocumentInfoRecordDocType

DDL: I_DOCUMENTINFORECORDDOCTYPE SQL: ICVDOCTYPE Type: view BASIC Package: VDM_DMS

Document Info Record Document Type

I_DocumentInfoRecordDocType is a Basic CDS View (Dimension) that provides data about "Document Info Record Document Type" in SAP S/4HANA. It reads from 1 data source (tdwa) and exposes 5 fields with key field DocumentInfoRecordDocType. It has 1 association to related views. Part of development package VDM_DMS.

Data Sources (1)

SourceAliasJoin Type
tdwa tdwa from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DocumentInfoRecordDocTypeT _Text $projection.DocumentInfoRecordDocType = _Text.DocumentInfoRecordDocType

Annotations (21)

NameValueLevelField
AbapCatalog.sqlViewName ICVDOCTYPE view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Document Info Record Document Type view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
ObjectModel.compositionRoot true view
ObjectModel.representativeKey DocumentInfoRecordDocType view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.sapObjectNodeType.name DocumentInfoRecordDocType view
Search.searchable true view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.buffering.numberOfKeyFields 000 view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Metadata.allowExtensions true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY DocumentInfoRecordDocType tdwa dokar
ConfigDeprecationCode configdeprecationcode
DocInfoRecdNumberAssignType numvg
DocInfoRecdInternalNumberRange inumnr
_Text _Text
@AbapCatalog.sqlViewName: 'ICVDOCTYPE'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Document Info Record Document Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics: { dataCategory: #DIMENSION }
@VDM.viewType: #BASIC
@ObjectModel.compositionRoot:true 
@ObjectModel.representativeKey: 'DocumentInfoRecordDocType'
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #M
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.sapObjectNodeType.name: 'DocumentInfoRecordDocType'
@Search.searchable: true
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.buffering.numberOfKeyFields: 000
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@Metadata.allowExtensions: true
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION , #CDS_MODELING_ASSOCIATION_TARGET , #SQL_DATA_SOURCE , #CDS_MODELING_DATA_SOURCE ]
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION

define view I_DocumentInfoRecordDocType
  as select from tdwa

  association [0..*] to I_DocumentInfoRecordDocTypeT as _Text on $projection.DocumentInfoRecordDocType = _Text.DocumentInfoRecordDocType

{
      @Search.defaultSearchElement: true
      @Search.ranking: #HIGH
      @Search.fuzzinessThreshold: 0.8
      @ObjectModel.text.association: '_Text'
  key tdwa.dokar  as DocumentInfoRecordDocType,
  
      configdeprecationcode as ConfigDeprecationCode,
      numvg as DocInfoRecdNumberAssignType,
      inumnr as DocInfoRecdInternalNumberRange,
      
      // Associations

      @ObjectModel.association.type: [#TO_COMPOSITION_CHILD]
      _Text
      
}