C_EBRRServiceDocumentMonitor

DDL: C_EBRRSERVICEDOCUMENTMONITOR Type: view_entity CONSUMPTION

EBRR Service Monitor

C_EBRRServiceDocumentMonitor is a Consumption CDS View that provides data about "EBRR Service Monitor" in SAP S/4HANA. It reads from 1 data source (R_EBRRServiceDocumentMonitor) and exposes 40 fields with key fields ServiceDocumentType, ServiceDocument, ServiceDocumentItem. It is exposed through 1 OData service (UI_FINS_TRR_SVD_MON). It is used in 1 Fiori application: Event-Based Revenue Recognition - Service Documents.

Data Sources (1)

SourceAliasJoin Type
R_EBRRServiceDocumentMonitor R_EBRRServiceDocumentMonitor projection

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label EBRR Service Monitor view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
UI.headerInfo.typeName Service Document Item view
UI.headerInfo.typeNamePlural Service Document Items view
UI.headerInfo.title.value ServiceDocument view
UI.headerInfo.description.value ServiceDocumentItem view
UI.textArrangement #TEXT_LAST view

OData Services (1)

ServiceBindingVersionContractRelease
UI_FINS_TRR_SVD_MON UI_FINS_TRR_SVD_MON V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
F6007 Event-Based Revenue Recognition - Service Documents Transactional

Event-Based Revenue Recognition - Service Documents

Business Role: Cost Accountant - Sales

Fields (40)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentType ServiceDocumentType Service Document Type
KEY ServiceDocument ServiceDocument Transaction ID
KEY ServiceDocumentItem ServiceDocumentItem Service Document Item
ControllingObject ControllingObject Object number
BusinessSolutionOrder BusinessSolutionOrder Solution Order
MaintenanceOrder MaintenanceOrder Maintenance Order
TotalNumberOfMaintOrders TotalNumberOfMaintOrders
CompanyCode CompanyCode Receiver Company Code
CompanyCodeName CompanyCodeName Company Code Name
ResultAnalysisInternalID ResultAnalysisInternalID Revenue Recognition Key
ResultAnalysisVersionText Revenue Recognition Key Description
CompanyCodeCurrency CompanyCodeCurrency Local Currency
PerformanceObligation PerformanceObligation Performance Obligation
RevenueAccountingContract RevenueAccountingContract Revenue Contract
virtualLeadingLedgerfins_ledger
FiscalPeriod FiscalPeriod Tax period
FiscalYear FiscalYear G/L Fiscal Year
Ledger Ledger Ledger
ServiceDocumentTypeName Service Document Type Name
RecognizedRevnAmtInCCCrcy RecognizedRevnAmtInCCCrcy
RecognizedCOGSAmtInCCCrcy RecognizedCOGSAmtInCCCrcy
MnlContrAccrPnLItmAmtInCCCrcy MnlContrAccrPnLItmAmtInCCCrcy
RecognizedMarginAmtInCCCrcy RecognizedMarginAmtInCCCrcy
RecognizableCostAmtInCCCrcy RecognizableCostAmtInCCCrcy
RecognizableRevenueAmtInCCCrcy RecognizableRevenueAmtInCCCrcy
ActlSlsDeductionAmtInCCCrcy ActlSlsDeductionAmtInCCCrcy
RevenueAdjustmentAmtInCCCrcy RevenueAdjustmentAmtInCCCrcy
COGSAdjustmentAmtInCCCrcy COGSAdjustmentAmtInCCCrcy
DeferredCOGSAmtInCCCrcy DeferredCOGSAmtInCCCrcy
DeferredRevenueAmtInCCCrcy DeferredRevenueAmtInCCCrcy
AccruedCOGSAmtInCCCrcy AccruedCOGSAmtInCCCrcy
AccruedRevenueAmtInCCCrcy AccruedRevenueAmtInCCCrcy
UnbilledRevnInCoCodeCrcy UnbilledRevnInCoCodeCrcy
MnlContrAccrBalShtAmtInCCCrcy MnlContrAccrBalShtAmtInCCCrcy
PlannedRevenueAmtInCCCrcy PlannedRevenueAmtInCCCrcy
PlannedCosAmtInCCCrcy PlannedCosAmtInCCCrcy
TgtRsltAnalysisInternalText TgtRsltAnalysisInternalText
TgtRsltAnalysisInternalID TgtRsltAnalysisInternalID
_ResultAnalysisVersionText _ResultAnalysisVersionText
_ServiceDocumentTypeText _ServiceDocumentTypeText

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view C_EBRRServiceDocumentMonitor.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW C_EBRRServiceDocumentMonitor AS
SELECT
  ServiceDocumentType,
  ServiceDocument,
  ServiceDocumentItem,
  ControllingObject,
  BusinessSolutionOrder,
  MaintenanceOrder,
  TotalNumberOfMaintOrders,
  CompanyCode,
  CompanyCodeName,
  ResultAnalysisInternalID,
  _ResultAnalysisVersionText[1: Language=$session.system_language ].ResultAnalysisVersionText AS ResultAnalysisVersionText,
  CompanyCodeCurrency,
  PerformanceObligation,
  RevenueAccountingContract,
  virtual LeadingLedger : fins_ledger AS virtualLeadingLedgerfins_ledger,
  FiscalPeriod,
  FiscalYear,
  Ledger,
  _ServiceDocumentTypeText[1: Language=$session.system_language ].ServiceDocumentTypeName AS ServiceDocumentTypeName,
  RecognizedRevnAmtInCCCrcy,
  RecognizedCOGSAmtInCCCrcy,
  MnlContrAccrPnLItmAmtInCCCrcy,
  RecognizedMarginAmtInCCCrcy,
  RecognizableCostAmtInCCCrcy,
  RecognizableRevenueAmtInCCCrcy,
  ActlSlsDeductionAmtInCCCrcy,
  RevenueAdjustmentAmtInCCCrcy,
  COGSAdjustmentAmtInCCCrcy,
  DeferredCOGSAmtInCCCrcy,
  DeferredRevenueAmtInCCCrcy,
  AccruedCOGSAmtInCCCrcy,
  AccruedRevenueAmtInCCCrcy,
  UnbilledRevnInCoCodeCrcy,
  MnlContrAccrBalShtAmtInCCCrcy,
  PlannedRevenueAmtInCCCrcy,
  PlannedCosAmtInCCCrcy,
  TgtRsltAnalysisInternalText,
  TgtRsltAnalysisInternalID
FROM R_EBRRServiceDocumentMonitor
;