A_CnsldtnFSItemType

DDL: A_CNSLDTNFSITEMTYPE Type: view_entity BASIC Package: FIN_CS_MD_API

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)

SourceAliasJoin Type
I_CnsldtnFinStmntItemType I_CnsldtnFinStmntItemType from

Associations (1)

CardinalityTargetAliasCondition
[0..*] A_CnsldtnFSItemTypeT _CnsldtnFSItemTypeT $projection.FinancialStatementItemType = _CnsldtnFSItemTypeT.FinancialStatementItemType

Annotations (11)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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

}