Skip to content

Commit

Permalink
dyn_msg: add interface (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored May 27, 2024
1 parent 4271b24 commit 496e156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.108.8",
"@abaplint/cli": "^2.108.10",
"@abaplint/database-sqlite": "^2.8.25",
"@abaplint/runtime": "^2.8.25",
"@abaplint/transpiler-cli": "^2.8.25",
Expand Down
2 changes: 2 additions & 0 deletions src/exceptions/if_t100_dyn_msg.intf.abap
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
INTERFACE if_t100_dyn_msg PUBLIC.

INTERFACES if_t100_message.

DATA msgty TYPE symsgty.

DATA msgv1 TYPE symsgv.
Expand Down

0 comments on commit 496e156

Please sign in to comment.