I_EnvWstTranspDocModeOfTranspt

DDL: I_ENVWSTTRANSPDOCMODEOFTRANSPT Type: view BASIC

Transport Document Modes of Transport

I_EnvWstTranspDocModeOfTranspt is a Basic CDS View that provides data about "Transport Document Modes of Transport" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field DngrsGoodsModeOfTransport.

Data Sources (1)

SourceAliasJoin Type
dd07l Domain from

Annotations (11)

NameValueLevelField
EndUserText.label Transport Document Modes of Transport view
AbapCatalog.sqlViewName ITRADOCMOT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey DngrsGoodsModeOfTransport view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DngrsGoodsModeOfTransport
DngrsGoodsModeOfTransportName DomainText ddtext Short text

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_EnvWstTranspDocModeOfTranspt.
-- 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.

CREATE VIEW I_EnvWstTranspDocModeOfTranspt AS
SELECT
  cast( Domain.domvalue_l as ehfnd_req_mot ) AS DngrsGoodsModeOfTransport,
  DomainText.ddtext AS DngrsGoodsModeOfTransportName
FROM dd07l AS Domain
;