Re: Condition action fails to error out
Thanks a lot Sam.. This is what missing in my new Transaction and that solved the issue.
View ArticleRe: SAP MII 15.0 released for all customers?
Please read my blog on how to deploy condition-based maintenance on SAP MII for free:Let’s set the record straight on the CBM RDS!
View ArticleRe: Mobility for MII Dashboards
Yes you can and in this BLOG (http://scn.sap.com/community/manufacturing/mii/blog/2013/10/31/sap-mii-and-html-5-demystified) I show how to instantiate an SAP UI5 object (This is the library that Fiori...
View ArticleRe: Conditioning Monitoring usecase using SAP-MII
Please read my blog to learn more about how you can deploy CBM for free:Let’s set the record straight on the CBM RDS!
View Articleon selection A I5Grid Row initiate I5Grid B by passing parameter column 3 of...
Dear Guru, I want to initiate I5Grid B on selection of I5Grid A Row hard code value of column 3. Which function I has to use for button I can use press function but on I5Grid click which...
View ArticleRe: on selection A I5Grid Row initiate I5Grid B by passing parameter column 3...
You can find out about all the i5Grid's events and methods here: i5Grid - SAP Library Regards,Christian
View ArticleExtra gray space above Grid Header
Hi iGrid displays extra gray space above Header in MII 14.0 SP4 Patch 5 Whereas in iChart it is not there. I tried all options checking and unchecking but in vain. Any help will be appreciated. [This...
View ArticleRe: Extra gray space above Grid Header
That may be the Header -> Show Message Area option. Sam
View ArticleRe: on selection A I5Grid Row initiate I5Grid B by passing parameter column 3...
To capture the click event, you have to use the JS method:<i5GridName>.registerRowSelectionEventHandler(myhandler) As Christian mentioned this, and other methods, are documented in the help. Sam
View ArticleRe: SAP MII 15.0 released for all customers?
Pekka, The MII 15.0 release is currently in Ramp-up (started back in May 2014) and is planned to exit Ramp-up in Mid-November 2014. There is also a Feature Pack that is currently planned for release...
View ArticleRe: Creating own shop-floor interface
For SECS interfaces to equipment we (SAP) typically recommend a partner, SystemA, in the High-Tech Semi-conductor space as they have a SECS/GEM connector with IFA support for high-volume data...
View ArticleRe: Packing specification error
Hi Zdenka, If you're still having this issue, and for those having this issue in the future: /scwm/packspec: Maintain the condition by selecting the packspec number in the hierarchyChoose the...
View ArticleRe: MII Localization Javascript
Hi Sriram, I tried you mentioned approach as below,sap.ui.getCore().getElementById("TitleText").setText("{##Title}"); But, it is displaying {##Title} instead of displaying the right value. Thanks,Shashi
View ArticleIssue during Passing parameter for Tag query for I5 chart
Dear All, I am facing issue during passing parameter for tag query. coding is given below: var d = TagStatisticlist.getGridObject().getSelectedCellValue(8); var addProps = '{'+...
View ArticleRe: MII Localization Javascript
Hello all. I tried to do on this way : sap.ui.getCore().byId('teste').setLabel("{##teste}") but not works. I created a bundle file on root project with this code and works fine. var oBundle =...
View ArticleRe: Extra gray space above Grid Header
Hi Sam This is not Message Area. If you show message area then also it appears above it . Actually it is Title Bar. Even if you don't check "Show Title" then also it appears. All other options work...
View ArticleFetching SAP ME PAPI in SAP MII using PAPI interface block
Hello Experts, I am trying to fetch data from SAP ME to SAP MII using SAP MII "SAPME_PAPI_Interface" action block. 1. I have created a credential alias in credential store with a user linked to a site...
View ArticleRe: Folder path for developing custom UI in SAP OEE
Hi All,This is for everyone's update.I have raised this point to the SAP, they have sent the confirmation that they have wrote their logic in such a way, so we have to mention the same path while...
View ArticleRe: SAPUI5 Layout which accepts MII I5charts/Grids
Hi Suneel, Please ignore my previous reply, i5Chart is a js wrapper js class using existing UI5 controls, hence it cannot be passed as parameter to createRow() as I had mentioned earlier.We normally...
View ArticleRe: Fetching SAP ME PAPI in SAP MII using PAPI interface block
Which version, SP and Patch level of ME? You may need to update to the most recent. Regards, Steve
View Article