We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7025136 commit d511f62Copy full SHA for d511f62
docs/development/specific/url.md
@@ -8,7 +8,7 @@ DATA(lv_search) = client->get( )-s_config-search.
8
```
9
10
### Open a new Tab
11
-
+The following action opens a new tab `target blank`:
12
```abap
13
data(lv_url) = `https://www.abap2UI5.org`.
14
client->follow_up_action( client->_event_client( val = client->cs_event-open_new_tab t_arg = VALUE #( ( lv_url ) ) ) ).
0 commit comments