I_InvoiceListStatusText
Invoice List Status - Text
I_InvoiceListStatusText is a Basic CDS View that provides data about "Invoice List Status - Text" in SAP S/4HANA. It reads from 1 data source (tvbst) and exposes 5 fields with key fields InvoiceListStatus, Language. It has 2 associations to related views. Part of development package VDM_SD_BIL_IL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tvbst | tvbst | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_InvoiceListStatus | _InvoiceListStatus | $projection.InvoiceListStatus = _InvoiceListStatus.InvoiceListStatus |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.technicalName | ISDINVCLSTSTST | view | |
| EndUserText.label | Invoice List Status - Text | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | InvoiceListStatus | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.viewType | #BASIC | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InvoiceListStatus | statu | ||
| KEY | Language | spras | ||
| InvoiceListStatusDesc | bezei | |||
| _InvoiceListStatus | _InvoiceListStatus | |||
| _Language | _Language |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@Analytics.technicalName: 'ISDINVCLSTSTST'
@EndUserText.label: 'Invoice List Status - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'InvoiceListStatus'
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT,
#EXTRACTION_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#SQL_DATA_SOURCE ]
@ObjectModel.usageType: { dataClass: #META, serviceQuality: #A, sizeCategory: #S }
@VDM.viewType: #BASIC
define view entity I_InvoiceListStatusText
as select from tvbst
association [0..1] to I_InvoiceListStatus as _InvoiceListStatus on $projection.InvoiceListStatus = _InvoiceListStatus.InvoiceListStatus
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@ObjectModel.foreignKey.association: '_InvoiceListStatus'
key statu as InvoiceListStatus,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key spras as Language,
@Semantics.text: true
bezei as InvoiceListStatusDesc,
// Associations
_InvoiceListStatus,
_Language
}
where (tvbst.tbnam = 'VBRK') and (tvbst.fdnam = 'RELIK');
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