A_ServiceDocumentTypeText

DDL: A_SERVICEDOCUMENTTYPETEXT Type: view COMPOSITE

Service Transaction Type Text

A_ServiceDocumentTypeText is a Composite CDS View that provides data about "Service Transaction Type Text" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentTypeText) and exposes 4 fields with key fields ServiceDocumentType, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentTypeText I_ServiceDocumentTypeText from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_ServiceDocumentType _ServiceDocumentType $projection.ServiceDocumentType = _ServiceDocumentType.ServiceDocumentType

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName ASERVDOCTYPETEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Service Transaction Type Text view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #TEXT view
OData.entityType.name ServiceDocumentTypeText_Type view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentType ServiceDocumentType
KEY Language Language
ServiceDocumentTypeName ServiceDocumentTypeName
_ServiceDocumentType _ServiceDocumentType
@AbapCatalog:{
   sqlViewName: 'ASERVDOCTYPETEXT',
   compiler.compareFilter: true,
   preserveKey: true}

@AccessControl.authorizationCheck: #NOT_REQUIRED

@EndUserText.label: 'Service Transaction Type Text'

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true

@ObjectModel:{
   usageType:{
     serviceQuality: #A,
     dataClass: #CUSTOMIZING,
     sizeCategory: #S},
     dataCategory: #TEXT  }

@OData.entityType.name:'ServiceDocumentTypeText_Type'
@Search.searchable: true

@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE

define view A_ServiceDocumentTypeText
  as select from I_ServiceDocumentTypeText
  association [1..1] to A_ServiceDocumentType as _ServiceDocumentType on $projection.ServiceDocumentType = _ServiceDocumentType.ServiceDocumentType
{
      @ObjectModel.text.element: ['ServiceDocumentTypeName']
  key ServiceDocumentType,
      @Semantics.language: true
  key Language,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @Semantics.text: true
      ServiceDocumentTypeName,
      /* Associations */
      _ServiceDocumentType
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTTYPETEXT"
],
"ASSOCIATED":
[
"A_SERVICEDOCUMENTTYPE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/