I_SubLedgerAccLineItemTypeT
Subledger Account Line Item Type - Text
I_SubLedgerAccLineItemTypeT is a Basic CDS View that provides data about "Subledger Account Line Item Type - Text" in SAP S/4HANA. It reads from 1 data source (finsts_slalittyt) and exposes 4 fields with key fields SubLedgerAcctLineItemType, Language. It has 1 association to related views. Part of development package FINS_SUBLEDGER_ITEM_TYPE_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finsts_slalittyt | finsts_slalittyt | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.entityBuffer.definitionAllowed | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| EndUserText.label | Subledger Account Line Item Type - Text | view | |
| ObjectModel.representativeKey | SubLedgerAcctLineItemType | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| Analytics.technicalName | IFISLACCLITYPT | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SubLedgerAcctLineItemType | finsts_slalittyt | slalittype | |
| KEY | Language | finsts_slalittyt | langu | |
| SubLedgerAcctLineItemTypeName | ||||
| _Language | _Language |
@AbapCatalog.entityBuffer.definitionAllowed: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: { dataExtraction.enabled: true }
@EndUserText.label: 'Subledger Account Line Item Type - Text'
@ObjectModel: { representativeKey: 'SubLedgerAcctLineItemType',
dataCategory: #TEXT,
usageType: { sizeCategory: #S,
dataClass: #MASTER,
serviceQuality: #A },
supportedCapabilities: [#LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE, #SEARCHABLE_ENTITY ],
modelingPattern: #LANGUAGE_DEPENDENT_TEXT }
@Analytics.technicalName: 'IFISLACCLITYPT'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM: {lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC }
define view entity I_SubLedgerAccLineItemTypeT
as select from finsts_slalittyt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key finsts_slalittyt.slalittype as SubLedgerAcctLineItemType,
@Semantics.language
key finsts_slalittyt.langu as Language,
@Semantics.text
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
cast( finsts_slalittyt.description as fis_slalittype_desc) as SubLedgerAcctLineItemTypeName,
_Language
}
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