Show TOC

Scheduling Background Jobs Locate this document in the navigation structure

 

The following background activities have to be performed by the system on a regular basis:

  • Create data delivery IDs that are used to pass on data that is manually changed in data harmonization

    In Customizing under   Cross-Application Components   Demand Data Foundation   Data Upload   Basic Settings   Configure Jobs   you schedule a job that runs report /DDF/ADU_DAEMON_SCHEDULER with variant SAP&FDH_DD_CR for class /DDF/CL_ADU_FDH_C_DELID_DAEMON on a regular basis.

    For more information see Customizing under   Cross-Application Components   Demand Data Foundation   Data Harmonization   Set Up Data Upload  .

  • Release data delivery IDs that are used to pass on data that is manually changed in data harmonization

    In Customizing activity Configure Jobs you schedule a job that runs report /DDF/ADU_DAEMON_SCHEDULER with variant SAP&FDH_DD_RL for class /DDF/CL_ADU_FDH_R_DELID_DAEMON on a regular basis.

    For more information see Customizing under   Cross-Application Components   Demand Data Foundation   Data Harmonization   Set Up Data Upload  .

  • Resolve work items for pending activities

    In Customizing activity Configure Jobs you schedule a job that runs report /DDF/ADU_DAEMON_SCHEDULER with variant SAP&FDH_WI_RS for class /DDF/CL_ADU_FDH_WORKITEMDAEMON on a regular basis.

    For more information see Customizing under   Cross-Application Components   Demand Data Foundation   Data Harmonization   Set Up Resolution of Work Items  .

  • Execute postprocessing to start harmonization again after the data upload, for example, if attribute values have to be recalculated

    In Customizing activity Configure Jobs you schedule a job that runs report /DDF/ADU_DAEMON_SCHEDULER with variant SAP&FDH_PPE for class /DDF/CL_ADU_FDH_WORKITEMDAEMON on a regular basis.

    For more information see Customizing under   Cross-Application Components   Demand Data Foundation   Data Harmonization   Set Up Postprocessing  .

  • Remove outdated entries from the application log

    The change log contains entries for all objects for which the Customizing settings allow the creation of change pointers. To remove outdated entries, you schedule a background job for report Remove Entries for Selected Objects from Change Log /DDF/FDH_DEL_CHGLOG.

  • Remove objects that are marked for deletion from the database

    Schedule a background job for report Remove Objects Marked for Deletion /DDF/FDH_DEL_OBJ.