I_RAConflictedContractVH

DDL: I_RACONFLICTEDCONTRACTVH Type: view_entity COMPOSITE

Value Help of Conflicted RA Contract

I_RAConflictedContractVH is a Composite CDS View that provides data about "Value Help of Conflicted RA Contract" in SAP S/4HANA.

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Analytics.technicalName IRACONFCONTRVH view
EndUserText.label Value Help of Conflicted RA Contract view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PerformanceObligation view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view

Fields (24)

KeyFieldSource TableSource FieldDescription
KEY RevenueAccountingContract RevenueAccountingContract Revenue Contract
KEY AccountingPrinciple AccountingPrinciple AP Ledger/CoCode
KEY PerformanceObligation PerformanceObligation Performance Obligation
PerformanceObligationClass PerformanceObligationClass Performance Obligation Name
RevnAcctgOperationalDocument RevnAcctgOperationalDocument
Customer Customer Sold-to Party
BusinessPartner BusinessPartner Issuing Authority
RevnAcctgSalesOrganization RevnAcctgSalesOrganization Sales Org.
PerfOblgnFulfillmentType PerfOblgnFulfillmentType Fulfillment Type
PerfOblgnEventType PerfOblgnEventType Event Type
PerformanceObligationRole PerformanceObligationRole Performance Obligation Role
RAFulfillmentIsValueBased RAFulfillmentIsValueBased Fulfillments Based on Values
PerfOblgnIsFinallyInvoiced PerfOblgnIsFinallyInvoiced Final Invoice
FunctionalArea FunctionalArea Sendr Fctl Area
BusinessArea BusinessArea Business Area
ProfitCenter ProfitCenter Profit Center
Segment Segment Segment number
CostCenter CostCenter Cost Center
WBSElementExternalID WBSElementExternalID WBS Element External ID
ProfitabilitySegment ProfitabilitySegment Profitability Segment
_RevenueAccountingContract _RevenueAccountingContract
_BusinessPartner _BusinessPartner
_FulfillmentType _FulfillmentType
_PerfObligationEventType _PerfObligationEventType

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_RAConflictedContractVH.
-- 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_RAConflictedContractVH AS
SELECT
  RevenueAccountingContract,
  AccountingPrinciple,
  PerformanceObligation,
  PerformanceObligationClass,
  RevnAcctgOperationalDocument,
  Customer,
  BusinessPartner,
  RevnAcctgSalesOrganization,
  PerfOblgnFulfillmentType,
  PerfOblgnEventType,
  PerformanceObligationRole,
  RAFulfillmentIsValueBased,
  PerfOblgnIsFinallyInvoiced,
  FunctionalArea,
  BusinessArea,
  ProfitCenter,
  Segment,
  CostCenter,
  WBSElementExternalID,
  ProfitabilitySegment
;