Re: SAP MII PCo in 14.0
Make sure you are using the right parameter names...the ones in the above are not properly defined. For example starttime should really be StartDate. Parameters supported by the Query template...
View Articlei5Charts resizing to fit any browser settings
We have 6 i5Charts in one page. How can we make each size automatically re-size to fit any browser settings? One chart code is below: var i5Chart1 = new...
View ArticleRe: SAP MII PCo in 14.0
Thanks for reply. actually that was a typo I wrote datetime instead startdate/ enddate. I passed the date in XML format to this parameter with view as Event. Now am able to get the past data using HDA...
View ArticleSap MII Pco : difference between DA and HDA agent
HI everyone , i tried to write values in Historian selecting HDA agent, the values we're written intermittently but when I used DA agent then every time I am able to write values in Historian. Can...
View ArticleRe: PCo and OPC HDA
Please check there may be a chance that DA and HDA both the agents were running at the same time. Try running one agent at a particular time and stop the other.
View ArticleUI5 Table refresh
Hi All, One of my requirement is to save the data from the text field and show the saved data into the table at the bottom.Also update the data when the user edits.When the user edits the new data is...
View Articleset the value in UI5 DropDownBox
Hi All, One of my requirement is to get the value from the oTable and set the value to the DropDownbox.My code var shift...
View ArticleRe: How to separate production cost and material cost of a component
Hi Jorosza,What does this have to do with MII (Manufacturing Integration and Intelligence)? This sounds like a regular SAP Manufacturing, or maybe MM, kind of question and nothing to do with MII. If...
View ArticleRe: set the value in UI5 DropDownBox
Maybe try the setSelectedKey or setSelectedItemId methods.
View ArticleRe: set the value in UI5 DropDownBox
Hi Partheeban,setValue() should work for your requirement. May be you can ensure that the value that you are trying to set as value for the dropdownbox is one of the allowed set of values.How have you...
View ArticleRe: set the value in UI5 DropDownBox
Hi Ria, DropDownBox definition: var oModel = new sap.ui.model.json.JSONModel(); oModel.setData({ Shift:[ {Shift:"A"}, {Shift:"B"}, {Shift:"C"}], editable: true, tooltip: "Shift"});...
View ArticleRe: set the value in UI5 DropDownBox
Hi Partheeban,I tried using your code in my example, where I have just 1 dropdownbox and on changing the value in the dropdown, I always reset it to "C". <!DOCTYPE...
View ArticleRe: set the value in UI5 DropDownBox
Hi Ria, Thanks for the reply...The code you sent working for me too... but my requirement is on selecting the Row in the table as shown below oTableCalc.attachRowSelectionChange(function(oEvent){...
View Articlesap.m.DateTimeInput
Hi All, One of my requirement is to show the DateTime in the webpage and also the user should able to enter/edit the time in the textbox.As I am using the below code var mData = { someDate: new...
View ArticleRe: Create an attribute
Hi Dennis, You cannot add any new attribute in the Rowsets node of the MII XML format. Regards,Rohit Negi.
View ArticleRe: set the value in UI5 DropDownBox
Hi Partheeban,I checked your code, and just modified the data bound to the table(with some static data) to get the example working for me - rest of your code is the same!The value in the dropdownbox...
View ArticleLine Chart Problem
Dear Experts, I have a problem on plotting a line chart in SAP MII 12.1. Please give your valuable inputs to resolve this issue. Measuring Points are passed to the query upon user selection,It can be...
View ArticleRe: set the value in UI5 DropDownBox
Hi Ria, I am not sure whats happening... when I execute your code its working...but when I pass my data in oTable its not working... I guess the oModel is problem. Since I am loading the data initially...
View ArticleRe: SAP MII - Online Help / Wiki
Dear Christian, thank you for the answer but PageDown is not what we are looking for.What we need is a took that works in a similar fashion as SAP GUI help meaning that it has to support 2 features:-...
View ArticleRe: UI5 Table refresh
Hi Experts, Is there anyone can reply for this? RegardsG.Partheeban
View Article