I_DateFormatVH

DDL: I_DATEFORMATVH SQL: IDATFORMATVH Type: view BASIC

Date Format Value Help

I_DateFormatVH is a Basic CDS View that provides data about "Date Format Value Help" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field DateFormat.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName IDATFORMATVH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Date Format Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DateFormat domvalue_l
DateFormatDescription ddtext
@AbapCatalog.sqlViewName: 'IDATFORMATVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #M,
              usageType.dataClass: #CUSTOMIZING
                }
@EndUserText.label: 'Date Format Value Help'
define view I_DateFormatVH 
  as select from dd07v
{
  key domvalue_l          as DateFormat,
      ddtext              as DateFormatDescription
}
where
      domname    = 'XUDATFM'
  and ddlanguage = $session.system_language  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/