I_JVADocumentType

DDL: I_JVADOCUMENTTYPE SQL: IPVDOCUMENTTYPE Type: view BASIC

Document Type

I_JVADocumentType is a Basic CDS View (Dimension) that provides data about "Document Type" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field JVADocumentType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_JVADocumentTypeT _Text $projection.JVADocumentType = _Text.JVADocumentType

Annotations (11)

NameValueLevelField
EndUserText.label Document Type view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPVDOCUMENTTYPE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey JVADocumentType view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.dataClass #META view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY JVADocumentType
_Text _Text
@EndUserText.label: 'Document Type'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPVDOCUMENTTYPE'
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.representativeKey: 'JVADocumentType'

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #META

define view I_JVADocumentType
  as select from dd07l

  association [0..*] to I_JVADocumentTypeT as _Text on $projection.JVADocumentType = _Text.JVADocumentType

{
      @ObjectModel.text.association: '_Text'
  key cast (domvalue_l as oiu_vdm_jva_document_type ) as JVADocumentType,
      _Text
}
where
      domname  = 'DOCCT'
  and as4local = 'A';   
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_JVADOCUMENTTYPET"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/