I_ACMApplDocTypeDesc

DDL: I_ACMAPPLDOCTYPEDESC Type: view_entity BASIC

Interface for App Doc Type Desc

I_ACMApplDocTypeDesc is a Basic CDS View that provides data about "Interface for App Doc Type Desc" in SAP S/4HANA. It reads from 1 data source (/accgo/t_doc_tyt) and exposes 3 fields with key fields Language, ApplicationDocType.

Data Sources (1)

SourceAliasJoin Type
/accgo/t_doc_tyt /accgo/t_doc_tyt from

Annotations (9)

NameValueLevelField
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Interface for App Doc Type Desc view
ObjectModel.representativeKey ApplicationDocType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Language spras
KEY ApplicationDocType doc_type
ApplicationDocTypeDescription text
@AbapCatalog.viewEnhancementCategory: [#NONE]
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Interface for App Doc Type Desc'
@ObjectModel.representativeKey: 'ApplicationDocType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
define view entity I_ACMApplDocTypeDesc
  as select from /accgo/t_doc_tyt
{
      @Semantics.language: true
  key spras    as Language,
      @ObjectModel.text.element: ['ApplicationDocTypeDescription']
  key doc_type as ApplicationDocType,
      @Semantics.text: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      text     as ApplicationDocTypeDescription

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/ACCGO/T_DOC_TYT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/