C_RAMappgMngRevnContr
Mapping
C_RAMappgMngRevnContr is a Consumption CDS View that provides data about "Mapping" in SAP S/4HANA. It is exposed through 2 OData services (UI_MANAGEREVENUECONTRACT, UI_MANAGEREVENUECONTRACTS_V4). Part of development package ODATA_FARR_MANAGE_CONTRACT.
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Mapping | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MANAGEREVENUECONTRACT | UI_MANAGEREVENUECONTRACT | V2 | C1 | NOT_RELEASED |
| UI_MANAGEREVENUECONTRACTS_V4 | UI_MANAGEREVENUECONTRACTS_V4 | V4 | C1 | NOT_RELEASED |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | RevnAcctgSenderComponent | RevnAcctgSenderComponent | ||
| KEY | RASndgCompLogicalSystem | RASndgCompLogicalSystem | ||
| KEY | RASndgCompDocumentItemType | RASndgCompDocumentItemType | ||
| KEY | RASndgCompDocumentItem | RASndgCompDocumentItem | ||
| KEY | PerformanceObligation | PerformanceObligation | ||
| RevenueAccountingContract | RevenueAccountingContract | |||
| RevnAcctgOperationalDocument | RevnAcctgOperationalDocument | |||
| RAOperationalDocumentItem | ||||
| SDDocumentCategory | ||||
| AccountingPrinciple | AccountingPrinciple | |||
| CompanyCode | CompanyCode | |||
| PerformanceObligationClass | _RAPerformanceObligation | PerformanceObligationClass | ||
| _RAPerformanceObligation | _RAPerformanceObligation | |||
| _RevenueAccountingContract | _RevenueAccountingContract |
@AbapCatalog.viewEnhancementCategory: [ #NONE ]
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Mapping'
@Metadata.allowExtensions: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType: { serviceQuality: #X, sizeCategory: #XXL, dataClass: #MIXED }
@VDM.lifecycle.contract.type: #NONE
@VDM.viewType: #CONSUMPTION
define view entity C_RAMappgMngRevnContr
as select distinct from P_RAMappingWithPredocItem
{
key RevnAcctgSenderComponent,
key RASndgCompLogicalSystem,
key RASndgCompDocumentItemType,
key RASndgCompDocumentItem,
key PerformanceObligation,
RevenueAccountingContract,
RevnAcctgOperationalDocument,
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FARR_MNGREVNCONTR_V_1'
cast('' as farr_item_id) as RAOperationalDocumentItem,
@ObjectModel.virtualElementCalculatedBy: 'ABAP:CL_FARR_MNGREVNCONTR_V_1'
cast('' as farr_vbtypl) as SDDocumentCategory,
AccountingPrinciple,
CompanyCode,
_RAPerformanceObligation.PerformanceObligationClass,
_RAPerformanceObligation,
_RevenueAccountingContract
}
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