File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ CLASS zcl_strust2 DEFINITION
11
11
************************************************************************
12
12
PUBLIC SECTION .
13
13
14
+ CONSTANTS c_version TYPE string VALUE '1.1.0' ##NEEDED .
15
+
14
16
TYPES :
15
- ty_line TYPE c LENGTH 80 .
16
- TYPES :
17
- ty_certificate TYPE STANDARD TABLE OF ty_line WITH DEFAULT KEY .
18
- TYPES :
17
+ ty_line TYPE c LENGTH 80 ,
18
+ ty_certificate TYPE STANDARD TABLE OF ty_line WITH DEFAULT KEY ,
19
19
BEGIN OF ty_certattr,
20
20
subject TYPE string ,
21
21
issuer TYPE string ,
@@ -25,12 +25,9 @@ CLASS zcl_strust2 DEFINITION
25
25
datefrom TYPE d ,
26
26
dateto TYPE d ,
27
27
certificate TYPE xstring ,
28
- END OF ty_certattr.
29
- TYPES :
28
+ END OF ty_certattr,
30
29
ty_certattr_tt TYPE STANDARD TABLE OF ty_certattr WITH DEFAULT KEY .
31
30
32
- CONSTANTS c_version TYPE string VALUE '1.1.0' ##NEEDED .
33
-
34
31
METHODS constructor
35
32
IMPORTING
36
33
!iv_context TYPE psecontext
You can’t perform that action at this time.
0 commit comments