I_BudgetEntryDocument
Budget Entry Document
I_BudgetEntryDocument (Composite)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
Cross Applications
I_BudgetEntryDocument is a Composite CDS View that provides data about "Budget Entry Document" in SAP S/4HANA. It reads from 1 data source (I_BudgetEntryDocumentBasic) and exposes 45 fields with key fields FinancialManagementArea, BudgetDocumentYear, BudgetEntryDocument. It has 1 association to related views.
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Cross Applications |
| Application Component | PSM-FM-BCS-BU |
| Capabilities | Data Source for Defining CDS Entities |
| Package | Cross Applications for SAP S/4HANA Cloud Private Edition |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_BudgetEntryDocumentBasic | I_BudgetEntryDocumentBasic | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_BudgetEntryDocumentItem | _BudgetEntryDocumentItem | $projection.FinancialManagementArea = _BudgetEntryDocumentItem.FinancialManagementArea and $projection.BudgetDocumentYear = _BudgetEntryDocumentItem.BudgetDocumentYear and $projection.BudgetEntryDocument = _BudgetEntryDocumentItem.BudgetEntryDocument |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.compositionRoot | true | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AbapCatalog.sqlViewName | IFMBDGTDOC | view | |
| VDM.viewType | #COMPOSITE | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Budget Entry Document | view |
Fields (45)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialManagementArea | FinancialManagementArea | Financial Management Area | |
| KEY | BudgetDocumentYear | BudgetDocumentYear | Document Year | |
| KEY | BudgetEntryDocument | BudgetEntryDocument | Budget entry document number | |
| BudgetEntryDocumentFamily | BudgetEntryDocumentFamily | Document Family Number | ||
| OriginalBudgetingApplication | OriginalBudgetingApplication | Original Application | ||
| BudgetingProcess | BudgetingProcess | Budgeting Process | ||
| BudgetVersion | BudgetVersion | Budget Version | ||
| CreatedByUser | CreatedByUser | User Who Created or Updated the Object | ||
| CreationDate | CreationDate | Date on which the object was created or updated | ||
| CreationTime | CreationTime | Time at which the object was created or updated | ||
| LastChangedByUser | LastChangedByUser | Last user to change object | ||
| LastChangeDate | LastChangeDate | Date on which the object was changed | ||
| LastChangeTime | LastChangeTime | Time at which the object was changed | ||
| BudgetEntryDocumentDate | BudgetEntryDocumentDate | Document Date | ||
| PostingDate | PostingDate | Posting Date in the Document | ||
| ReversalReason | ReversalReason | Reason for Reversal of Budget Document | ||
| BudgetingResponsiblePersonName | BudgetingResponsiblePersonName | Person Responsible for Planning/Budgeting | ||
| BudgetEntryDocumentDescription | BudgetEntryDocumentDescription | Header Text for Budget Entry Document | ||
| BudgetEntryDocumentStatus | BudgetEntryDocumentStatus | Status of a budget entry document | ||
| BdgtEntryDocReversalStatus | BdgtEntryDocReversalStatus | Reversal Status | ||
| ReversalRefBudgetEntryDocument | ReversalRefBudgetEntryDocument | Reversal Reference Document Number | ||
| BudgetEntryDocumentType | BudgetEntryDocumentType | Budget entry document type | ||
| LogicalSystem | LogicalSystem | Logical System | ||
| FiscalTreasuryLoanCohort | FiscalTreasuryLoanCohort | Reporting Year for Cohort | ||
| PublicLaw | PublicLaw | Public Law Cited | ||
| FiscalTreasuryLegislationType | FiscalTreasuryLegislationType | Type of Legislation | ||
| FiscalTreasuryAgency | FiscalTreasuryAgency | Transfer Agency | ||
| FiscalTreasuryBudgetAccount | FiscalTreasuryBudgetAccount | Trnsf acct for c.pmt | ||
| PartnerCompany | PartnerCompany | Company ID of Trading Partner | ||
| ReferenceDocumentType | ReferenceDocumentType | Reference Document Type | ||
| ReferenceDocumentLogicalSystem | ReferenceDocumentLogicalSystem | Logical system of source document | ||
| ReferenceDocumentContext | ReferenceDocumentContext | Reference Organizational Units | ||
| ReferenceDocument | ReferenceDocument | Reference Doc. Number | ||
| OriginalReferenceDocument | OriginalReferenceDocument | Reference Key | ||
| AutomaticBdgtPostingReference | AutomaticBdgtPostingReference | Reference Document Number | ||
| _FinMgmtArea | _FinMgmtArea | |||
| _BudgetEntryDocumentItem | _BudgetEntryDocumentItem | |||
| _OriginalBudgetingApplication | _OriginalBudgetingApplication | |||
| _BudgetingProcess | _BudgetingProcess | |||
| _BudgetEntryDocumentStatus | _BudgetEntryDocumentStatus | |||
| _BdgtEntryDocReversalStatus | _BdgtEntryDocReversalStatus | |||
| _BudgetEntryDocumentType | _BudgetEntryDocumentType | |||
| _BudgetVersion | _BudgetVersion | |||
| _CreatedByUser | _CreatedByUser | |||
| _LastChangedByUser | _LastChangedByUser |
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_BudgetEntryDocument.
-- 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: IFMBDGTDOC
CREATE VIEW I_BudgetEntryDocument AS
SELECT
FinancialManagementArea,
BudgetDocumentYear,
BudgetEntryDocument,
BudgetEntryDocumentFamily,
OriginalBudgetingApplication,
BudgetingProcess,
BudgetVersion,
CreatedByUser,
CreationDate,
CreationTime,
LastChangedByUser,
LastChangeDate,
LastChangeTime,
BudgetEntryDocumentDate,
PostingDate,
ReversalReason,
BudgetingResponsiblePersonName,
BudgetEntryDocumentDescription,
BudgetEntryDocumentStatus,
BdgtEntryDocReversalStatus,
ReversalRefBudgetEntryDocument,
BudgetEntryDocumentType,
LogicalSystem,
FiscalTreasuryLoanCohort,
PublicLaw,
FiscalTreasuryLegislationType,
FiscalTreasuryAgency,
FiscalTreasuryBudgetAccount,
PartnerCompany,
ReferenceDocumentType,
ReferenceDocumentLogicalSystem,
ReferenceDocumentContext,
ReferenceDocument,
OriginalReferenceDocument,
AutomaticBdgtPostingReference
FROM I_BudgetEntryDocumentBasic
LEFT OUTER JOIN I_BudgetEntryDocumentItem AS _BudgetEntryDocumentItem ON FinancialManagementArea = _BudgetEntryDocumentItem.FinancialManagementArea AND BudgetDocumentYear = _BudgetEntryDocumentItem.BudgetDocumentYear AND BudgetEntryDocument = _BudgetEntryDocumentItem.BudgetEntryDocument -- association [0..*]
;
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