mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
16 lines
900 B
ABAP
16 lines
900 B
ABAP
*******************************************************************
|
|
* System-defined Include-files. *
|
|
*******************************************************************
|
|
INCLUDE lzabapgit_paralleltop. " Global Declarations
|
|
INCLUDE lzabapgit_paralleluxx. " Function Modules
|
|
|
|
*******************************************************************
|
|
* User-defined Include-files (if necessary). *
|
|
*******************************************************************
|
|
* INCLUDE LZABAPGIT_PARALLELF... " Subroutines
|
|
* INCLUDE LZABAPGIT_PARALLELO... " PBO-Modules
|
|
* INCLUDE LZABAPGIT_PARALLELI... " PAI-Modules
|
|
* INCLUDE LZABAPGIT_PARALLELE... " Events
|
|
* INCLUDE LZABAPGIT_PARALLELP... " Local class implement.
|
|
* INCLUDE LZABAPGIT_PARALLELT99. " ABAP Unit tests
|