C_EarmarkedFundsItemForObjP
Auxiliary Cosumption view for Object Page
C_EarmarkedFundsItemForObjP is a Consumption CDS View that provides data about "Auxiliary Cosumption view for Object Page" in SAP S/4HANA. It reads from 1 data source (I_EarmarkedFundsDocumentItem) and exposes 38 fields with key fields EarmarkedFundsDocument, EarmarkedFundsDocumentItem.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EarmarkedFundsDocumentItem | I_EarmarkedFundsDocumentItem | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AbapCatalog.sqlViewName | CEF4OBJP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| UI.headerInfo.typeName | Earmarked Funds Document | view | |
| UI.headerInfo.typeNamePlural | Earmarked Funds Documents | view | |
| EndUserText.label | Auxiliary Cosumption view for Object Page | view |
Fields (38)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EarmarkedFundsDocument | EarmarkedFundsDocument | Earmarked Fund | |
| KEY | EarmarkedFundsDocumentItem | EarmarkedFundsDocumentItem | Document Item | |
| EarmarkedFundsDocumentCategory | _EarmarkedFundsDocument | EarmarkedFundsDocumentCategory | Document Category | |
| EarmarkedFundsDocCategoryText | Document Category | |||
| EarmarkedFundsDocumentType | _EarmarkedFundsDocument | EarmarkedFundsDocumentType | Document Type | |
| EarmarkedFundsDocTypeText | Document Type Text | |||
| CompanyCode | CompanyCode | Company Code | ||
| FinancialManagementArea | FinancialManagementArea | Financial Management Area | ||
| PostingDate | PostingDate | Posting date | ||
| FiscalYear | ||||
| CreatedByUser | EmrkdFndsDocItmCreatedByUser | Entered By | ||
| CreationDate | EmrkdFndsDocItmCreationDate | Entered On | ||
| EmrkdFndsReferenceDocumentItem | EmrkdFndsReferenceDocumentItem | Reference Document | ||
| LastChangedByUser | EmrkdFndsDocItmLastChgdByUsr | Last Changed By | ||
| LastChangeDate | EmrkdFndsDocItmLastChangeDate | Last Changed On | ||
| CommitmentItemFinMgmtArea | _CommitmentItemByEmrkdFnds | CommitmentItemFinMgmtArea | ||
| CommitmentItemFiscalYear | _CommitmentItemByEmrkdFnds | CommitmentItemFiscalYear | Commitment Item Fiscal Year | |
| CommitmentItem | CommitmentItem | Commitment Item | ||
| FundsCenterFinMgmtArea | _FundsCenterByEarmarkedFunds | FundsCenterFinMgmtArea | ||
| FundsCenterKeyDate | _FundsCenterByEarmarkedFunds | FundsCenterKeyDate | Funds Center Key Date | |
| FundsCenter | FundsCenter | Funds Center | ||
| Fund | Fund | Fund | ||
| FundedProgram | FundedProgram | Funded Program | ||
| BudgetPeriod | BudgetPeriod | Budget Period | ||
| FunctionalArea | FunctionalArea | Functional Area | ||
| GrantID | GrantID | Grant | ||
| TransactionCurrency | TransactionCurrency | Transaction Currency | ||
| EmrkdFndsAmountInTransCrcy | EmrkdFndsAmountInTransCrcy | Overall Amount (TC) | ||
| EmrkdFndsRelAmtInTransCrcy | EmrkdFndsRelAmtInTransCrcy | Release Amount | ||
| EmrkdFndsOpenAmtInTransCrcy | EmrkdFndsOpenAmtInTransCrcy | Open Amount (TC) | ||
| EmrkdFndsChgdAmtInTransCrcy | EmrkdFndsChgdAmtInTransCrcy | Amount Changed | ||
| EmrkdFndsCnsmdAmtInTransCrcy | EmrkdFndsCnsmdAmtInTransCrcy | Reduced Amount | ||
| CompanyCodeCurrency | CompanyCodeCurrency | Local Currency | ||
| EmrkdFndsAmountInCCCrcy | EmrkdFndsAmountInCCCrcy | Total Amount in Local Currency | ||
| EmrkdFndsRelAmtInCCCrcy | EmrkdFndsRelAmtInCCCrcy | Amt for Release | ||
| EmrkdFndsOpenAmtInCCCrcy | EmrkdFndsOpenAmtInCCCrcy | Open Amount in Local Currency | ||
| EmrkdFndsChgdAmtInCCCrcy | EmrkdFndsChgdAmtInCCCrcy | Amount Changed | ||
| EmrkdFndsCnsmdAmtInCCCrcy | EmrkdFndsCnsmdAmtInCCCrcy | Reduced Amount |
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 C_EarmarkedFundsItemForObjP.
-- 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.
-- SQL view name: CEF4OBJP
CREATE VIEW C_EarmarkedFundsItemForObjP AS
SELECT
EarmarkedFundsDocument,
EarmarkedFundsDocumentItem,
_EarmarkedFundsDocument.EarmarkedFundsDocumentCategory AS EarmarkedFundsDocumentCategory,
_EarmarkedFundsDocument._EarmarkedFundsDocCategory._Text[1:Language = $session.system_language].EarmarkedFundsDocCategoryText AS EarmarkedFundsDocCategoryText,
_EarmarkedFundsDocument.EarmarkedFundsDocumentType AS EarmarkedFundsDocumentType,
_EarmarkedFundsDocument._EarmarkedFundsDocType._Text[1:Language = $session.system_language].EarmarkedFundsDocTypeText AS EarmarkedFundsDocTypeText,
CompanyCode,
FinancialManagementArea,
PostingDate,
_EarmarkedFundsDocument._FiscalYearForCompanyCode.FiscalYear AS FiscalYear,
EmrkdFndsDocItmCreatedByUser AS CreatedByUser,
EmrkdFndsDocItmCreationDate AS CreationDate,
EmrkdFndsReferenceDocumentItem,
EmrkdFndsDocItmLastChgdByUsr AS LastChangedByUser,
EmrkdFndsDocItmLastChangeDate AS LastChangeDate,
_CommitmentItemByEmrkdFnds.CommitmentItemFinMgmtArea AS CommitmentItemFinMgmtArea,
_CommitmentItemByEmrkdFnds.CommitmentItemFiscalYear AS CommitmentItemFiscalYear,
CommitmentItem,
_FundsCenterByEarmarkedFunds.FundsCenterFinMgmtArea AS FundsCenterFinMgmtArea,
_FundsCenterByEarmarkedFunds.FundsCenterKeyDate AS FundsCenterKeyDate,
FundsCenter,
Fund,
FundedProgram,
BudgetPeriod,
FunctionalArea,
GrantID,
TransactionCurrency,
EmrkdFndsAmountInTransCrcy,
EmrkdFndsRelAmtInTransCrcy,
EmrkdFndsOpenAmtInTransCrcy,
EmrkdFndsChgdAmtInTransCrcy,
EmrkdFndsCnsmdAmtInTransCrcy,
CompanyCodeCurrency,
EmrkdFndsAmountInCCCrcy,
EmrkdFndsRelAmtInCCCrcy,
EmrkdFndsOpenAmtInCCCrcy,
EmrkdFndsChgdAmtInCCCrcy,
EmrkdFndsCnsmdAmtInCCCrcy
FROM I_EarmarkedFundsDocumentItem
;
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