Skip to content

Commit

Permalink
fix regression (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed Feb 14, 2024
1 parent 9057113 commit 4c3bc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/#mbtools#cl_bw_tlogo_lister.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ CLASS /mbtools/cl_bw_tlogo_lister DEFINITION
BEGIN OF ty_s_appltool,
field_order TYPE i. "rsant_wb_typec-field_order
INCLUDE TYPE ty_s_tool AS s_tool."cl_rsan_fct_tool=>ys_tool
TYPES:
TYPES
END OF ty_s_appltool.
TYPES ty_ts_appltool TYPE SORTED TABLE OF ty_s_appltool
WITH NON-UNIQUE KEY field_order.
Expand Down

0 comments on commit 4c3bc26

Please sign in to comment.