Issue with i5chart Display Time Bar
Hi Experts, when I am using PCo query in the i5chart, able to see the Display Time bar. If using Transaction with execute Query in the i5chart not able to see the Display time bar in the page. Please...
View ArticleRe: Issue with i5chart Display Time Bar
Hi Venkat, For i5Chart time bar appears only if the Query Template used isTimeBased.. i.e., if i5chartObj.getQueryTemplate().isTimeBasedQuery() evaluates to true. For Xacute Query, isTimeBasedQuery()...
View ArticleSAP ECC - ME Materialnumber 9Char - 18Char...
Hello Community, I have a stupid question regarding how to transfer Material numbers from SAP ERP > SAPMEINT > SAP ME Following situation:in ECC we use 9 Char - Materialnumber (only numbers)...
View ArticleRe: Workbench Stops Responding
That was previously enabled, and my problem still exists.
View ArticleRe: Issue with i5chart Display Time Bar
Hi Ria, Thanks for your replay. we are using MII version 15.0 SP2. I implemented above mentioned steps but getting below error. Thanks and Regards,Venkat
View ArticleTechnical design template
I need to write a technical design for my SAP MII 15 project, I have business requirements and high level design document. Can someone provide me with a sample technical design document I would really...
View ArticleRe: Issue with i5chart Display Time Bar
Hi Venkat, Can you please share the code you tried which gives the above error. Thanks and Best Regards,Ria
View ArticleRe: Issue with i5chart Display Time Bar
Hi Ria, I am using below code to check the query is time based or not but getting error mentioned in above mail. var multiChart = new...
View ArticleRe: Issue with i5chart Display Time Bar
Hi Venkat, To check if query template is time based, you should use the below snippet: multiChart.getQueryObject().isTimeBasedQuery(); getQueryTemplate() returns the QueryTemplate name/path. From the...
View ArticleError on opening Localization page in MII 15
We have recently installed MII 15 on multiple servers. On the Development system, when we try to Open the Localization page from the MII Menu (System Management --> Localization), the page throws...
View ArticleCustom attribute mapping (MII 12.2sp6)
Hello, I was wondering if there is way how to copy custom attribute mapping for more users? I only found way how to do it 1 by 1 but it is very tough for 50 different users with same Custom atrribute...
View ArticleRe: Custom attribute mapping (MII 12.2sp6)
I typically find it easier to manage Custom Attributes by Role mapping instead of User mapping because users that share common attributes tend to be in the the same groups like shop users or shop...
View ArticleRe: Issue with i5chart Display Time Bar
Venkat, You may have to call the draw method as described in my answer in the thread linked below: Is there a way I can hide the gridline in i5SPC charts? It seems that some of the underlying chart...
View ArticlePCo notification to SAP MII
Hi Expert, I tried to do something similar using the Matrikon OPC Simulation server using the OPC DA Agent, but again, there was no notifications from PCo to MII. In this case I couldn't start the...
View ArticlePCo Notification to SAP MII
HI Experts, I want to create one scenario to get some default data from PCo to SAP MII, i AM USING PCo15.0 and MII 15.0 I have created one OPC DA Agent Instance with server Matrikon OPC sever for...
View ArticleRe: CORS on SAP MII
Hi Naresh, u meanwhile found a solution? I would also be intereset very much in knowing how to do this...I got a SAPUI5 frontend located on a server and would like to call MII Webservice what is a...
View ArticleConnecting one instance of MII to multiple ECC systems
Gurus - is it possible to connect same instance of SAP MII To multiple ECC systems( DEV/QA)? what would be the process of doing it.
View ArticleRe: Connecting one instance of MII to multiple ECC systems
The answer is "yes" but it can be complicated depending on the use case. Can you add more details about what are you trying to do? Regards,Christian
View ArticleRe: Connecting one instance of MII to multiple ECC systems
Thanks Chris! We have 2 QA landscapes (N and N+1) environments. Currently MII is connected to QA1, and we realized we need another MII instance for QA2 to complete testing of new functionalities,...
View Article