I_SupplInvoiceUpldStatusText

DDL: I_SUPPLINVOICEUPLDSTATUSTEXT SQL: ISIUPLDSTATTEXT Type: view BASIC

Supplier Invoice Upload Status Text

I_SupplInvoiceUpldStatusText is a Basic CDS View that provides data about "Supplier Invoice Upload Status Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields SupplierInvoiceUploadStatus, Language. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName ISIUPLDSTATTEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #NOT_REQUIRED view
Analytics.dataExtraction.enabled true view
ObjectModel.representativeKey SupplierInvoiceUploadStatus view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #META view
EndUserText.label Supplier Invoice Upload Status Text view
Search.searchable true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SupplierInvoiceUploadStatus
KEY Language ddlanguage
DomainValue dd07t domvalue_l
SuplrInvoiceUploadStatusDesc ddtext Upload Status Text
_Language _Language
@AbapCatalog.sqlViewName: 'ISIUPLDSTATTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true 
@AccessControl.authorizationCheck: #NOT_REQUIRED
//Supplier invoice upload does not deal with suppliers directly. It only saves pointers to attachments.

@AccessControl.personalData.blocking: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@ObjectModel.representativeKey: 'SupplierInvoiceUploadStatus'
@VDM.viewType : #BASIC
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API 
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #META
@EndUserText.label: 'Supplier Invoice Upload Status Text'
@Search.searchable: true

define view I_SupplInvoiceUpldStatusText
  as select from dd07t
  association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
      @ObjectModel.text.element:  [ 'SuplrInvoiceUploadStatusDesc' ]
  key cast (  domvalue_l as mmiv_d_upload_status )       as SupplierInvoiceUploadStatus,
      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key ddlanguage                                         as Language,
      @Analytics.hidden: true
      @Consumption.hidden: true
      dd07t.domvalue_l                                   as DomainValue,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      @EndUserText.label: 'Upload Status Text'
      ddtext                                             as SuplrInvoiceUploadStatusDesc,
      
      //association

      _Language
}
where
      domname  = 'MMIV_UPLOAD_STATUS'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/