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.
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 (20)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFISLACCLITYPT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| AbapCatalog.buffering.numberOfKeyFields | 1 | 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 | |
| ClientHandling.algorithm | #SESSION_VARIABLE | 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 | slalittype | ||
| KEY | Language | langu | ||
| SubLedgerAcctLineItemTypeName | ||||
| _Language | _Language |
@AbapCatalog: { sqlViewName: 'IFISLACCLITYPT',
preserveKey: true,
compiler.compareFilter: true,
buffering: { status: #ACTIVE,
type: #FULL,
numberOfKeyFields: 1 } }
@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 }
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@VDM: {lifecycle.contract.type: #PUBLIC_LOCAL_API,
viewType: #BASIC }
define view I_SubLedgerAccLineItemTypeT
as select from finsts_slalittyt
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
key slalittype as SubLedgerAcctLineItemType,
@Semantics.language
key langu as Language,
@Semantics.text
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
cast(description as fis_slalittype_desc) as SubLedgerAcctLineItemTypeName,
_Language
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSTS_SLALITTYT"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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