I_CFinRpldPurgSrvcAcctAssgmtTP

DDL: I_CFINRPLDPURGSRVCACCTASSGMTTP Type: view_entity TRANSACTIONAL

CFin Rpld PD Srvc AcctAssgmt Intf - TP

I_CFinRpldPurgSrvcAcctAssgmtTP is a Transactional CDS View that provides data about "CFin Rpld PD Srvc AcctAssgmt Intf - TP" in SAP S/4HANA. It reads from 1 data source (R_CFinRpldPurgSrvcAcctAssgmtTP) and exposes 42 fields with key field CFinRpldPurgSrvcAcctAssgmtUUID.

Data Sources (1)

SourceAliasJoin Type
R_CFinRpldPurgSrvcAcctAssgmtTP R_CFinRpldPurgSrvcAcctAssgmtTP projection

Annotations (7)

NameValueLevelField
EndUserText.label CFin Rpld PD Srvc AcctAssgmt 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 (42)

KeyFieldSource TableSource FieldDescription
KEY CFinRpldPurgSrvcAcctAssgmtUUID CFinRpldPurgSrvcAcctAssgmtUUID
CFinRpldPurchasingDocUUID CFinRpldPurchasingDocUUID
CFinRpldPurgDocHistoryUUID CFinRpldPurgDocHistoryUUID
SourceSystemLogicalSystem SourceSystemLogicalSystem Sender Log Sys.
ServicePackage ServicePackage Package number
SESAccountAssignment SESAccountAssignment Account Assgmt No.
CFinRpldPurgDocAcctAssgmt CFinRpldPurgDocAcctAssgmt
IsDeleted IsDeleted TRUE
CreationDate CreationDate Time Stamp
AcctAssgmtValueDistributionPct AcctAssgmtValueDistributionPct
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
ProfitabilitySegment ProfitabilitySegment Profitability Segment
ProfitCenter ProfitCenter Profit Center
WBSElementInternalID WBSElementInternalID WBS Internal ID
ProjectNetwork ProjectNetwork Order
ProjectNetworkInternalID ProjectNetworkInternalID Plan No.f.Oper.
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
PubSecSplitBatchNumberID PubSecSplitBatchNumberID Dist.Batch No.
USFedGovernmentUUID USFedGovernmentUUID US Govt
OperatingConcern OperatingConcern Operating concern
DocumentCurrency DocumentCurrency Document Currency
string

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_CFinRpldPurgSrvcAcctAssgmtTP.
-- 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_CFinRpldPurgSrvcAcctAssgmtTP AS
SELECT
  CFinRpldPurgSrvcAcctAssgmtUUID,
  CFinRpldPurchasingDocUUID,
  CFinRpldPurgDocHistoryUUID,
  SourceSystemLogicalSystem,
  ServicePackage,
  SESAccountAssignment,
  CFinRpldPurgDocAcctAssgmt,
  IsDeleted,
  CreationDate,
  AcctAssgmtValueDistributionPct,
  PurgDocNetAmount,
  GLAccount,
  BusinessArea,
  CostCenter,
  CFinReplicatedSalesDocument,
  CFinRpldSalesDocumentItem,
  CFinRpldSalesDocScheduleLine,
  MasterFixedAsset,
  FixedAsset,
  OrderID,
  ControllingArea,
  ProfitabilitySegment,
  ProfitCenter,
  WBSElementInternalID,
  ProjectNetwork,
  ProjectNetworkInternalID,
  REInternalFinNumber,
  NetworkActivityInternalID,
  CommitmentItemShortID,
  FundsCenter,
  Fund,
  FunctionalArea,
  SettlementReferenceDate,
  NonDeductibleInputTaxAmount,
  CostCtrActivityType,
  GrantID,
  BudgetPeriod,
  PubSecSplitBatchNumberID,
  USFedGovernmentUUID,
  OperatingConcern,
  DocumentCurrency,
  virtual ProfitabilitySegmentCharcValue : abap.string AS string
FROM R_CFinRpldPurgSrvcAcctAssgmtTP
;