I_SUPPLIERINVCSTATUSTXTAPI01

CDS View

Supplier Invoice Status - Text

I_SUPPLIERINVCSTATUSTXTAPI01 is a CDS View in S/4HANA. Supplier Invoice Status - Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_SupplierInvoiceStatusTextDP view_entity from CONSUMPTION Supplier Invoice Status - Text
@AbapCatalog.sqlViewName: 'ISUPLRINVSTSTAPI'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Supplier Invoice Status - Text'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.sapObjectNodeType.name:'SupplierInvoiceStatusText'
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'SupplierInvoiceStatus'
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #EXTRACTION_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
                                     #SEARCHABLE_ENTITY,
                                     #SQL_DATA_SOURCE]
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #S
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define view I_SupplierInvcStatusTxtAPI01
  as select from I_SupplierInvoiceStatusText
  association [0..1] to I_Language                   as _Language                   on $projection.Language = _Language.Language
  association [0..1] to I_SupplierInvoiceStatusAPI01 as _SupplierInvoiceStatusAPI01 on $projection.SupplierInvoiceStatus = _SupplierInvoiceStatusAPI01.SupplierInvoiceStatus
{
      @ObjectModel.foreignKey.association: '_SupplierInvoiceStatusAPI01'
      @ObjectModel.text.element: ['SupplierInvoiceStatusDesc']
  key SupplierInvoiceStatus,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key Language,
      @Analytics.hidden: true
      @Consumption.hidden: true
      DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      SupplierInvoiceStatusDesc,
      
      _Language,
      _SupplierInvoiceStatusAPI01
}
where SupplierInvoiceStatus <> 'E'