R_ACMSETTLEMENTEXPENSECLASSTP

CDS View

ACM Settlement Expense Class - TP

R_ACMSETTLEMENTEXPENSECLASSTP is a CDS View in S/4HANA. ACM Settlement Expense Class - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_ACMSettlementExpenseClass view_entity projection CONSUMPTION ACM Settlement Expense Class
@AbapCatalog.sqlViewName: 'RACMSTLEXPCLS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel:{
               usageType: {
                 dataClass: #MASTER,
                 serviceQuality: #A,
                 sizeCategory: #L
               }
}

@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
  }
@EndUserText.label: 'ACM Settlement Expense Class - TP'
define root view R_ACMSettlementExpenseClassTP
  as select from I_ACMSettlementExpenseClass
  composition [*] of R_ACMSettlmtExpenseClassTxtTP as _ACMSettlementExpenseClassTxt
{
  key ACMSettlementExpenseClass,
      //Association

      _ACMSettlementExpenseClassTxt
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACMSETTLEMENTEXPENSECLASS"
],
"ASSOCIATED":
[
"R_ACMSETTLMTEXPENSECLASSTXTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/