Navigate to other page in controller.onInit
Hi there, I want to check on each and every page of my app, if the login cookie has been set and if not, I would like to navigate to the login page. I therefore implemented the onInit function of the...
View ArticleRe: GroupedColumn in Table
Hi Michael ZinnöckerSharique Nasser Were you able to get this < grouping columns?? Need something similar. ThanksSandip
View ArticleRe: Navigation not working in SAP.m split app MVC
Hi Bart, just to be sure: is anyone (maybe a controller) actually listening to the EventBus and triggering the navigation?The EventBus only sends messages. The navigation is done by calling...
View ArticleRe: Navigation not working in SAP.m split app MVC
Hi Andreas, U were right, I had nothing in my controller that listened to the EventBus.I looked it up a little and i found i should add these functions. onInit: function() { var view =...
View ArticleHow much time does it usually takes for moderator approval for a post
How much time does it usually takes for moderator approval for a post?I have a post posted on Mar 9 and it is still pending for moderator approval.
View Articlesapui5 to sap web transaction
Hello to you all, I am trying to open a transaction threw a sapui5 event (ex. list item click). While opening that transaction, parameters from the selected list item element in the sapui5 will be...
View ArticleRe: Regarding Fiori launchpad
Hi Raghu, For source code of Fiori launchpad. 1. Go to SE80 in Gateway system 2. Select BSP application . 3. Best regards,Tejas
View ArticleRe: sapui5 to sap web transaction
Hi Idan,try this: Integrate SAP UI5 Application with Webdynpro and BSP Applications on SAP Enterprise Portal also consider using epcm proxy with obn object with javascript approach
View ArticleRe: oData Update Support
Thanks. it solved the problem. Looks like both out and in parameters need to be locally defined in procedure.
View ArticleRe: Bar code scanner in Android[Eclipse] using Phonegap Plugin
Hi Krishnamurthy, check my recent blog on this topic, this might help you Integrating Barcode Scanner functionality in SAPUI5 (or cordova ) applicationlet me know if it works
View ArticleRe: Table: Span field over several rows
Hi Vanessa, If you not really need a table, but more a tabular layout, you may consider using the RowRepeater control.This way you have total control how your 'rows' look like. You could for instance...
View ArticleRe: Design Pattern for UI5 async behavior
Hi Vincenzo, You could of course also call a method in your View.js in the successhandler of your ajax call: doSomething: function() { var oController = this; $.ajax({ .... success:...
View ArticleUI5 Mobile Samples
Hello,is there a place,where i can get sample code for UI5 Mobile controls like List etc.regardsKaushik
View ArticleSAPUI5: How to print a complex UI control (eg a Panel) by a signle button press?
Hi folks, I have a sapui5 app, where on the UI there is a panel control containing some other controls like textfield and labels. Now I want to add a Print button which can be pressed to print the...
View ArticleImage Zooming
I need a simple image zooming tool and I want to use this for those purposes: http://www.dynamicdrive.com/dynamicindex4/powerzoomer.htm I'm having an issue getting the tool to work on my UI5 images. If...
View ArticleRe: SAPUI5: How to print a complex UI control (eg a Panel) by a signle button...
Hi, Not sure what you mean... the normal browser print function should work just fine in UI5: var oButton = new sap.ui.commons.Button({ text : "Print", press : function() { window.print(); }...
View ArticleHow to include Youtube Video
Is there any example, how to include a YT Video? CheersJens
View ArticleRe: Image Zooming
Hi Michael, Can you elaborate a bit more about what exactly goes wrong? Out of curiosity I tried it out myself and it works perfect -- so thanks for pointing out this nice functionality: <!DOCTYPE...
View ArticleRe: SAPUI5: How to print a complex UI control (eg a Panel) by a signle button...
Hi Robin, Thanks for the quick reply. I am thinking this case: I have a page containing a Print button, and a Panel control which may contain labels, textField, other buttons etc. What I want is that...
View Article