R_ASSTMTMDLMDGENERATIONERRORTP

CDS View

Error During Assortment Postprocessing

R_ASSTMTMDLMDGENERATIONERRORTP is a CDS View in S/4HANA. Error During Assortment Postprocessing. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_AsstmtMdlMDGenerationErrorTP view_entity projection CONSUMPTION Error During Assortment Postprocessing
@EndUserText.label: 'Error During Assortment Postprocessing'
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel: { usageType: {
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL },
  sapObjectNodeType.name: 'Product'
}
define root view entity R_AsstmtMdlMDGenerationErrorTP
  as select from I_AsstmtMdlMDGenerationError
{

  key AssortmentModuleUser,
  key Product,

      SystemMessageClass,
      SystemMessageNumber,
      SystemMessageVariable1,
      SystemMessageVariable2,
      SystemMessageVariable3,
      SystemMessageVariable4,

      LatestMasterDataGenerationDate,
      Processor,
      LastChangeDateTime,
      MasterDataGenerationIsRunning,
      
      _Product,
      _Site,
      _Processor
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ASSTMTMDLMDGENERATIONERROR"
],
"ASSOCIATED":
[
"I_PRODUCT",
"I_SITE",
"I_USERCONTACTCARD"
],
"BASE":
[
"I_ASSTMTMDLMDGENERATIONERROR"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/