Skip to content

Commit

Permalink
update on CHKO
Browse files Browse the repository at this point in the history
see #139
  • Loading branch information
albertmink authored Jul 26, 2021
1 parent 16a8130 commit c76bead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions file-formats/chko/type/zif_atc_aff_chko_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ INTERFACE zif_atc_aff_chko_v1
technical_id TYPE c LENGTH 4,
"! <p class="shorttext">Parameter Name</p>
"! Name of a parameter
name TYPE zif_aff_types_v1=>ty_object_name_30,
name TYPE string,
"! <p class="shorttext">Parameter Description</p>
"! Description of a parameter
description TYPE c LENGTH 255,
"! <p class="shorttext">Modifiable Flag</p>
"! The parameter is modifiable
modifiable TYPE abap_bool,
"! <p class="shorttext">Hidden Flag</p>
"! The parameter is hidden
hidden TYPE abap_bool,
END OF ty_parameter.

TYPES:
Expand Down

0 comments on commit c76bead

Please sign in to comment.