I_CFinRpldPurgDocAcctAsgtTP

DDL: I_CFINRPLDPURGDOCACCTASGTTP Type: view_entity TRANSACTIONAL

CFin Rpld Purg Doc AcctAsgt Intf - TP

I_CFinRpldPurgDocAcctAsgtTP is a Transactional CDS View that provides data about "CFin Rpld Purg Doc AcctAsgt Intf - TP" in SAP S/4HANA. It reads from 1 data source (R_CFinRpldPurgDocAcctAsgtTP_2) and exposes 46 fields with key field CFinRpldPurgDocAcctAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_CFinRpldPurgDocAcctAsgtTP_2 R_CFinRpldPurgDocAcctAsgtTP_2 projection

Annotations (7)

NameValueLevelField
EndUserText.label CFin Rpld Purg Doc AcctAsgt Intf - TP view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view

Fields (46)

KeyFieldSource TableSource FieldDescription
KEY CFinRpldPurgDocAcctAssgmtUUID CFinRpldPurgDocAcctAssgmtUUID
CFinRpldPurchasingDocUUID CFinRpldPurchasingDocUUID
CFinRpldPurchasingDocItemUUID CFinRpldPurchasingDocItemUUID
SourceSystemLogicalSystem SourceSystemLogicalSystem Sender Log Sys.
CFinRpldPurchasingDocument CFinRpldPurchasingDocument Purchasing Doc.
CFinRpldPurchasingDocumentItem CFinRpldPurchasingDocumentItem Item
CFinRpldPurgDocAcctAssgmt CFinRpldPurgDocAcctAssgmt
IsDeleted IsDeleted TRUE
Quantity Quantity Value
MultipleAcctAssgmtDistrPercent MultipleAcctAssgmtDistrPercent Distribution
PurgDocNetAmount PurgDocNetAmount Net Value
GLAccount GLAccount General Ledger
BusinessArea BusinessArea Business Area
CostCenter CostCenter Cost Center
CFinReplicatedSalesDocument CFinReplicatedSalesDocument Central Finance Repl. Sales Document
CFinRpldSalesDocumentItem CFinRpldSalesDocumentItem Central Finance Repl. Sales Doc. Item
CFinRpldSalesDocScheduleLine CFinRpldSalesDocScheduleLine Central Finance Repl. Schedule Line
MasterFixedAsset MasterFixedAsset Fixed Asset
FixedAsset FixedAsset Sub-number
OrderID OrderID Order ID
ControllingArea ControllingArea Controlling Area
WBSElementInternalID WBSElementInternalID WBS Internal ID
ProjectNetworkInternalID ProjectNetworkInternalID Plan No.f.Oper.
ProjectNetwork ProjectNetwork Order
REInternalFinNumber REInternalFinNumber Real Estate Key
NetworkActivityInternalID NetworkActivityInternalID Counter
CommitmentItemShortID CommitmentItemShortID Commitment Item Short ID
FundsCenter FundsCenter Funds Center
Fund Fund Sender Fund
FunctionalArea FunctionalArea Sendr Fctl Area
SettlementReferenceDate SettlementReferenceDate Reference date
NonDeductibleInputTaxAmount NonDeductibleInputTaxAmount Non-deductible
CostCtrActivityType CostCtrActivityType Activity Type
GrantID GrantID Sender Grant
BudgetPeriod BudgetPeriod Budget Period
QuantityAsFloatValue QuantityAsFloatValue
PubSecSplitBatchNumberID PubSecSplitBatchNumberID Dist.Batch No.
USFedGovernmentUUID USFedGovernmentUUID US Govt
GoodsRecepientName GoodsRecepientName
CreationDate CreationDate Time Stamp
ProfitCenter ProfitCenter Profit Center
ProfitabilitySegment ProfitabilitySegment Profitability Segment
string
OperatingConcern OperatingConcern Operating concern
OrderQuantityUnit OrderQuantityUnit Sales Unit
DocumentCurrency DocumentCurrency Document Currency

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_CFinRpldPurgDocAcctAsgtTP.
-- 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_CFinRpldPurgDocAcctAsgtTP AS
SELECT
  CFinRpldPurgDocAcctAssgmtUUID,
  CFinRpldPurchasingDocUUID,
  CFinRpldPurchasingDocItemUUID,
  SourceSystemLogicalSystem,
  CFinRpldPurchasingDocument,
  CFinRpldPurchasingDocumentItem,
  CFinRpldPurgDocAcctAssgmt,
  IsDeleted,
  Quantity,
  MultipleAcctAssgmtDistrPercent,
  PurgDocNetAmount,
  GLAccount,
  BusinessArea,
  CostCenter,
  CFinReplicatedSalesDocument,
  CFinRpldSalesDocumentItem,
  CFinRpldSalesDocScheduleLine,
  MasterFixedAsset,
  FixedAsset,
  OrderID,
  ControllingArea,
  WBSElementInternalID,
  ProjectNetworkInternalID,
  ProjectNetwork,
  REInternalFinNumber,
  NetworkActivityInternalID,
  CommitmentItemShortID,
  FundsCenter,
  Fund,
  FunctionalArea,
  SettlementReferenceDate,
  NonDeductibleInputTaxAmount,
  CostCtrActivityType,
  GrantID,
  BudgetPeriod,
  QuantityAsFloatValue,
  PubSecSplitBatchNumberID,
  USFedGovernmentUUID,
  GoodsRecepientName,
  CreationDate,
  ProfitCenter,
  ProfitabilitySegment,
  virtual ProfitabilitySegmentCharcValue : abap.string AS string,
  OperatingConcern,
  OrderQuantityUnit,
  DocumentCurrency
FROM R_CFinRpldPurgDocAcctAsgtTP_2
;