R_ACMMARKETIDENTIFICATIONTP
TP View Master Data API for Market Indentification
R_ACMMARKETIDENTIFICATIONTP is a CDS View in S/4HANA. TP View Master Data API for Market Indentification. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ACMMarketIdentification | view_entity | projection | CONSUMPTION | Master Data API Market Identification Code |
@AbapCatalog.sqlViewName: 'RACMMIC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
usageType: {
dataClass: #MASTER,
serviceQuality: #A,
sizeCategory: #S
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@EndUserText.label: 'TP View Master Data API for Market Indentification'
define root view R_ACMMarketIdentificationTP
as select from I_ACMMarketIdentification
composition [*] of R_ACMMarketIdentificationTxtTP as _ACMMarketIdentificationTxt
{
key ACMMarketIdentifierCode,
//Association
_ACMMarketIdentificationTxt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMMARKETIDENTIFICATION"
],
"ASSOCIATED":
[
"R_ACMMARKETIDENTIFICATIONTXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/