Re: SAPUI5 Binding
Hey hi frank and ajain, Both of your answers are working fine.I know this are basic things. But as a beginner i m struggling with them.Thanks for your help I have one more query. In application like...
View ArticleSAPUI5 Fiori
I was just looking at the SAPUI5 Fiori demo apps in the latest release of the demo kit here: http://veui5infra.dhcp.wdf.sap.corp:8080/demokit/#test-resources/sap/m/demokit/demokit-home/index.html I...
View ArticleRe: SAPUI5 Fiori
Hi Nader I'm afraid us mere mortals cannot access the URL you give, above - it's internal to SAP, so we can't really see what you're looking at. However, even in the publically available 1.12.1...
View ArticleRe: JavaScript start-up API (ABAP Backend) response is slow
Hi Stefan A pleasant early afternoon found me with my laptop at my favourite coffee place in Manchester (North Tea Power). I thought I'd analyse the call from my end (it's in a demo SAP system) and...
View ArticleRe: HTML View Aggregation of buttons
Hi Daniel, the cause of the problem is the attribute name "data-contentRight".HTML attributes are case-insensitive, hence camelCase, so property/aggregation names need to be transformed to lower-case,...
View ArticleRe: HTML View Aggregation of buttons
About the first problem ... fast answer from SAP Support :Hello, the cause of the problem is the attribute name "data-contentRight".HTML attributes are case-insensitive, hence...
View ArticleRe: '_mHiddenAggregations' is about to be removed (with 1.12 latest). Hidden...
Hi Nadir,to get more information on the SplitApp control just check the Developer Guide which states the following: Therefore the SplitApp? control provides three different modes how to display the...
View ArticleRe: HTML View Aggregation of buttons
Well spotted. http://jsbin.com/uxogog/2/edit your example using data-sap-ui-modules="sap.ui.core.plugin.DeclarativeSupport" jsp
View ArticleRe: HTML View Aggregation of buttons
not sure if the users of your application would be happy with that solution"Note that synchronous requests may temporarily lock the browser, disabling any actions while the request is active."
View ArticleSAP BC error when testing ELSTER module (when trying to generate a test...
Hello Experts we are getting following error on our SAP BC when trying to generate a test report (RPUTX7D0): Trying connection to URL http://IPADDRESS/Elster2/EMS ****Connected successfullyHTTP 403...
View ArticleRe: Issues while installing SAPUI5 on HANA Studio
Hi Roman, This may be either a temporary network problem or repository server down ( http://download.eclipse.org/releases/juno ). Did you try to uncheck this option : Contact all update sites during...
View ArticleRe: HTML View Aggregation of buttons
yes I know but this is on start of page so for the user at this time it is no problelm thx for your help
View ArticleRe: JavaScript start-up API (ABAP Backend) response is slow
Hi Dj, thank you, that was really helpful! I hope you will continue to drink power tea and provide those good answers! :-) I found out, that the duration of the call depends on the user. I could not...
View ArticleRe: JavaScript start-up API (ABAP Backend) response is slow
Hmmm, okay.... seems like User B has 0 entries in his user menu, so as a fallback(?) the whole sap menu (about 75000 entries) is searched? Compared to about 75 entries in the User A user menu. When we...
View ArticleRe: SAPUI5 Binding
ok got it..thanks have some queries.I want to set background image for my app. Code in index page: var app = new sap.m.App("mainApp",{initialPage:"idLogin"});...
View ArticleRe: SAPUI5 Binding
Hi Harshal, concerning the background image, I experience the same behavior as you do. When you inspect the DOM, you will find that the image is there but with the height=0. In addition, the background...
View ArticleRe: CRUD OPERATIONS IN SAPUI5
Hi Sridevi,I would recommend to start with the document "End-to-End How-to Guide: Building SAPUI5 Applications on SAP NetWeaver AS ABAP 7.31 Consuming Gateway OData Services". It will help you around...
View ArticleChange bootstrap theme depending on device type
Hi, depending on a device type, I would like to load another Theme (Goldreflection) in the SAPUI5 bootstrap, instead of the sap_mvi Theme.How would I do that? RegardsStefan
View ArticleRe: Change bootstrap theme depending on device type
Okay, got it...sap.ui.getCore().applyTheme("sap_goldreflection"); RegardsStefan
View ArticleRe: JavaScript start-up API (ABAP Backend) response is slow
Hi Stefan, this is an already known bug that will be fixed with SP5 of the SAP UI addon.-> see also SAP Note 1852769. Best regards Knut
View Article