I_AssgmtExchMktIdfrCode

DDL: I_ASSGMTEXCHMKTIDFRCODE SQL: IASSGEXCHMKTCODE Type: view BASIC

Assignment of Exchange to Market Identifier Code

I_AssgmtExchMktIdfrCode (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Cross Applications

I_AssgmtExchMktIdfrCode is a Basic CDS View (Dimension) that provides data about "Assignment of Exchange to Market Identifier Code" in SAP S/4HANA. It reads from 1 data source (tbact_mic_handpl) and exposes 2 fields with key field MarketIdentifierCode.

SAP API Hub

StateC1
Line of BusinessCross Applications
Application ComponentCA-GTF-TRB
CapabilitiesAnalytical Dimension
PackageCross Applications for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
tbact_mic_handpl tbact_mic_handpl from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IASSGEXCHMKTCODE view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
Analytics.internalName #LOCAL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey MarketIdentifierCode view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #BASIC view
EndUserText.label Assignment of Exchange to Market Identifier Code view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #CUSTOMIZING view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY MarketIdentifierCode mic Market Identifier Code
SecurityExchange rhandpl Exchange

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_AssgmtExchMktIdfrCode.
-- 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: IASSGEXCHMKTCODE

CREATE VIEW I_AssgmtExchMktIdfrCode AS
SELECT
  mic AS MarketIdentifierCode,
  rhandpl AS SecurityExchange
FROM tbact_mic_handpl
;