How To add Filter / Sort button in Fiori PO Approval?
Hi!How do I get the filter or sort button appear in Fiori for PO Approval?above is the screen capture from my Fiori approval. I believe i can get the below: I didn't see any setting in the launchpad...
View ArticleIs SAPUI5 language only used to customize Fiori apps?
Below is what I know and I thing this is what exactly it is but though of re-confirming on the blog. Please review my below understanding and let me know your thoughts. As of now, what I understand...
View ArticleChanging a BSP Application into SAPUI5 layout by changing one line - the idea...
A lot of customers are still using BSP (Business Server Pages) Applications and lots of them are written with BSP Extensions. With BSP Extensions you don't have to take care about Browser dependent...
View ArticleOpenUI5 missing 'messagebundle_en_US.properties' file
I am using WAMP server for OpenUI5 development. I have tested my code in IE10, Google Chrome and Firefox. Google Chrome is giving me following error: GET...
View Articlebind check-box text
I want to implement data binding checkb-ox but instead of putting value for true or falseto put text in the json file,how should I do that ?for example insead of using it like following var config = {...
View ArticleSet Focus on a Control
Hi Experts, How to set focus on a Control in SAPUI5 my codevar inDel = this.getView().byId("inputDelearId");inDel.focus(); but the focus was not going to the control
View Articleapply a filter to sap.ui.table.Column / sap.ui.table.Table
Hi Team, I'm trying to apply a filter programmatically via java script: press : function() { sap.ui.table.Column ... .setFilterValue("CH"); sap.ui.table.Column ... .setFiltered(true); } this code...
View ArticleStrange UI5 Version Backend / Eclipse
Hi experts, we patched our system from 1.22.x to the (latest available) ui5 version 1.24.5. After the patch we get a strange versioning number in the overview of ui5_ui5-SICF node and when submitting...
View Article404s in "Application Best Practices"
When I download the latest 1.26.4 release of OpenUI5 http://sap.github.io/openui5/download.html and look at the "Application Best Practices" demo. It does not entirely work due to some 404 errors when...
View ArticleWEB IDE Connections (CRM 7.0 / GW )
Dear SAP Team, i'm trying to add SAP CRM 7/ GW to the SAP WEB IDE (ABAP Repository and Services) and seeing the following...
View ArticleBind radio button to json value
I've MVC application with 3 (it can be also two radio...) radio buttons rb1 &rb2&rb3 which should be bound to screen property in the JSON,one for "fullScreen" and the second "popup" and third...
View ArticleTheme designer Logo change
Hi All, I have used the theme designer to edit the logo, I have uploaded the logo in Quick view and in CSS used the below code. But still its showing the default logo. .sapUiUx3ShellHeader >...
View ArticleNeed an advice with SAPUI5 for web site ?
Hello SAP forummies, how are you?I need an advice for a new requirement that I have. Well, my company need an "interface" (as a web portal) for interact with SAP. When they asked my advice, the first...
View ArticleSDK test resources
Hey folks, from time to time I come across great examples and sample pages of different kind of functionality, all collected in test resources of the sdk (f.e. SAPUI5 SDK - Demo Kit or UI5 CVOM HTML5...
View ArticlePdf not displaying in IE9
Hi Experts, The following code working fine for chrome, but in IE8 its not displaying pdf but prompt for save pdf. I want it should display in IE8 like chrome. var pdfUrl = "../xxxx/$value";var...
View ArticleHow to Update SDK version(1.24.1) in Eclipse
Hi Experts, Currently my eclipse SDK version is 1.20.9 and in ECC the demokit version is 1.24.4.when i'm trying to share my project using SAP Repository Team its asking for update your Demokit version....
View ArticleOdata Service in NWGW or ECC Backend
Hi All, I am getting a little confused about whether the Odata service needs to be created in NWGW or ECC backend. From what I have read in the documents it needs to be created at NWGW ie Front End. I...
View ArticleSupport more then one checkbox
I've checkbox with binding that I need to update ,currenlty I use the following functionbut I need to add additional check-boxes,how should I write it better to support more then one CB...
View ArticleCould not start the app due to an internal error
Hi, I have developed a custom app and added as a tile in the fiori launchpad. The app works fine when run independently. But when i execute it from the launchpad i get the below errors. 2015-01-27...
View ArticleHow to Change width of master page in sap.m.SplitContainer
Hi All, I want to increase width of master page in SplitContainer. How can we achieve this. Or instead of Master Page Can we render Detail Page fist?
View Article