C_BSQPMServiceConfirmation

DDL: C_BSQPMSERVICECONFIRMATION Type: view_entity CONSUMPTION

SQ Progress Monitor Service Confirmation

C_BSQPMServiceConfirmation is a Consumption CDS View that provides data about "SQ Progress Monitor Service Confirmation" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentEnhcd) and exposes 4 fields with key field ServiceDocument. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentEnhcd ServiceDocument from

Associations (1)

CardinalityTargetAliasCondition
[0..1] E_ServiceDocument _SrvcDocExtension _SrvcDocExtension.ServiceCategory = ServiceDocument.ServiceObjectType

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label SQ Progress Monitor Service Confirmation view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey ServiceDocument view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #CONSUMPTION view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocument ServiceDocument
ServiceDocumentCreationDate ServiceDocumentCreationDate
ServiceDocumentStatus ServiceDocumentStatus
ServiceDocumentStatusName
@AbapCatalog.viewEnhancementCategory: [#PROJECTION_LIST]
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'SQ Progress Monitor Service Confirmation'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  representativeKey: 'ServiceDocument',
  usageType:{
  serviceQuality: #C,
  sizeCategory: #XL,
  dataClass: #MIXED }
}

@VDM.viewType: #CONSUMPTION

define view entity C_BSQPMServiceConfirmation
  as select from I_ServiceDocumentEnhcd as ServiceDocument
  association [0..1] to E_ServiceDocument as _SrvcDocExtension on _SrvcDocExtension.ServiceCategory = ServiceDocument.ServiceObjectType
{
      @UI.hidden: true
  key ServiceDocument,

      // Creation Date

      ServiceDocumentCreationDate,

      // Status

      @ObjectModel.text.element: [ 'ServiceDocumentStatusName' ]
      @UI.textArrangement: #TEXT_ONLY
      ServiceDocumentStatus,

      @Semantics.text: true
      @UI.hidden: true
      _SrvcDocLifecycleStatus._ServiceDocumentStatusText[1: Language=$session.system_language].ServiceDocumentStatusName
}
where
  ServiceObjectType = 'BUS2000117'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTENHCD",
"I_SRVCDOCLIFECYCLESTATUS",
"I_SRVCDOCLIFECYCLESTATUSTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/