I_JVAOutputDocumentTypeText

DDL: I_JVAOUTPUTDOCUMENTTYPETEXT SQL: IJVAOCFDOCTEXT Type: view BASIC

JVA Output Document Type Text

I_JVAOutputDocumentTypeText is a Basic CDS View that provides data about "JVA Output Document Type Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields OutputDocumentType, 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 (14)

NameValueLevelField
AbapCatalog.sqlViewName IJVAOCFDOCTEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label JVA Output Document Type Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey OutputDocumentType view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY OutputDocumentType domvalue_l
KEY Language ddlanguage
JVAOutputDocumentTypeText ddtext
_Language _Language
@AbapCatalog.sqlViewName: 'IJVAOCFDOCTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'JVA Output Document Type Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API  
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'OutputDocumentType'

define view I_JVAOutputDocumentTypeText as select from dd07t
  
  association [0..1] to I_Language        as _Language            on $projection.Language = _Language.Language

 {
    //dd07t

    @ObjectModel.text.element: 'JVAOutputDocumentTypeText'
    key domvalue_l as OutputDocumentType ,
   
    @Semantics.language: true
    @ObjectModel.foreignKey.association: '_Language'
    key ddlanguage as Language,        
    
     @Search.defaultSearchElement: true    
    @Semantics.text: true
    ddtext as JVAOutputDocumentTypeText,
    
    _Language
    
}
where domname = 'JVA_OCF_DOC_TYPE'
and as4local = 'A'
and as4vers = '0000'

/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/