Properties SourceCde
txt
1
*&---------------------------------------------------------------------*
2
*&  Include           ZDB_DOWNLOAD_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
gt_tadir TYPE STANDARD TABLE OF tadir,
37
g_folder TYPE string,
38
g_add_db_format_csv   TYPE flag      VALUE abap_true,
39
g_add_db_format_xml   TYPE flag      VALUE abap_true,
40
g_add_db_max_lines    TYPE i         VALUE 500.
41
 
42
CONSTANTS:
43
gc_extension_csv     TYPE char3     VALUE 'csv',
44
gc_extension_xml     TYPE char3     VALUE 'xml'.
45
 
46
TABLES:
47
dd02l,
48
tdevc.