Skip to content

fix: adjust cds virtual element logic for release >=7.56 #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: adjust code formating
  • Loading branch information
Renata Reich committed May 16, 2023
commit a0a4ccf72a33fd0155d044b8e21be1e43560fdb8
2 changes: 1 addition & 1 deletion src/cross/zif_dbbr_c_global.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ INTERFACE zif_dbbr_c_global
END OF c_function_codes ,
c_for_all_entries_select_table TYPE string VALUE '<lt_for_all>' ##NO_TEXT.

endinterface.
ENDINTERFACE.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ENDCLASS.
CLASS lcl_sadl_exit_handler IMPLEMENTATION.

METHOD constructor.
DATA: lr_path_element_targets TYPE REF TO data,
DATA: lr_path_element_targets TYPE REF TO data,
lr_function_aliases TYPE REF TO data.

FIELD-SYMBOLS: <lt_path_element_targets> TYPE ANY TABLE,
Expand Down