Skip to content

Commit

Permalink
apply format version type instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
albertmink committed Nov 2, 2021
1 parent 243dc53 commit 0036378
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions file-formats/chkc/type/zif_aff_chkc_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ INTERFACE zif_aff_chkc_v1
"! <p class="shorttext">ATC Check Category</p>
"! ATC check category properties
BEGIN OF ty_main,
"! <p class="shorttext">ABAP File Format Version</p>
"! The ABAP file format version
"! $required
format_version TYPE string,
format_version TYPE zif_aff_types_v1=>ty_format_version,
"! <p class="shorttext">Header</p>
"! Header
"! $required
Expand Down

0 comments on commit 0036378

Please sign in to comment.