SAP Program RSPARAGENER8 - Parallel Processing of the Generation of ABAP Loads

Purpose
Alongside the reports RSPARAGENLOD andRSPARAGENJOB, the report RSPARAGENER8 alsobelongs to the SAP Load Generator (SGEN:Generation of ABAP Loads and BSP Applications). The reportRSGENINVLAS (Automatic Generation of InvalidatedLoads) also uses the report RSPARAGENER8. RSPARAGENER8 runs as abackground job (scheduled by RSPARAGENJOB in transaction SGEN or byRSGENINVLAS). It runs as parallel jobs and splits thegeneration set into suitable subsets, which it thendistributes to parallel jobs of the server groupparallel_generators (the parallel jobs are realizedas asynchronous RFCs of the function modulesSUBST_GENER8_ABAP_LOADS orSUBST_GENER8_BSP_APPLS).Once all the objects in asubset have been generated, a parallel job is assigned a new subset.This is repeated until all objects of the generation set have beenprocessed. The size of the subsets and number of parallel jobs arechosen to make efficient use of resources.

Output
RSPARAGENER8 erzeugt zwei Protokolle:

  • Messages concerning the start, termination, end and possibly errors
  • of the generation process are output in the job log. Most messages havedetailed long texts assigned to them.
    • In addition, RSPARAGENER8 creates a spool request with an output list.
    • This list contains information about the progress of the parallelprocessing, and information about the generation set and runtimestatistics.

438038Automatic regeneration of invalidated loads