Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
choper725 committed Mar 20, 2024
1 parent 2853a56 commit c3aa310
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/z2ui5_cl_demo_app_182.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ CLASS z2ui5_cl_demo_app_182 DEFINITION

METHODS on_event .
METHODS view_display .
METHODS detail_popover IMPORTING id TYPE string node TYPE t_nodes2.
METHODS detail_popover
IMPORTING
id TYPE string
node TYPE t_nodes2.
PROTECTED SECTION.

DATA client TYPE REF TO z2ui5_if_client.
Expand Down

0 comments on commit c3aa310

Please sign in to comment.