E_RAPerfOblgnMngRevnContrDraft

DDL: E_RAPERFOBLGNMNGREVNCONTRDRAFT Type: view_entity EXTENSION

Performance Obligation - Extn

E_RAPerfOblgnMngRevnContrDraft is a Extension CDS View that provides data about "Performance Obligation - Extn" in SAP S/4HANA. It reads from 1 data source (farr_mgn_2_d) and exposes 2 fields with key fields PerformanceObligation, RevenueAccountingContract.

Data Sources (1)

SourceAliasJoin Type
farr_mgn_2_d Persistence from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
EndUserText.label Performance Obligation - Extn view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #EXTENSION view
AbapCatalog.extensibility.elementSuffix RCI view
AbapCatalog.extensibility.quota.maximumFields 170 view
AbapCatalog.extensibility.quota.maximumBytes 1700 view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PerformanceObligation farr_mgn_2_d performanceobligation Performance Obligation
KEY RevenueAccountingContract farr_mgn_2_d revenueaccountingcontract Revenue Contract

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 E_RAPerfOblgnMngRevnContrDraft.
-- 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 E_RAPerfOblgnMngRevnContrDraft AS
SELECT
  Persistence.performanceobligation AS PerformanceObligation,
  Persistence.revenueaccountingcontract AS RevenueAccountingContract
FROM farr_mgn_2_d AS Persistence
;