I_InvgCsMLocLatitudeDirection

DDL: I_INVGCSMLOCLATITUDEDIRECTION SQL: ILOCLATDRCTN Type: view BASIC

Investigative Case Management Location Latitude Direction

I_InvgCsMLocLatitudeDirection is a Basic CDS View that provides data about "Investigative Case Management Location Latitude Direction" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key fields SAPDataDictionaryDomain, DomainValue.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ILOCLATDRCTN view
VDM.viewType #BASIC view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey 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 Investigative Case Management Location Latitude Direction view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain domname
KEY DomainValue domvalue_l
@AbapCatalog.sqlViewName: 'ILOCLATDRCTN'
@VDM.viewType:  #BASIC
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED

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


@EndUserText.label: 'Investigative Case Management Location Latitude Direction'
define view I_InvgCsMLocLatitudeDirection
  as select from dd07l
{

  key domname    as SAPDataDictionaryDomain,
  key domvalue_l as DomainValue
}
where
      as4local = 'A'
  and domname  = 'COMT_GEO_SIGN_LATITUDE_UI'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/