A_ACMTrdgContrTraderMap

DDL: A_ACMTRDGCONTRTRADERMAP Type: view_entity CONSUMPTION

Trader ID Mapping

A_ACMTrdgContrTraderMap is a Consumption CDS View that provides data about "Trader ID Mapping" in SAP S/4HANA. It reads from 1 data source (R_ACMTrdgContrTraderMapTP) and exposes 2 fields with key fields SessionUser, ACMTraderID.

Data Sources (1)

SourceAliasJoin Type
R_ACMTrdgContrTraderMapTP R_ACMTrdgContrTraderMapTP projection

Annotations (8)

NameValueLevelField
OData.entityType.name TraderMap_Type view
EndUserText.label Trader ID Mapping view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SessionUser SessionUser
KEY ACMTraderID ACMTraderID
@OData.entityType.name: 'TraderMap_Type'
@EndUserText.label: 'Trader ID Mapping'
@AccessControl.authorizationCheck: #CHECK

@VDM.viewType: #CONSUMPTION

@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.sizeCategory : #S,
    usageType.dataClass: #MASTER
}
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API

define view entity A_ACMTrdgContrTraderMap
  as projection on R_ACMTrdgContrTraderMapTP

{
  key SessionUser,
  key ACMTraderID,
      /* Associations */
      _TraderIDHeader : redirected to parent A_ACMTrdgContrTraderID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_ACMTRDGCONTRTRADERMAPTP"
],
"ASSOCIATED":
[
"A_ACMTRDGCONTRTRADERID"
],
"BASE":
[
"R_ACMTRDGCONTRTRADERMAPTP"
],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/