Re: How to download Excel file from ABAP server through Gateway in SAPUI5
Have you checked this blog Displaying backend data both as SAPUI5 Table and an Excel File ? Regards,Chandra
View ArticleRe: Auto complite control help
Show your code which you already have. I'm not rly sure what you want to do.
View ArticleRe: Themes for SAPUI5 - where to get some?
I am not sure if people will share custom themes as it may be created as part of their organization's branding requirement and may not be allowed to share. you can check this blog CSS in SAPUI5...
View ArticleRe: open the smartform as a PDF in UI5
From screenshot it is not clear if you have MimeType as property in your entity and hence the error message. Regards,Chandra
View ArticleOdata model cannot be created
Hi there, in my application (running on NW 7.40 AS Java) I'm creating a model via // Create tasks.svc model var tasksSvcURL = "/bpmodata/tasks.svc"; var tasksODataModel = new...
View ArticleHR Renewal 2.0 UI5 MSS Leave Approval Enhancements
Hi All, We are implementing the HR Renewal 2.0 UI5 based ESS/MSS applications. We would like to add few additional fields to the UI5 Leave Approval application HRMSS_LR_APPR_G.The OData Service being...
View ArticleRe: UI5 Table - value of context popup
Hey, thanks for your suggestion! It works but I get a fixed popup for every column stating "Key Figure Popup". I want it flexible, meaning it should show the corresponding Number to the textfield. I...
View ArticleRe: Filtering Data in a sap.m.Table in XML Views
You can try making use of HandleBars if you wanna set dynamic filter value via XML views. It would be something like this for filters, filters:[{ path: 'Category', operator: 'EQ', value1:...
View ArticleClear Popup Dialog content to open from another entry
Hi, Please let me know how to clear the View Content of Popup Dialog without closing using the Popup close button. Without closing the Popup , If I try another item , it is giving duplicate id errors....
View ArticleRe: sap.m.FlexBox is not rendering in OverlayContainer
Hello, Kedar, I used JSBIN as tool to present my code snippet instead posting the code in my post, nothing more.I made a working example: http://jsbin.com/kuhefebixe/1/edit?html,outputWhen you press a...
View ArticleRe: Download latest version of SAPUI5 (as static files)
you can refer OpenUI5 - Download for OpenUI5 download. for SAPUI5, you need to get it from SAP Service marketplace. Regards,Chandra
View ArticleRe: Download latest version of SAPUI5 (as static files)
Hi, Thanks. I'm aware of OPENUI5 but as a SAP customer I need to make sure that support for OPENUI5 is provided like SAPUI5. I'll open an incident and update this thread. Regards,Omri
View ArticleRe: How to enable CORS while doing in SAPLogon
This blog Make CORS work with Gateway and Chrome for local development will help you to solve your requirement. Regards,Chandra
View ArticleSAPUI5 Treetable - Button per group
Hello there, does anybody know how to add a button per group (only on parent-level) in a tree table?Besides, there is the possibility to enable group-Mode (useGroupMode, enableGrouping per column). But...
View ArticleRe: Drop-down with json data
you can use the same model.. or separate models.. if using the same model, then add a new property inside your model.. if using a new model, then create a new var model2 = (your JSON model) ; then...
View ArticleRe: How to view pdf media in the XML view?
Thanks a lot robin it works ..to find the id i used inspect element and found the id used the same in the tag..
View ArticleRe: Form Container Expand Button not working
Hi Sathish,I am working on your problem and will consult with my colleagues for this bug. Stay tuned
View ArticleRe: SAPUI5 cache control issue
Hi Naga Devisetty, this error occurs each time I commit new code changes of a sapui5 application on ABAP Repository. So I use SE38 and I execute two reports: /ui5/reset_cachebuster and then...
View ArticleApp published via HCP: how to make it search-/findable on Google etc.
HI folks, following situation: We have created an SAPUI5 app and want to publish it on HCP (all necessary steps have been done). What needs to be done that this app can be searched and found on search...
View ArticleRe: How to retrieve SAPUI5 field control value in a form
Thanks again Yuri, oddly enough, that does not work with xml view on my end, Robin got it right, turned out this.getView().byId() is what I need
View Article