I_SrvcDocRejectionStatus

DDL: I_SRVCDOCREJECTIONSTATUS Type: view BASIC

Rejection Status of Service Transaction

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_SrvcDocRejectionStatusText _SrvcDocRejectionStatusText $projection.ServiceDocumentIsRejected = _SrvcDocRejectionStatusText.ServiceDocumentIsRejected

Annotations (13)

NameValueLevelField
EndUserText.label Rejection Status of Service Transaction view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.sqlViewName ISERVREJSTAT 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 ServiceDocumentIsRejected view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
Metadata.ignorePropagatedAnnotations true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentIsRejected domvalue_l
_SrvcDocRejectionStatusText _SrvcDocRejectionStatusText
@EndUserText.label: 'Rejection Status of Service Transaction'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog: {
  sqlViewName: 'ISERVREJSTAT',
  compiler.compareFilter: true,
  preserveKey: true
}
@VDM: {
  viewType: #BASIC,
  lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel: {
   representativeKey: 'ServiceDocumentIsRejected',
   usageType: {
     dataClass:      #CUSTOMIZING,
     serviceQuality: #X,
     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_SrvcDocRejectionStatus
  as select from dd07l
  association [1..*] to I_SrvcDocRejectionStatusText as _SrvcDocRejectionStatusText on $projection.ServiceDocumentIsRejected = _SrvcDocRejectionStatusText.ServiceDocumentIsRejected
{
      @ObjectModel.text.association: '_SrvcDocRejectionStatusText'
  key domvalue_l as ServiceDocumentIsRejected,

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