Frank Müller

Results 15 comments of Frank Müller

The implementation would require, that your new class inherit from the class CL_ABAP_PARALLEL. I'm not sure if you can do this somehow release dependent. The class calls internal the rfc...

May be one solution could be, that the standalone report checks during start if the class cl_abap_parall is available in the system. It generates in this case a dictionary class...

I'm not sure if the CALLING on_end_of_task ON END OF TASK is working with local classes. ``` CALL FUNCTION 'Z_ABAPGIT_SERIALIZE_PARALLEL' STARTING NEW TASK lv_task DESTINATION IN GROUP mv_group CALLING on_end_of_task...

The installation and update process would be much easier for the users. - Copy and Paste + Activate that's it. - No more merge conflicts during the update 😉

For on premise systems you could have a look at my AMDP Pretty Printer. It is not so nice like the ABAP Cleaner, but it works for the most cases....