I_ServiceDocOpenStatus

DDL: I_SERVICEDOCOPENSTATUS SQL: ISERVDOCOPNSTAT Type: view BASIC

Open Status of Service Transaction

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_ServiceDocOpenStatusText _ServiceDocOpenStatusText $projection.ServiceDocumentIsOpen = _ServiceDocOpenStatusText.ServiceDocumentIsOpen

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName ISERVDOCOPNSTAT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Open Status of Service Transaction view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey ServiceDocumentIsOpen view
Metadata.ignorePropagatedAnnotations true view
Analytics.dataCategory #DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentIsOpen domvalue_l
_ServiceDocOpenStatusText _ServiceDocOpenStatusText
@AbapCatalog.sqlViewName: 'ISERVDOCOPNSTAT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Open Status of Service Transaction'

@VDM.viewType: #BASIC

@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.representativeKey: 'ServiceDocumentIsOpen'
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION, #CDS_MODELING_ASSOCIATION_TARGET, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE]
@Metadata.ignorePropagatedAnnotations: true
@Analytics.dataCategory: #DIMENSION

define view I_ServiceDocOpenStatus
  as select from dd07l
  association [1..*] to I_ServiceDocOpenStatusText as _ServiceDocOpenStatusText on $projection.ServiceDocumentIsOpen = _ServiceDocOpenStatusText.ServiceDocumentIsOpen
{

      @ObjectModel.text.association: '_ServiceDocOpenStatusText'
  key domvalue_l as ServiceDocumentIsOpen,

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