I_InvgCsMLocLongitudeDirection

DDL: I_INVGCSMLOCLONGITUDEDIRECTION SQL: ILOCLONDRCTN Type: view BASIC

Investigative Case Management Location longitude direction

I_InvgCsMLocLongitudeDirection is a Basic CDS View that provides data about "Investigative Case Management Location longitude 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 ILOCLONDRCTN 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 longitude direction view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SAPDataDictionaryDomain domname Domain
KEY DomainValue domvalue_l Lower Value

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_InvgCsMLocLongitudeDirection.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ILOCLONDRCTN

CREATE VIEW I_InvgCsMLocLongitudeDirection AS
SELECT
  domname AS SAPDataDictionaryDomain,
  domvalue_l AS DomainValue
FROM dd07l
;