R_ACMTOLERANCESCHEDULE

CDS View

Tolerance schedule transactional

R_ACMTOLERANCESCHEDULE is a CDS View in S/4HANA. Tolerance schedule transactional. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMToleranceSchedule view_entity projection CONSUMPTION Tolerance Schedule
@AbapCatalog.sqlViewName: 'RACMTOLERSCHEDUL'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Tolerance schedule transactional'
@ObjectModel:{
usageType: {
dataClass: #TRANSACTIONAL,
serviceQuality: #A,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}

define root view R_ACMToleranceSchedule 
as select from I_ACMToleranceSchedule composition [*] of R_ACMToleranceScheduleText as _TolScheduleText
{
  key ACMTrdgContrToleranceSchedule,
  /* Associations */
  _TolScheduleText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMTOLERANCESCHEDULE"
],
"ASSOCIATED":
[
"R_ACMTOLERANCESCHEDULETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/