Hi,
I'm loading Variants to a model and binding it to the Variant Managment element. If the executeOnSelect of the standard variant is set to "true" it should select the variant and execute it.
...
I call a MII Transaction to get information about the actual logged in user. It is all fine when someone is logged in, but when nobody is logged in, I always get a realy long error message in the console because of a parsing error.
...
Hi,
since sap.ui.unified.shell is seprecated since 1.44.0 I'm looking for an alternative. Isn't there a control in the framework anymore to display some user information and actions (log off, navigation back, home...)?
Hi all,
I have a xml model like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Rowset>
<Row>
<Site>Site1</Site>
<Area>Area1</Area>
<WorkUnit>02001</WorkUnit>
</Row>
<Row>
<Site>Site1</Si...
Hi Christian,interesting to read that you write something about a size limit of 100 in the context of network graph. I have a xml model with more than 100 lines between network graph nodes. But the network graph displays only 100 of the lines. It sou...
I added this to my source code before calling oModel.loadData
oModel.attachParseError(function(oEvent) {<br> console.log("Parserror");<br> });
Can't see the log entry in the console, but still the error message.
Hi Antonette,
thanks for your help.
unfortunately we do not use Fiori Launchpad, so I'm trying to use sap.m.page.
If I use sap.m.page without sap.m.app the content area is only a few pixels high.
If I use it with sap.m.app there is a ugly scr...