I_DELIVERYDATECATEGORYTEXT

CDS View

Delivery Date Category Text

I_DELIVERYDATECATEGORYTEXT is a CDS View in S/4HANA. Delivery Date Category Text. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_Deliverydatecategory view from BASIC Delivery Date Category
@AbapCatalog.sqlViewName: 'IMMDDATECATGTEXT'
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@EndUserText.label: 'Delivery Date Category Text'
@ObjectModel.representativeKey: 'DelivDateType'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API

define view I_Deliverydatecategorytext
  as select from tprg
{
      @Semantics.language: true
  key tprg.spras                as Language,
  key tprg.prgbz                as DelivDateType,
      tprg.prgrs                as DelivDateCategory,  
     @Semantics.text: true
     tprg.prgtx                 as DelivDateTypeDesc
}
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"TPRG"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/