1
*&---------------------------------------------------------------------*
2
*& Report ZDB_UPLOAD *
3
*& *
4
5
6
*& This program is free software: you can redistribute it and/or *
7
*& modify it under the terms of the GNU General Public License as *
8
*& published by the Free Software Foundation, either version 3 of the *
9
*& License, or any later version. *
10
11
*& This program is distributed in the hope that it will be useful, *
12
*& but WITHOUT ANY WARRANTY; without even the implied warranty of *
13
*& MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
14
*& See the GNU General Public License for more details. *
15
16
*& You should have received a copy of the GNU General Public License *
17
*& along with this program. If not, see <http://www.gnu.org/licenses/>.*
18
19
20
21
*& Author: Ruediger von Creytz ruediger.creytz@globalbit.net *
22
*& Copyright: globalBIT, LLC http://www.globalbit.net *
23
*& Version: 20210302 *
24
25
26
27
REPORT zdb_upload.
28
29
INCLUDE zdb_upload_variables.
30
INCLUDE zdb_upload_convert_data.
31
INCLUDE zdb_upload_gui.
32
INCLUDE zdb_upload_do.