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
@AccessControl.authorizationCheck: #CHECK

@EndUserText.label: 'Error During Assortment Postprocessing'

@ObjectModel.sapObjectNodeType.name: 'AssortmentModule'
@ObjectModel.usageType: { serviceQuality: #C, sizeCategory: #L, dataClass: #TRANSACTIONAL }

@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.viewType: #TRANSACTIONAL

define root view entity R_AsstmtMdlMDGenerationErrorTP
  as select from      I_AsstmtMdlMDGenerationError

    inner to one join I_AsstmtMdlMgmtSolnGenSetting on I_AsstmtMdlMgmtSolnGenSetting.AsstmtMdlMgmtSolnIsEnbld = 'X'

{
  key I_AsstmtMdlMDGenerationError.AssortmentModuleUser,
  key I_AsstmtMdlMDGenerationError.Product,
  key I_AsstmtMdlMDGenerationError.ProductOfSuprordLstgCondition,

      I_AsstmtMdlMDGenerationError.SystemMessageClass,
      I_AsstmtMdlMDGenerationError.SystemMessageNumber,
      I_AsstmtMdlMDGenerationError.SystemMessageVariable1,
      I_AsstmtMdlMDGenerationError.SystemMessageVariable2,
      I_AsstmtMdlMDGenerationError.SystemMessageVariable3,
      I_AsstmtMdlMDGenerationError.SystemMessageVariable4,

      I_AsstmtMdlMDGenerationError.LatestMasterDataGenerationDate,
      I_AsstmtMdlMDGenerationError.Processor,
      I_AsstmtMdlMDGenerationError. LastChangeDateTime,
      I_AsstmtMdlMDGenerationError.MasterDataGenerationIsRunning,

      I_AsstmtMdlMDGenerationError._Product,
      I_AsstmtMdlMDGenerationError._Site,
      I_AsstmtMdlMDGenerationError._Processor,
      I_AsstmtMdlMDGenerationError._ProductOfSuprordLstgCondition
}