E_RAPerformanceObligation

DDL: E_RAPERFORMANCEOBLIGATION SQL: ERAPERFOBLGN Type: view EXTENSION

Extension for RA Performance Obligation

E_RAPerformanceObligation is a Extension CDS View that provides data about "Extension for RA Performance Obligation" in SAP S/4HANA. It reads from 1 data source (farr_d_pob) and exposes 1 field with key field PerformanceObligation.

Data Sources (1)

SourceAliasJoin Type
farr_d_pob Persistence from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ERAPERFOBLGN view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #EXTENSION view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Extension for RA Performance Obligation view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY PerformanceObligation

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_RAPerformanceObligation.
-- 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.
-- SQL view name: ERAPERFOBLGN

CREATE VIEW E_RAPerformanceObligation AS
SELECT
  cast(Persistence.pob_id as farr_cds_pob_id preserving type) AS PerformanceObligation
FROM farr_d_pob AS Persistence
;