A_CnsldtnFSItemType
Financial Statement Item Type
A_CnsldtnFSItemType is a Basic CDS View that provides data about "Financial Statement Item Type" in SAP S/4HANA. It reads from 1 data source (I_CnsldtnFinStmntItemType) and exposes 2 fields with key field FinancialStatementItemType. It has 1 association to related views. Part of development package FIN_CS_MD_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CnsldtnFinStmntItemType | I_CnsldtnFinStmntItemType | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | A_CnsldtnFSItemTypeT | _CnsldtnFSItemTypeT | $projection.FinancialStatementItemType = _CnsldtnFSItemTypeT.FinancialStatementItemType |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.representativeKey | FinancialStatementItemType | view | |
| ObjectModel.sapObjectNodeType.name | CnsldtnFinStatementItemType | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | Financial Statement Item Type | view | |
| OData.entitySet.name | FSItemType | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FinancialStatementItemType | ConsolidationFSItemType | ||
| _CnsldtnFSItemTypeT | _CnsldtnFSItemTypeT |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel:{
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S},
representativeKey: 'FinancialStatementItemType',
sapObjectNodeType.name: 'CnsldtnFinStatementItemType'
}
@VDM:{
viewType: #BASIC,
lifecycle.contract.type: #PUBLIC_REMOTE_API
}
@EndUserText.label: 'Financial Statement Item Type'
@OData.entitySet.name: 'FSItemType'
define view entity A_CnsldtnFSItemType
as select from I_CnsldtnFinStmntItemType
association [0..*] to A_CnsldtnFSItemTypeT as _CnsldtnFSItemTypeT on $projection.FinancialStatementItemType = _CnsldtnFSItemTypeT.FinancialStatementItemType
{
@ObjectModel.text.association: '_CnsldtnFSItemTypeT'
@EndUserText: {
label: 'FS Item Type',
quickInfo: 'Financial Statement Item Type'
}
key ConsolidationFSItemType as FinancialStatementItemType,
// associations
_CnsldtnFSItemTypeT // required for text retrieval and navigation
}
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