P_Fiwt_T059ot_Glo

DDL: P_FIWT_T059OT_GLO Type: view_entity COMPOSITE

P_Fiwt_T059ot_Glo is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (t059ot) and exposes 4 fields.

Data Sources (1)

SourceAliasJoin Type
t059ot t059ot from

Annotations (3)

NameValueLevelField
VDM.viewType #COMPOSITE view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (4)

KeyFieldSource TableSource FieldDescription
spras spras Off. Language
land1 land1 Trip Ctry/Reg
wt_qscod wt_qscod Off. W/Tax Key
OfficialWhldgTaxCodeDesc text40 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 P_Fiwt_T059ot_Glo.
-- 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 P_Fiwt_T059ot_Glo AS
SELECT
  spras,
  land1,
  wt_qscod,
  text40 AS OfficialWhldgTaxCodeDesc
FROM t059ot
;