I_CFinRpldPurgDocAcctAsgtTP
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)
| Source | Alias | Join Type |
|---|---|---|
| R_CFinRpldPurgDocAcctAsgtTP_2 | R_CFinRpldPurgDocAcctAsgtTP_2 | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
;
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