I_DecimalFormatVH

DDL: I_DECIMALFORMATVH SQL: IDECFORMATVH Type: view BASIC

Decimal notation format value help

I_DecimalFormatVH is a Basic CDS View that provides data about "Decimal notation format value help" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field DecimalFormat.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName IDECFORMATVH view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #BASIC view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
EndUserText.label Decimal notation format value help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DecimalFormat domvalue_l
DecimalFormatDescription ddtext
@AbapCatalog.sqlViewName: 'IDECFORMATVH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
              usageType.serviceQuality: #A,
              usageType.sizeCategory: #S,
              usageType.dataClass: #CUSTOMIZING
                }
@EndUserText.label: 'Decimal notation format value help'
define view I_DecimalFormatVH 
  as select from dd07v
{
  key domvalue_l          as DecimalFormat,
      ddtext              as DecimalFormatDescription
}
where
      domname    = 'XUDCPFM'
  and ddlanguage = $session.system_language
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07V"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/