Execute export BOIs in parallel

The M3_EXECUTE_EXPORT SCV program has been enhanced to execute multiple export BOIs in parallel. Parallel export is only possible when the program is called by passing a table group as parameter. The synchronous or parallel execution is enabled using the processing sequence in SCV table groups:

  • All tables in the table group with the same processing sequence value are executed in parallel.
  • All tables in the table group with different processing sequence value are executed in the ascending order of the specified processing sequence value.
Note: This feature is available after upgrade. You do not require to do anything to enable this feature.