I_AccrEngineAccrItemTypeBasic
Accrual Engine: Accrual Item Type
I_AccrEngineAccrItemTypeBasic is a Basic CDS View (Dimension) that provides data about "Accrual Engine: Accrual Item Type" in SAP S/4HANA. It reads from 1 data source (tace_itemtype) and exposes 10 fields with key fields AccrualEngineAccrualObjectType, AccrualItemType. It has 2 associations to related views. It is exposed through 4 OData services (UI_ACCRUALS_MANAGE, UI_ACCRUALS_PERDCAMT_MANAGE, UI_MANUALACCRS_MNG, ...). It is used in 1 Fiori application: Manage Manual Accruals.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tace_itemtype | tace_itemtype | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_AccrEngineAccrObjectType | _AccrObjectType | $projection.AccrualEngineAccrualObjectType = _AccrObjectType.AccrualEngineAccrualObjectType |
| [0..*] | I_AccrEngineAccrItemTypeText | _Text | $projection.AccrualEngineAccrualObjectType = _Text.AccrualEngineAccrualObjectType and $projection.AccrualItemType = _Text.AccrualItemType |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IACEITEMTYPEB | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Accrual Engine: Accrual Item Type | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.representativeKey | AccrualItemType | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| Metadata.allowExtensions | true | view |
OData Services (4)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_ACCRUALS_MANAGE | UI_ACCRUALS_MANAGE | V2 | C1 | NOT_RELEASED |
| UI_ACCRUALS_PERDCAMT_MANAGE | UI_ACCRS_PERDCAMT_MANAGE | V2 | C1 | NOT_RELEASED |
| UI_MANUALACCRS_MNG | UI_MANUALACCRS_MNG | V2 | C1 | NOT_RELEASED |
| UI_PURCHASEORDERACCRS_DISPLAY | UI_PURCHASEORDERACCRS_DSP | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5423 | Manage Manual Accruals | Transactional | With this app, you can create, import, edit, and copy accrual objects as well as change their status. You can use this app to: - Display and edit accrual objects. - Create new accrual objects. - Copy accrual objects. - Import accrual objects from a spreadsheet file. - Change the status of an accrual object by pausing, suspending, or resuming its accrual subobjects. - Prematurely finish accrual subobjects by terminating them or undo premature termination. - View the parameters assigned to an accrual object. - View a detailed summary of changes made to the accrual object, comparing the old and new values of the accrual object fields. |
Manage Manual Accruals
Business Role: General Ledger Accountant
With this app, you can create, import, edit, and copy accrual objects as well as change their status.
Fields (10)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccrualEngineAccrualObjectType | tace_itemtype | comp | |
| KEY | AccrualItemType | tace_itemtype | itemtype | |
| PlanAccrualItemType | tace_itemtype | planned_itemtype | ||
| ActualAccrualItemType | tace_itemtype | actual_itemtype | ||
| DeferralItemType | tace_itemtype | deferral_itemtype | ||
| AccrualItemTypeIsDerived | tace_itemtype | xdependent | ||
| UpldOfPeriodicAmountIsAllowed | tace_itemtype | xupld_currnt_acramnt | ||
| AccrualItemTypeCategory | tace_itemtype | itemtype_category | ||
| _AccrObjectType | _AccrObjectType | |||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'IACEITEMTYPEB'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Accrual Engine: Accrual Item Type'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType: {
serviceQuality: #A,
sizeCategory: #S,
dataClass: #CUSTOMIZING
}
@ObjectModel.representativeKey: 'AccrualItemType'
@VDM.viewType: #BASIC
@Search.searchable: true
@Analytics.dataCategory: #DIMENSION
@Analytics.internalName:#LOCAL
@Metadata.allowExtensions:true
define view I_AccrEngineAccrItemTypeBasic
as select from tace_itemtype
association [0..1] to I_AccrEngineAccrObjectType as _AccrObjectType on $projection.AccrualEngineAccrualObjectType = _AccrObjectType.AccrualEngineAccrualObjectType
association [0..*] to I_AccrEngineAccrItemTypeText as _Text on $projection.AccrualEngineAccrualObjectType = _Text.AccrualEngineAccrualObjectType
and $projection.AccrualItemType = _Text.AccrualItemType
{
@ObjectModel.foreignKey.association: '_AccrObjectType'
key tace_itemtype.comp as AccrualEngineAccrualObjectType,
@Search.defaultSearchElement: true
@Search.ranking: #HIGH
@ObjectModel.text.association: '_Text'
key tace_itemtype.itemtype as AccrualItemType,
tace_itemtype.planned_itemtype as PlanAccrualItemType,
tace_itemtype.actual_itemtype as ActualAccrualItemType,
tace_itemtype.deferral_itemtype as DeferralItemType,
tace_itemtype.xdependent as AccrualItemTypeIsDerived,
tace_itemtype.xupld_currnt_acramnt as UpldOfPeriodicAmountIsAllowed,
/* item type catagory*/
// cast( '' as ace_s4_itemtype_category preserving type ) as AccrualItemTypeCategory,
tace_itemtype.itemtype_category as AccrualItemTypeCategory,
_AccrObjectType,
_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