-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtopinclude
More file actions
39 lines (27 loc) · 910 Bytes
/
topinclude
File metadata and controls
39 lines (27 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
**********************************************************************
* Typepools obsolet ab Release 7.0 EhP 2
* TYPE-POOLS: ABAP, icon.
**********************************************************************
*Tables - obsolet in ABAP OO - nur für SelScreen
* TABLES: sscrfields.
**********************************************************************
*TYPES - Definitionen
**********************************************************************
* Prototyping von Klassen
**********************************************************************
* globale Datendeklarationen
DATA:
* Tabellen
* Ranges
* Strukturen
* Variablen
* Referenzen
* Dummy
dummy."#EC NEEDED "Wird nicht benutzt!
**********************************************************************
* Feldsymbole
*FIELD-SYMBOLS: .
**********************************************************************
* Makros
*DEFINE .
*END-OF-DEFINITION.