I_PerformanceObligationRoleVH

DDL: I_PERFORMANCEOBLIGATIONROLEVH Type: view_entity COMPOSITE Package: FARR_CONTRACT_CDS

RA Performance Obligation Role

I_PerformanceObligationRoleVH is a Composite CDS View that provides data about "RA Performance Obligation Role" in SAP S/4HANA. It reads from 1 data source (I_PerformanceObligationRole) and exposes 2 fields with key field PerformanceObligationRole. It is exposed through 8 OData services (ASQL_F3881, ASQL_F3883, ASQL_F4069, ...). Part of development package FARR_CONTRACT_CDS.

Data Sources (1)

SourceAliasJoin Type
I_PerformanceObligationRole I_PerformanceObligationRole from

Annotations (10)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.technicalName IRAPOBROLEVH view
EndUserText.label RA Performance Obligation Role view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PerformanceObligationRole view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view

OData Services (8)

ServiceBindingVersionContractRelease
ASQL_F3881 ASQL_F3881 C2 NOT_RELEASED
ASQL_F3883 ASQL_F3883 C2 NOT_RELEASED
ASQL_F4069 ASQL_F4069 C2 NOT_RELEASED
ASQL_F4272 ASQL_F4272 C2 NOT_RELEASED
ASQL_F4273 ASQL_F4273 C2 NOT_RELEASED
ASQL_F4423 ASQL_F4423 C2 NOT_RELEASED
ASQL_F4424 ASQL_F4424 C2 NOT_RELEASED
ASQL_F4830 ASQL_F4830 C2 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PerformanceObligationRole PerformanceObligationRole Performance Obligation Role
_Text _Text

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 I_PerformanceObligationRoleVH.
-- 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 I_PerformanceObligationRoleVH AS
SELECT
  PerformanceObligationRole
FROM I_PerformanceObligationRole
;