1
*&---------------------------------------------------------------------*
2
*& Include ZDB_UPLOAD_VARIABLES *
3
*& *
4
5
6
*& This file is part of ZDB. *
7
8
*& ZDB_DOWNLOAD is free software: you can redistribute it and/or *
9
*& modify it under the terms of the GNU General Public License as *
10
*& published by the Free Software Foundation, either version 3 of the *
11
*& License, or any later version. *
12
13
*& ZDB_DOWNLOAD is distributed in the hope that it will be useful, *
14
*& but WITHOUT ANY WARRANTY; without even the implied warranty of *
15
*& MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16
*& GNU General Public License for more details. *
17
18
*& You should have received a copy of the GNU General Public License *
19
*& along with ZDOWNLOAD. If not, see <http://www.gnu.org/licenses/>. *
20
21
22
23
*& Author: Ruediger von Creytz ruediger.creytz@globalbit.net *
24
*& Copyright: globalBIT, LLC http://www.globalbit.net *
25
26
27
28
29
TYPE-POOLS:
30
abap.
31
32
TYPES:
33
it_string TYPE STANDARD TABLE OF string.
34
35
DATA:
36
g_clear TYPE flag,
37
g_file TYPE string,
38
g_tabname TYPE tabname.
39
40
TABLES:
41
dd02l,
42
tdevc.