I_BalShtIncStmntItemSuffix

DDL: I_BALSHTINCSTMNTITEMSUFFIX Type: view_entity BASIC Package: FIN_GL_FS_REVIEW_BOOKLET

Balance Sheet Item Suffix

I_BalShtIncStmntItemSuffix is a Basic CDS View (Dimension) that provides data about "Balance Sheet Item Suffix" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field BalShtIncStatementItemSuffix. Part of development package FIN_GL_FS_REVIEW_BOOKLET.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Balance Sheet Item Suffix view
VDM.viewType #BASIC view
ObjectModel.representativeKey BalShtIncStatementItemSuffix view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
Analytics.dataCategory #DIMENSION view
Analytics.internalName #LOCAL view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY BalShtIncStatementItemSuffix

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_BalShtIncStmntItemSuffix.
-- 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_BalShtIncStmntItemSuffix AS
SELECT
  cast( dd07l.domvalue_l as abap.char( 2 ) ) AS BalShtIncStatementItemSuffix
FROM dd07l
;