I_RevnAcctgSenderComponent
RA Source Sender Component
I_RevnAcctgSenderComponent is a Basic CDS View (Dimension) that provides data about "RA Source Sender Component" in SAP S/4HANA. It reads from 1 data source (farr_c_srcco) and exposes 2 fields with key field RevnAcctgSenderComponent. It has 1 association to related views. It is exposed through 1 OData service (FARR_BUSINESS_RECNCLN). It is used in 1 Fiori application: Business Reconciliation. Part of development package ODATA_FARR_MANAGE_PSTPND_ITEMS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| farr_c_srcco | farr_c_srcco | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_RevnAcctgSenderComponentText | _Text | $projection.RevnAcctgSenderComponent = _Text.RevnAcctgSenderComponent |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Analytics.technicalName | IRASRCCOMP | view | |
| EndUserText.label | RA Source Sender Component | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.representativeKey | RevnAcctgSenderComponent | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| VDM.viewType | #BASIC | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| FARR_BUSINESS_RECNCLN | FARR_BUSINESS_RECNCLN | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4830 | Business Reconciliation | Transactional | Revenue Accountant can use this application to do reconciliation between sender components and revenue accounting engine side. |
Business Reconciliation
Business Role: Revenue Accountant
You can have close integration with the universal journal by posting directly to the universal journal without persistence of the Revenue Accounting (RAR) subledger. The benefits of direct posting are the following:A simplified process for small- and medium-volume business scenarios When direct posting is used, no RAR subledger is used, and this leads to reduced reconciliation effort. A reduction in the number of period-end batch jobs required to execute the Transfer Revenue transaction for time-based revenues and the Calculate Contract Liabilities and Contract Assets transaction
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RevnAcctgSenderComponent | srcdoc_comp | ||
| _Text | _Text |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName: #LOCAL
@Analytics.technicalName: 'IRASRCCOMP'
@EndUserText.label: 'RA Source Sender Component'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.representativeKey: 'RevnAcctgSenderComponent'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #META }
@VDM.viewType: #BASIC
define view entity I_RevnAcctgSenderComponent
as select from farr_c_srcco
association [0..*] to I_RevnAcctgSenderComponentText as _Text
on $projection.RevnAcctgSenderComponent = _Text.RevnAcctgSenderComponent
{
@ObjectModel.text.association: '_Text'
key srcdoc_comp as RevnAcctgSenderComponent,
_Text
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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