I_ProcmtHubInvoiceType

DDL: I_PROCMTHUBINVOICETYPE SQL: IPRMTHBINVTYP Type: view BASIC

I View for Procurement Hub Invoice Type

I_ProcmtHubInvoiceType is a Basic CDS View that provides data about "I View for Procurement Hub Invoice Type" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 4 fields with key fields Name, Language, DomainValue.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPRMTHBINVTYP view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label I View for Procurement Hub Invoice Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.status #DEPRECATED view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY Name domname
KEY Language ddlanguage
KEY DomainValue domvalue_l
DomainText ddtext
@AbapCatalog.sqlViewName: 'IPRMTHBINVTYP'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@EndUserText.label: 'I View for Procurement Hub Invoice Type'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.status: #DEPRECATED

define view I_ProcmtHubInvoiceType as select from dd07t {
 
    key domname as Name, 
    
    key ddlanguage as Language, 
    
    key domvalue_l as DomainValue,
    
   @Semantics.text: true
  ddtext     as DomainText  
}
where
      as4local   = 'A'
  and domname    = 'CIM_INVOICE_TYPE'
  and ddlanguage = $session.system_language