I_ServiceDocumentStatus

DDL: I_SERVICEDOCUMENTSTATUS Type: view BASIC

Service Transaction Status

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_ServiceDocumentStatusText _ServiceDocumentStatusText $projection.ServiceDocumentStatus = _ServiceDocumentStatusText.ServiceDocumentStatus

Annotations (17)

NameValueLevelField
EndUserText.label Service Transaction Status view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISERVDOCSTAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ServiceDocumentStatus view
ObjectModel.sapObjectNodeType.name ServiceDocumentStatus view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.resultSet.sizeCategory #XS view
Search.searchable true view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataCategory #DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentStatus domvalue_l Life Cycle Status
_ServiceDocumentStatusText _ServiceDocumentStatusText
@EndUserText.label: 'Service Transaction Status'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ISERVDOCSTAT',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel: {
   representativeKey     : 'ServiceDocumentStatus',
   sapObjectNodeType.name: 'ServiceDocumentStatus',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #A,
     sizeCategory:   #S
   },
   resultSet.sizeCategory:#XS,
   supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
}
@Search.searchable: true
//@Metadata.allowExtensions:true

@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataCategory: #DIMENSION
define view I_ServiceDocumentStatus
  as select from dd07l
  association [1..*] to I_ServiceDocumentStatusText as _ServiceDocumentStatusText on $projection.ServiceDocumentStatus = _ServiceDocumentStatusText.ServiceDocumentStatus

{
      @ObjectModel.text.association: '_ServiceDocumentStatusText'
      @EndUserText.label: 'Life Cycle Status'
      @Search.defaultSearchElement: true
  key domvalue_l as ServiceDocumentStatus,

      _ServiceDocumentStatusText
}
where
      domname  = 'CRMS4_STAT_LIFECYCLE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SERVICEDOCUMENTSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/