I_MarketIdentCode

DDL: I_MARKETIDENTCODE SQL: IMKTIDTCODE Type: view BASIC

Market Identifier Code

I_MarketIdentCode is a Basic CDS View (Dimension) that provides data about "Market Identifier Code" in SAP S/4HANA. It reads from 1 data source (tbac_mic) and exposes 3 fields with key field MarketIdentifierCode. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tbac_mic tbac_mic from

Associations (1)

CardinalityTargetAliasCondition
[0..*] i_MarketIdentifierCodeText _Text $projection.MarketIdentifierCode = _Text.MarketIdentifierCode

Annotations (12)

NameValueLevelField
EndUserText.label Market Identifier Code view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IMKTIDTCODE view
ObjectModel.representativeKey MarketIdentifierCode view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.allowExtensions true view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MarketIdentifierCode mic
Location
_Text _Text
@EndUserText.label: 'Market Identifier Code'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED  //or #CHECK

@AbapCatalog.sqlViewName: 'IMKTIDTCODE'
@ObjectModel.representativeKey: 'MarketIdentifierCode'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.allowExtensions:true
@Metadata.ignorePropagatedAnnotations:true 
@ObjectModel.supportedCapabilities: [#ANALYTICAL_DIMENSION]

define view I_MarketIdentCode
   as select from tbac_mic

   association [0..*] to i_MarketIdentifierCodeText as _Text
      on $projection.MarketIdentifierCode = _Text.MarketIdentifierCode
{
 @ObjectModel.text.association: '_Text'

   key mic as MarketIdentifierCode,
       cast (  location as ort01 ) as Location,
       _Text
  
}
      
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TBAC_MIC"
],
"ASSOCIATED":
[
"I_MARKETIDENTIFIERCODETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/