Re: set the value in UI5 DropDownBox
Hi Partheeban,Sorry, I'm not sure why this is not working for you. But probably you can try something as shown below for binding model to the table. var sUrl = <URL FOR DATA> var oModel = new...
View ArticleRe: set the value in UI5 DropDownBox
Hi Ria, I got something that...When I pass a static query like select 'A' as shiftunionselect 'B' as shiftunionselect 'C' as shift then I am able to set the value.If it is the data from the table...
View ArticleRe: set the value in UI5 DropDownBox
Oh ok.. did you still try the code for binding model to table.Sorry, I cannot think of anything else. Best Regards,Ria
View ArticleRe: set the value in UI5 DropDownBox
Hi Ria, Thanks for the help...I tried in below way also,var sUrl = <URL FOR DATA> var oModel = new sap.ui.model.json.JSONModel(); $.ajax({ type: 'GET',...
View ArticleRe: set the value in UI5 DropDownBox
Hi Partheeban,It works for me even when I pass data to table using query.What is the version of UI5 you are using..? I have 1.20.4 and it works for me. I'll check your other question. Best Regards,Ria
View ArticleRe: ERROR_ON_LOAD [java.net.SocketTimeoutException: Read timed out] in SAP...
Thanks for the reply Michael. The MII version I'm using is v12.1.10 Build (61).The transaction doesn't work when called from a webpage and scheduler. I can very well recall that it was working two...
View ArticleRe: Current Userid in BLT
Hi Suneel,If you need to retrieve the current logged in user, then you can use the Admin service for it:http://<server>:<port>/XMII/Illuminator?service=admin&mode=Who You can check...
View ArticleRe: Read Image file from BLOB.
Hi Paul, One of our customer has already stored images in DB and we need to use the same. Thanks,
View ArticleRe: set the value in UI5 DropDownBox
Hi Ria, I have tested by just creating the table shift in the DB and in the table I am getting only shift "A,B,C".When I tried to select and set the value I am not able to. But when I useselect 'A' as...
View ArticleRe: UI5 Table refresh
Hi Ria, Actually I am using following code to refresh the table: //oTable declarationvar oTableCalc = new sap.ui.table.Table("maintable",{ id : 'CalcTable', firstVisibleRow: 0, selectionMode:...
View ArticleRe: SAP MII Pco: Querying multiple tags for Multiple time stamp
Hi Steve, Thanks for asking questions,please find the answers 1. How do you know that there will be a historian sample for each tag at the exact date/time you request? Ans: At shop floor we have...
View ArticleRe: UI5 Table refresh
Hi Partheeban,For refreshing a UI5 table, you would have to do the following:1. update the model (i.e., oModel.setData({modelData: newRows});)2. set model to the table again (i.e.,...
View ArticleRe: SAP MII Pco: Querying multiple tags for Multiple time stamp
Thanks for the reply Paul. At present we are sending large number of tags with different time stamps , appended in an XML structure and sending the whole structure to the Historian and getting the...
View Articlei5Grid does not displaying the grid
Hi,I am using SAP MII 14.0 SP04. I created a sample i5Grid and try to display the content. I am getting Java Script error 'com' is defined. Whether there is a bug in MII 14.0 SP04? Please refer the...
View ArticleRe: Current Userid in BLT
Hi Suneel, With MII14.0 and later you can use the Expression Editor functions username and userlocale to retrieve user information from within the transaction. I am not sure if these are available in...
View ArticleRe: SAP MII Pco: Querying multiple tags for Multiple time stamp
Hi Mahesh, Can you just implement the web service request directly in MII? What is the requirement to go through the PCoQuery template? Regards, Steve
View ArticleRe: Sending Email From MII
Thanks Raman, Quiet helpful. What kind of Email Server do we connect, In few posts here I see that that free services like Yahoo is not possible. Could you share a sample mail server address. I am new...
View Article