I_CFinRpldPurgSrvcAcctAssgmtTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_CFinRpldPurgSrvcAcctAssgmtTP | R_CFinRpldPurgSrvcAcctAssgmtTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA