Hello,
I hide this action box in IW22.
It works fine in desktop layout. However, in mobile, it shows there are 2 dots at the bottom
I've tried to edit flavor in mobile because this control can't be found when it's in desktop layout. Howev...
Hello everyone,
I'm getting this issue.
I have a user exit in IW22 which shows subsequent notifications.
It's working DEV but when moving to quality, it can't find the control id the script.
I check and see that the control IDs are differe...
Hello,
I've one script trying to use session.utils.executeScript to get some data.
For example, my script is like this
var oResult = session.utils.executeScript("<script_A_id>", null);
var data = oResult.scriptResult;
It used to work in the p...
Hi,
I'm confused by this menu in SAP CF subaccount.
What is the difference between deploying as HTML5 Applications at subaccount level and as HTML5 applications at Space level?
And how can I make it to deploy to HTML5 Applications at subacco...
Hi everyone,
I have a odata v4 CAP application running in CF via an approuter.
And I want to use that as a destination in Neo.So when I create the UI5 app and follow this wizard. I select the approuter as Cloud foundry application.
Then I te...
Hi bwills,The issue is we still want to use that box in SAPGUI. We only want to hide it in slipstream so we can't get rid of the box.And about the mobile view, I've tried the transaction in the iphone 6/7/8 device mode in chrome but it still doesn't ...
Hi Tamas,Thanks for your input.Yeah you're right. It shows an empty screen when tapping the dot on the right.I think I'll raise a support ticket.Thanks.Tri
Hi Oskars,Thanks for your comment.I think in the past it had that property. In the old script, I only need to do this for example.var result = [{
"name": "ABC"
}];
return result; Then I can get the result from scriptResult.Anyways, I'm using get and ...
Hi sperstorfer,Thanks for your code.I've tried your way, set the destination with OAuth2UserTokenExchange pointing to the service api.But I'm getting error Code: 500 Internal Server Error. Not sure if you got the error before.Thanks.Tri