fix for apply_order_by (#3566)

This commit is contained in:
Lukáš Novák 2020-06-30 10:11:27 +02:00 committed by GitHub
parent 051c9c6569
commit d621551146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.