Re: Unable to update date range of i5Chart
Hi Paul, As far as I understand the query, you have a chart and want to update it based on a user input Start and End Date on some action (button click). function applyDates() { var...
View ArticleSFTP Read/Write File Issue
Hi Experts, I having issues while reading or writing file with SFTP action blocks following are details. MII 14 SP04Custom action source I am not sure if custom actions deployed successfully or not,...
View ArticleRe: Unable to update date range of i5Chart
Just realized that I'm not able to update the date ranges via code only if the start and end dates are set within the chart template. If I clear the dates within the template, the code works fine....
View ArticleRe: How to performing CRUD actions in sap mii using sap ui5 code
Discussion successfully moved from SAPUI5 Developer Center to SAP Manufacturing Integration and Intelligence (SAP MII) as the more appropriate community for this topic. Questions on SAPUI5 (without...
View ArticleRe: How to performing CRUD actions in sap mii using sap ui5 code
Hi Michael, thank you for responding to me please help me how to write CRUD operation in MII using queries
View ArticleRe: PCo Query gives two Rows for Tag
Hi Parti , In PCo Query if you choose current mode for tag retrieve query , due to time delay/ difference of tags in shop floor level will be getting the values across the timestamp. Mean while you...
View ArticleRe: Pco agent going down
Hi Minakshi, Pco agent getting down may be combination of issues. 1) you can check the PCo and dependent services are in automatic mode.(if mode is manual change to automatic) 2) you can check the...
View ArticleFetch the Values of Cell from i5Grid using cellSelectionEvent ?
I'm trying to fetch the value of the cell on selection using cellSelectionEvent of i5Grid. I have registered my event handler for the cellSelection event and the event handler gets executed whenever...
View ArticleRe: How to performing CRUD actions in sap mii using sap ui5 code
thank you Michael given valuable suggestions
View ArticleRe: How to performing CRUD actions in sap mii using sap ui5 code
Hi Michael, I am working in MII 14.0 , i have no knowledge about MII but i know SAP UI5,
View ArticleRe: How to performing CRUD actions in sap mii using sap ui5 code
Then I suggest that you spend some time in the MII community reading their blogs and documents. It is a specialized tool and using SAPUI5 without understanding MII is a waste of your time (and mine )....
View ArticleRe: How to performing CRUD actions in sap mii using sap ui5 code
if you provide some sample examples of MII,please send me
View ArticleRe: Fetch the Values of Cell from i5Grid using cellSelectionEvent ?
Hi Sakthivel, You can try the following: i5Grid.registerCellSelectionEventHandler(function(oEvent){ alert("cell selection event"); console.log(oEvent); // Q.Event alert("selected cell...
View ArticleRe: Data buffer filter for this action does not exist or the interface is...
Are there any updates to this question? I am also receiving this error message in MII 14, Server Version 14.0.5.12, SAP MII Workbench Version 14.0.5.12. My company just switched to SAP with limited...
View Articlenot able to connect to mysql from MII 15.0 and LOIPRO IDOC is not generated
Hi Experts, I am facing couple of issues. 1. I have done integration of SAP and MII , able to download MATMAS message type using DB10. not able to generate idocs using POIT for LOIPRO message type....
View ArticleRe: Data buffer filter for this action does not exist or the interface is...
Hi Russel, You can ignore this message. It shows up when you make a synchronous JCo call and therefore aren't using the MII data buffer. Data Buffer - SAP Manufacturing Integration and Intelligence -...
View ArticleRe: not able to connect to mysql from MII 15.0 and LOIPRO IDOC is not generated
"Host 'ABC' is not allowed to connect to this MySQL server" is probably an issue with the security settings in your MySQL server and not an MII issue. Regards,Christian
View ArticleRe: Pco agent going down
HI Minakshi, Please provide the following: PCo Version and Patch LevelOLEDB connector details for each different OLEDB connectorHow long does it take for the OLEDB Agent instance to fail if not being...
View ArticleJava System Reports (via NWA)
Hello Experts,Could you please help me in getting the table details for NWA-Java System Reports.1)Active Sessions2)Memory Consumption Thanks in advance. Regards,Shanmugam K
View ArticleRe: Fetch the Values of Cell from i5Grid using cellSelectionEvent ?
The version we're using is 15.0 SP4 patch1. The UI5 version is - 1.22.2 There isn't a method getSelectedCellValue on the i5Grid instance that i have created. And also the oEvent is undefined as no...
View Article