How to begin working with Smart Template in SAP UI5
Hi All As a new learner to Smart Template in UI5, i am in need of a very basic working code to understand the full functionality and working of Smart Template in SAP UI5 Regrads Virendra Soni
View ArticleGeneric UI5 form validator
A common usecase is to have a form -- or multiple forms -- which should be validated upon clicking a "Submit" button. The UI5 validation mechanism by default does a terrific good job for inline...
View ArticleDesktop - Mobile apps
Hi, Building an app, can be accessed from both desktop and mobile.What is the best practice,1. Do we build a separate app one for desktop and mobile.2. Single app and control rendering on different...
View Articlesmartfilterbar sapui5 not working
Hi all, I am having a look on the smartcontrols. The smarttable is working fine for me. But the smartfilterbar is not working. Also the example given by the tutorial is not working. Is there something...
View ArticleAuto Reload/Refresh the table data using sap.ui.table.Table
Hello All, I have created an application where i am displaying the HANA table data in tabular format using sap.ui.model.odata.ODataModel and sap.ui.table.Table What needs to be done or triggered to...
View ArticleUncaught TypeError: Cannot read property 'apply' of undefined(sap.m.DatePicker)
Dear All,I override the java script Date() method to override system date and time from server date and time. The date picker is defaulted with server date but the problem is the datepicker dialog is...
View ArticleTextfield Value State problem
Hi All, I am using TextFields as cells of Table . I am setting ValueState properties of Texfields with sap.ui.core.ValueState.Error as dynamically .My problem is If I resize the browser window ,...
View ArticleBackend service is not hitting breakpoint
Hi Experts, I have one Gateway service which I wanted to use PUT method so that data what ever send from frontend can be saved using Method "ORDERINFO_HSET_UPDATE_ENTITY" of my Service Implementation....
View ArticleSAP-Server sends no-cache, Appcache doesn't work
Hi guysI'm developing a SAPUI5 application that needs to work offline. I'm using the Eclipse plugin provided by SAP to develop the app and upload it to the ABAP-server (SAP ECC 6.0, Enhancement Package...
View ArticleGateway and oData POST and GET methods
Hi, I need a little help for the gateway service in SAP and the oData binding in eclipse. The request is as follows: Pass parameters on input to the RFC -> get the output table -> bind the data...
View ArticleSort sap.m.table again
Hello, i got at question concerning the sap m.table.I have an application with table with with colummns.A, B, C, D ,E.The table is sorted by A.I have an f4 value help wich allows the user to change the...
View ArticleEnhance UI5 app with custom icon fonts
What and why Have you ever tried looking for appropriate icon in UI5 and found out that you couldn’t find one? UI5 comes with 546 different icons and a few hundred additional icons are available when...
View ArticleHow to change corresponding button image???
I am trying two button one EDIT second SAVE two buttons are taken in images , my concept save button is a disabled image ,nothing should happen on click of it , when edit is click save image should...
View ArticleHow to send Dynamic Parameters from WDABAP to SAPUI5 App
Hi Experts, I'm developing SAPUI5 App and WebDynproABAP(WDABAP).These Apps are working on Netweaver Portal 7.02(SP15). I'm trying to send dynamic parameters from WDABAP App(as WDABAP iView) to SAPUI5...
View ArticleError retrieving SAPUI5 project from AS ABAP
Hi All, I'm having trouble retrieving the SAPUI5 project resources from the ABAP AS.We have a new colleague in the team, and we want to retrieve the resource files to a SAPUI5 Project. We all use...
View Articleevent.setMarked()
Hi All, I want to understand the usage of event.setMarked() Api. At several places like onkeydown event handler often in sap we call event.setMarked(); i tried to debug in sap env and found this piece...
View Articleis sapui5 library or a framework
Hi all, Is sapui5 a framework or a library?. At some places in documentation i can find it refers to as sapui5 is a library and contrary they say sapui5 framework. So can any one shed some lights on...
View ArticleSmartTable control only for SAP Gateway oData ?
hi, can i use the Smarttable control only for OData service generated by SAP Gateway ? Or also via other oData ? grHans
View ArticleDisplay browser error in MessageToast
Hi! How can I display error messages which are shown in the console in "sap.m.MessageToast.show.."?? Example:This is shown in my console:"2015-11-05 13:39:33 The following problem occurred: HTTP...
View ArticleSAP UI5 ODATA SubmitBatch Error
Hi All, Can someone please help me with this issue?I am trying to call XS Odata service and trying to insert the data via a procedure, When calling individually, the procedure is working fine while...
View Article