C_EBRRServiceDocumentMonitor
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)
| Source | Alias | Join Type |
|---|---|---|
| R_EBRRServiceDocumentMonitor | R_EBRRServiceDocumentMonitor | projection |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FINS_TRR_SVD_MON | UI_FINS_TRR_SVD_MON | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F6007 | Event-Based Revenue Recognition - Service Documents | Transactional |
Event-Based Revenue Recognition - Service Documents
Business Role: Cost Accountant - Sales
Fields (40)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA