I_SuplrInvcStsOrignTxtAPI01
Supplier Invoice Status and Origin - Text
I_SuplrInvcStsOrignTxtAPI01 is a Basic CDS View that provides data about "Supplier Invoice Status and Origin - Text" in SAP S/4HANA. It reads from 1 data source (I_SupplierInvoiceStsOriginText) and exposes 4 fields with key fields InvoiceStatusAndOrigin, Language. Part of development package VDM_MM_IV_SI_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SupplierInvoiceStsOriginText | I_SupplierInvoiceStsOriginText | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | InvoiceStatusAndOrigin | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ISISTORGTXTAPI01 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| EndUserText.label | Supplier Invoice Status and Origin - Text | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.modelingPattern | #NONE | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AbapCatalog.preserveKey | true | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InvoiceStatusAndOrigin | InvoiceStatusAndOrigin | ||
| KEY | Language | Language | ||
| InvoiceStatusAndOriginDesc | InvoiceStatusAndOriginDesc | |||
| _Language | _Language |
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'InvoiceStatusAndOrigin'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.sqlViewName: 'ISISTORGTXTAPI01'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@EndUserText.label: 'Supplier Invoice Status and Origin - Text'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.supportedCapabilities: [ #CDS_MODELING_DATA_SOURCE, #SQL_DATA_SOURCE ]
@ObjectModel.modelingPattern: #NONE
@AccessControl.personalData.blocking: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations:true
@AbapCatalog.preserveKey:true
define view I_SuplrInvcStsOrignTxtAPI01
as select from I_SupplierInvoiceStsOriginText
{
key InvoiceStatusAndOrigin,
@Semantics.language: true
key Language,
@Semantics.text: true
@UI.hidden: true
InvoiceStatusAndOriginDesc,
/* Associations */
_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