mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
fix for apply_order_by (#3566)
This commit is contained in:
parent
051c9c6569
commit
d621551146
|
@ -139,7 +139,7 @@ CLASS zcl_abapgit_gui_repo_over IMPLEMENTATION.
|
|||
lt_sort TYPE abap_sortorder_tab,
|
||||
ls_sort LIKE LINE OF lt_sort.
|
||||
|
||||
ls_sort-name = 'favorite'.
|
||||
ls_sort-name = 'FAVORITE'.
|
||||
ls_sort-descending = abap_true.
|
||||
ls_sort-astext = abap_true.
|
||||
INSERT ls_sort INTO TABLE lt_sort.
|
||||
|
|
Loading…
Reference in New Issue
Block a user