on 2024 Mar 15 9:13 PM
Hello
I need to call browser for eg. http://www.sap.com when the user clicks the action button created from ABAP RAP. I do not want this to be done from SAPUI5 based development. Please let know if this is possible. I have tried calling CALL_BROWSER FM and it did not work.
Regards,
Abdul Hakim
Request clarification before answering.
Instead of using actions, how about specifying the @UI.v1.DataFieldWithUrl annotation in the LineItem?
https://sapui5.hana.ondemand.com/sdk/#/topic/d782acf8bfd74107ad6a04f0361c5f62.html
ABAP CDS example:
@UI.<lineItem/fieldGroup>: [{ type: #WITH_URL, url: 'URL' }]
URL;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.