A_BudgetAccountCore
Budget Account
A_BudgetAccountCore is a Composite CDS View that provides data about "Budget Account" in SAP S/4HANA. It reads from 1 data source (R_BudgetAccountCoreTP) and exposes 12 fields with key fields PubSecBudgetAccount, PubSecBudgetAccountCoCode. It has 1 association to related views. It is exposed through 1 OData service (API_BUDGETACCOUNTCORE).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_BudgetAccountCoreTP | R_BudgetAccountCoreTP | projection |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_BudgetAccountCoreText | _Text | $projection.PubSecBudgetAccount = _Text.PubSecBudgetAccount and $projection.PubSecBudgetAccountCoCode = _Text.PubSecBudgetAccountCoCode |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Budget Account | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| OData.entityType.name | BudgetAccountCore_Type | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #COMPOSITE | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_BUDGETACCOUNTCORE | API_BUDGETACCOUNTCORE | V2 | C2 | C1 |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PubSecBudgetAccount | PubSecBudgetAccount | ||
| KEY | PubSecBudgetAccountCoCode | PubSecBudgetAccountCoCode | ||
| ChartOfAccounts | ChartOfAccounts | |||
| PubSecBudgetCnsmpnType | PubSecBudgetCnsmpnType | |||
| PubSecBdgtAcctRevnExpnCode | PubSecBdgtAcctRevnExpnCode | |||
| PubSecBudgetIsRelevant | PubSecBudgetIsRelevant | |||
| PubSecBdgtAcctIsPostgAllowed | PubSecBdgtAcctIsPostgAllowed | |||
| PubSecBdgtAcctIsBdgtAllowed | PubSecBdgtAcctIsBdgtAllowed | |||
| PubSecBdgtAcctIsCarryFwd | PubSecBdgtAcctIsCarryFwd | |||
| PubSecBdgtAcctCarryFwdTo | PubSecBdgtAcctCarryFwdTo | |||
| CashLedgerAccount | CashLedgerAccount | |||
| _Text | _Text |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Budget Account'
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #L
@OData.entityType.name: 'BudgetAccountCore_Type'
@VDM.lifecycle.contract.type:#PUBLIC_REMOTE_API
@VDM.viewType: #COMPOSITE
@VDM.usage.type:[#TRANSACTIONAL_PROCESSING_SERVICE]
define root view entity A_BudgetAccountCore
provider contract transactional_query
as projection on R_BudgetAccountCoreTP
association [0..*] to A_BudgetAccountCoreText as _Text on $projection.PubSecBudgetAccount = _Text.PubSecBudgetAccount
and $projection.PubSecBudgetAccountCoCode = _Text.PubSecBudgetAccountCoCode
{
key PubSecBudgetAccount,
key PubSecBudgetAccountCoCode,
ChartOfAccounts,
PubSecBudgetCnsmpnType,
PubSecBdgtAcctRevnExpnCode,
PubSecBudgetIsRelevant,
PubSecBdgtAcctIsPostgAllowed,
PubSecBdgtAcctIsBdgtAllowed,
PubSecBdgtAcctIsCarryFwd,
PubSecBdgtAcctCarryFwdTo,
CashLedgerAccount,
/* Associations */
_Text
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- 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