Tutpig.com

SAP Advanced ABAP – Parallel Processing

Improve the performance of any ABAP report

Every SAP ABAP developer would have definitely encountered issues regarding performance tuning. As an ABAPer, we generally attack the select queries and try to optimize the performance but even after having taken all performance measure as per standard ABAP practices, but there is no significant performance improvement.

What you’ll learn

Course Content

Requirements

Every SAP ABAP developer would have definitely encountered issues regarding performance tuning. As an ABAPer, we generally attack the select queries and try to optimize the performance but even after having taken all performance measure as per standard ABAP practices, but there is no significant performance improvement.

below are some scenarios where you need parallel processing,

The course will help you learn different parallel processing techniques in SAP ABAP and help you solve the performance issues in your ABAP report.

In this course we have discussed 3 different ways to achieve parallel processing.

The basic concept behind the parallel processing framework is to divide the large volume of data into several small work packets and process different work packets into different tasks, so each work packet will be processed at the same time in parallels, and it will significantly reduce time. Using parallel processing framework we can significantly improve the processing time of any program, particularly where data volume is very high.