P_RU_SupplierOKTMOSingle

DDL: P_RU_SUPPLIEROKTMOSINGLE SQL: PRUSUPPLOKTMOSGL Type: view CONSUMPTION Package: GLO_FIN_IS_RU

OKTMO codes for Suppliers - return single value

P_RU_SupplierOKTMOSingle is a Consumption CDS View that provides data about "OKTMO codes for Suppliers - return single value" in SAP S/4HANA. It reads from 1 data source (I_RU_SupplierOKTMO) and exposes 2 fields with key field Supplier. Part of development package GLO_FIN_IS_RU.

Data Sources (1)

SourceAliasJoin Type
I_RU_SupplierOKTMO I_RU_SupplierOKTMO from

Annotations (5)

NameValueLevelField
VDM.private true view
VDM.viewType #CONSUMPTION view
AbapCatalog.sqlViewName PRUSUPPLOKTMOSGL view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Supplier Supplier Supplier
RU_TerritoryClassfctnOKTMO

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_RU_SupplierOKTMOSingle.
-- 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: PRUSUPPLOKTMOSGL

CREATE VIEW P_RU_SupplierOKTMOSingle AS
SELECT
  Supplier,
  max(RU_TerritoryClassfctnOKTMO) AS RU_TerritoryClassfctnOKTMO
FROM I_RU_SupplierOKTMO
;