I_RIBCtrlObjBdgtAcct
RIB control object for budget account
I_RIBCtrlObjBdgtAcct is a Composite CDS View that provides data about "RIB control object for budget account" in SAP S/4HANA. It has 3 associations to related views.
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_PubSecHierarchy | _HierarchyDirectory | $projection.HierarchyIDForBudgetAccount = _HierarchyDirectory.HierarchyID |
| [0..*] | I_BudgetAccountInChtAccts | _BudgetAccount | $projection.HierarchyIDForBudgetAccount = _BudgetAccount.ChartOfAccounts and $projection.CtrlObjForBudgetAccount = _BudgetAccount.PubSecBudgetAccount |
| [0..*] | I_BudgetAccountHierarchyNodeT | _BudgetAccountHierarchyNodeT | $projection.HierarchyIDForBudgetAccount = _BudgetAccountHierarchyNodeT.BudgetAccountHierarchy and $projection.CtrlObjForBudgetAccount = _BudgetAccountHierarchyNodeT.HierarchyNode |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| ObjectModel.representativeKey | CtrlObjForBudgetAccount | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| EndUserText.label | RIB control object for budget account | view |
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | HierarchyIDForBudgetAccount | HierarchyIDForBudgetAccount | ||
| KEY | CtrlObjForBudgetAccount | CtrlObjForBudgetAccount | Control Object Budget Account | |
| PubSecBudgetAccount | _BudgetAccount | PubSecBudgetAccount | Budget Account | |
| BudgetAccountDescription | ||||
| HierarchyNode | _BudgetAccountHierarchyNodeT | HierarchyNode | Node | |
| HierarchyNodeText | ||||
| RIBProfile | RIBProfile | |||
| _HierarchyDirectory | _HierarchyDirectory | |||
| _BudgetAccount | _BudgetAccount | |||
| _BudgetAccountHierarchyNodeT | _BudgetAccountHierarchyNodeT |
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_RIBCtrlObjBdgtAcct.
-- 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_RIBCtrlObjBdgtAcct AS
SELECT
HierarchyIDForBudgetAccount,
CtrlObjForBudgetAccount,
_BudgetAccount.PubSecBudgetAccount AS PubSecBudgetAccount,
_BudgetAccount._BudgetAccountText[1:Language = $session.system_language].BudgetAccountDescription AS BudgetAccountDescription,
_BudgetAccountHierarchyNodeT.HierarchyNode AS HierarchyNode,
_BudgetAccountHierarchyNodeT[1:Language = $session.system_language].HierarchyNodeText AS HierarchyNodeText,
RIBProfile
LEFT OUTER JOIN I_PubSecHierarchy AS _HierarchyDirectory ON HierarchyIDForBudgetAccount = _HierarchyDirectory.HierarchyID -- association [0..1]
LEFT OUTER JOIN I_BudgetAccountInChtAccts AS _BudgetAccount ON HierarchyIDForBudgetAccount = _BudgetAccount.ChartOfAccounts AND CtrlObjForBudgetAccount = _BudgetAccount.PubSecBudgetAccount -- association [0..*]
LEFT OUTER JOIN I_BudgetAccountHierarchyNodeT AS _BudgetAccountHierarchyNodeT ON HierarchyIDForBudgetAccount = _BudgetAccountHierarchyNodeT.BudgetAccountHierarchy AND CtrlObjForBudgetAccount = _BudgetAccountHierarchyNodeT.HierarchyNode -- 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