A_EarmarkedFundsDocument
Remote Interface Earmarked Funds
A_EarmarkedFundsDocument is a Consumption CDS View that provides data about "Remote Interface Earmarked Funds" in SAP S/4HANA. It reads from 1 data source (R_EarmarkedFundsDocumentTP) and exposes 26 fields with key field EarmarkedFundsDocument. It is exposed through 4 OData services (API_EARMARKEDFUNDSDOC, API_EARMARKEDFUNDSDOCUMENT, ASQL_F7357, ...). Part of development package ODATA_PSM_S4C_EARMARKED_FUNDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_EarmarkedFundsDocumentTP | R_EarmarkedFundsDocumentTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| ObjectModel.representativeKey | EarmarkedFundsDocument | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| OData.entityType.name | EarmarkedFundsDocument_Type | view | |
| EndUserText.label | Remote Interface Earmarked Funds | view |
OData Services (4)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_EARMARKEDFUNDSDOC | API_EARMARKEDFUNDSDOC | V4 | C2 | C1 |
| API_EARMARKEDFUNDSDOCUMENT | API_EARMARKEDFUNDSDOCUMENT | V2 | C2 | C1 |
| ASQL_F7357 | ASQL_F7357 | C2 | NOT_RELEASED | |
| ASQL_F7718 | ASQL_F7718 | C2 | NOT_RELEASED |
Fields (26)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EarmarkedFundsDocument | EarmarkedFundsDocument | Earmarked Funds | |
| EmrkdFndsExtDocumentNumber | EarmarkedFundsDocumentForEdit | External Document Number | ||
| EarmarkedFundsDocumentCategory | EarmarkedFundsDocumentCategory | Document Category | ||
| EarmarkedFundsDocumentType | EarmarkedFundsDocumentType | Document Type | ||
| CompanyCode | CompanyCode | Receiver Company Code | ||
| FinancialManagementArea | FinancialManagementArea | FM Area | ||
| ControllingArea | ControllingArea | Controlling Area | ||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| EarmarkedFundsDocReference | EarmarkedFundsDocReference | Reference | ||
| EarmarkedFundsHeaderText | EarmarkedFundsHeaderText | Document Text | ||
| PostingDate | PostingDate | Posting Date for GR | ||
| DocumentDate | DocumentDate | Journal Entry Date | ||
| ExchangeRateDate | ExchangeRateDate | Translatn Date | ||
| AbsoluteExchangeRate | AbsoluteExchangeRate | Absolute Exchange Rate | ||
| ExchRateIsIndirectQuotation | ExchRateIsIndirectQuotation | Exchange Rate Is Indirect Quotation | ||
| EmrkdFndsDocCreatedByUser | EmrkdFndsDocCreatedByUser | Entered By | ||
| EmrkdFndsDocCreationDate | EmrkdFndsDocCreationDate | Entered On | ||
| EmrkdFndsDocLastChangedByUser | EmrkdFndsDocLastChangedByUser | Last Changed By | ||
| EmrkdFndsDocLastChangeDate | EmrkdFndsDocLastChangeDate | Changed On | ||
| EmrkdFndsDocLastChangeDateTime | EmrkdFndsDocLastChangeDateTime | Last Changed On | ||
| ReferenceDocumentType | ReferenceDocumentType | Reference Document Type | ||
| ReferenceDocument | ReferenceDocument | Reference Document | ||
| ReferenceDocumentContext | ReferenceDocumentContext | Reference Document Context | ||
| ReferenceDocumentLogicalSystem | ReferenceDocumentLogicalSystem | Ref. Doc. Lgcl Syst. | ||
| EarmarkedFundsManualEditBlock | EarmarkedFundsManualEditBlock | Document Block |
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 A_EarmarkedFundsDocument.
-- 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 A_EarmarkedFundsDocument AS
SELECT
EarmarkedFundsDocument,
EarmarkedFundsDocumentForEdit AS EmrkdFndsExtDocumentNumber,
EarmarkedFundsDocumentCategory,
EarmarkedFundsDocumentType,
CompanyCode,
FinancialManagementArea,
ControllingArea,
TransactionCurrency,
CompanyCodeCurrency,
EarmarkedFundsDocReference,
EarmarkedFundsHeaderText,
PostingDate,
DocumentDate,
ExchangeRateDate,
AbsoluteExchangeRate,
ExchRateIsIndirectQuotation,
EmrkdFndsDocCreatedByUser,
EmrkdFndsDocCreationDate,
EmrkdFndsDocLastChangedByUser,
EmrkdFndsDocLastChangeDate,
EmrkdFndsDocLastChangeDateTime,
ReferenceDocumentType,
ReferenceDocument,
ReferenceDocumentContext,
ReferenceDocumentLogicalSystem,
EarmarkedFundsManualEditBlock
FROM R_EarmarkedFundsDocumentTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- 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