I_RAContractWithMnlFlfmtVH

DDL: I_RACONTRACTWITHMNLFLFMTVH Type: view_entity COMPOSITE

RA Contr With Mnl Flfmt Perf. Oblgn. VH

I_RAContractWithMnlFlfmtVH is a Composite CDS View that provides data about "RA Contr With Mnl Flfmt Perf. Oblgn. VH" in SAP S/4HANA.

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Analytics.technicalName IRACONTRWMFVH view
EndUserText.label RA Contr With Mnl Flfmt Perf. Oblgn. VH 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 (22)

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
RAPerfOblgnDistinctType RAPerfOblgnDistinctType Composition
PerformanceObligationRole PerformanceObligationRole Performance Obligation Role
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
_FulfillmentType _FulfillmentType
_PerfOblgnDistinctType _PerfOblgnDistinctType

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