@@ -445,7 +445,7 @@ CLASS zcl_aff_test_types DEFINITION
445
445
BEGIN OF aff_test_type,
446
446
"! <p class="shorttext">Title of Field1</p>
447
447
"! Description of field1
448
- field1 TYPE i ,
448
+ field1 TYPE i ,
449
449
"! <p class="shorttext">Title of inner_struc</p>
450
450
"! Description of inner_struc
451
451
"! $showAlways
@@ -461,7 +461,7 @@ CLASS zcl_aff_test_types DEFINITION
461
461
"! <p class="shorttext">Title of field2</p>
462
462
"! Description of field2
463
463
"! $required
464
- field2 TYPE c LENGTH 2 ,
464
+ field2 TYPE c LENGTH 2 ,
465
465
END OF aff_test_type.
466
466
467
467
@@ -553,7 +553,7 @@ CLASS zcl_aff_test_types DEFINITION
553
553
"! $exclusiveMinimum: 0
554
554
"! $maximum: 99999
555
555
"! $multipleOf: 1
556
- integer_with_multiple TYPE i ,
556
+ integer_with_multiple TYPE i ,
557
557
"! <p class="shorttext">Packed Number With No Given Multiple</p>
558
558
"! Packed number with no given multiple
559
559
"! $exclusiveMinimum: 0
@@ -575,18 +575,18 @@ CLASS zcl_aff_test_types DEFINITION
575
575
"! <p class="shorttext">Integer With Maximum </p>
576
576
"! Integer with maximum
577
577
"! $maximum: 10
578
- integer TYPE i ,
578
+ integer TYPE i ,
579
579
"! <p class="shorttext">Integer With Given Multiple</p>
580
580
"! Integer with given multiple
581
581
"! $exclusiveMinimum: 0
582
582
"! $maximum: 99999
583
583
"! $multipleOf: 1
584
- integer_with_multiple TYPE i ,
584
+ integer_with_multiple TYPE i ,
585
585
"! <p class="shorttext">Packed Number With Multiple</p>
586
586
"! Packed number with given multiple
587
587
"! $exclusiveMinimum: 0
588
588
"! $multipleOf: 0.1
589
- packed_with_multiple TYPE p LENGTH 4 DECIMALS 1 ,
589
+ packed_with_multiple TYPE p LENGTH 4 DECIMALS 1 ,
590
590
END OF structure_multiple_of_warning.
591
591
592
592
0 commit comments