List Headings Selection texts Text elements Documentation Variants
Properties SourceCde
txt  Complete.txt
1
*&---------------------------------------------------------------------*
2
*& Report  ZDB_DOWNLOAD_R3_46                                          *
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_download_r3_46                            .
28
 
29
INCLUDE zdb_download_variables.
30
INCLUDE zdb_download_convert_data.
31
INCLUDE zdb_download_do.
32
INCLUDE zdb_download_gui.
33
INCLUDE zutil_convert_text.
34
INCLUDE zutil_cmd_replace_old.