In this article, we would be covering the topic for parallel processing in ABAP with respect to asynchronous RFC Function Modules. The idea behind this would be an Asynchronous call of a remote-capable function module using the RFC interface. To understand the concept we would take a simple ex...
or in the case of the background job, calls commit work explicitely. For this reason each task should encapsulate one logical unit of work (LUW). These can never be used to iterate over an open DB cursor as it will be lost when switching. ...
SAP Managed Tags: ABAP Development Using class CL_ABAP_PARALLEL is a convenient way to mass process in parallel dialog work processes. This can be especially powerful in a system with more dialog vs other types of work processes. Due to limited documentation, there was a small learning curve ...