I_ServiceDocErrorStatus

DDL: I_SERVICEDOCERRORSTATUS Type: view BASIC

Error Status of Service Transaction

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_ServiceDocErrorStatusText _ServiceDocHasErrorText $projection.ServiceDocumentHasError = _ServiceDocHasErrorText.ServiceDocumentHasError

Annotations (14)

NameValueLevelField
EndUserText.label Error Status of Service Transaction view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISERVDOCERRSTAT 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
Analytics.dataCategory #DIMENSION view
ObjectModel.representativeKey ServiceDocumentHasError view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentHasError domvalue_l
_ServiceDocHasErrorText _ServiceDocHasErrorText
@EndUserText.label: 'Error Status of Service Transaction'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ISERVDOCERRSTAT',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@ObjectModel: {
   representativeKey: 'ServiceDocumentHasError',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #A,
     sizeCategory:   #S
   },
   supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
}
//@Metadata.allowExtensions:true

@Metadata.ignorePropagatedAnnotations: true

define view I_ServiceDocErrorStatus
  as select from dd07l
  association [1..*] to I_ServiceDocErrorStatusText as _ServiceDocHasErrorText on $projection.ServiceDocumentHasError = _ServiceDocHasErrorText.ServiceDocumentHasError

{
      @ObjectModel.text.association: '_ServiceDocHasErrorText'
  key domvalue_l as ServiceDocumentHasError,

      _ServiceDocHasErrorText
}
where
      domname  = 'CRMS4_STAT_ERROR'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SERVICEDOCERRORSTATUSTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/