I_InvgCsMLocLatLonDrctnTxt

DDL: I_INVGCSMLOCLATLONDRCTNTXT SQL: ILATLONDRCTNTXT Type: view BASIC

Location Latitude Longitude Direction Text

I_InvgCsMLocLatLonDrctnTxt is a Basic CDS View that provides data about "Location Latitude Longitude Direction Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields SAPDataDictionaryDomain, DomainValue, DomainValuePosition.

Data Sources (1)

SourceAliasJoin Type
dd07t dd07t from

Annotations (9)

NameValueLevelField
AbapCatalog.sqlViewName ILATLONDRCTNTXT view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
EndUserText.label Location Latitude Longitude Direction Text view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain domname
KEY DomainValue
KEY DomainValuePosition valpos
DomainValueName ddtext
Language ddlanguage
@AbapCatalog.sqlViewName: 'ILATLONDRCTNTXT'
@VDM.viewType:  #BASIC
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER


@EndUserText.label: 'Location Latitude Longitude Direction Text'
define view I_InvgCsMLocLatLonDrctnTxt
  as select from dd07t
{

  key domname                                         as SAPDataDictionaryDomain,
  key cast( domvalue_l as comt_geo_sign_longitude_ui) as DomainValue,
  key valpos                                          as DomainValuePosition,
      ddtext                                          as DomainValueName,
      ddlanguage                                      as Language
}
where
      ddlanguage = $session.system_language
  and as4local   = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/