Re: extract data from Idoc and send to SQL query
Alessandro,when you are receiving an IDOC then it comes to MII in Message service. So you have to read the IDOC from there. Now there have two way to read data from message service.1) Using Category...
View ArticleSAPUI5 application page not opening from MII Portal in IE9
Dear All, I am trying to open a sapui5 application page inside the MII portal in Internet Explorer 9. But, it gives error and application page not displayed. Note: MII Version is 14.0 Now, If I modify...
View ArticlePCo Errors
We are using MII 12.2.4 to read values from Phoenix Contact PLCs. We have a Phoenix OPC server running on our PCo box that PCo talks to. We are using version 2.1.6.1 of PCo. We are getting errors in...
View ArticleRe: extract data from Idoc and send to SQL query
thanks so much.we decided to use Transaction based rule.
View ArticleRe: BAPI gives error through JCo and works fine with JRA
Thanks HariI didn't actually get it, how can a breakpoint be put in the ECC while running through JCo. I am not very conversant with ECC.Thanks Anant
View ArticleRe: PCo Errors
Hi Michael, According to mu understanding, when you run a tag query, MII would only fetch the data for the tags which are selected in the tag query.Also you can create directly PCo query for fetching...
View ArticleRe: SAPUI5 application page not opening from MII Portal in IE9
Hello Bibhas, Make sure you have loaded the SAP UI5 libraries correctly. Also, try adding the following code as the first statement in the Head tag<meta http-equiv="X-UA-Compatible"...
View ArticleRe: BAPI gives error through JCo and works fine with JRA
Hi Anant, Go to the BAPI's source code and put an external breakpoint using the button on top with a 'Stop' mark on it. When you execute the JCO function from MII, the execution will come and stop in...
View ArticleRe: SAPUI5 application page not opening from MII Portal in IE9
Hi Bibhas, In addition to what Tufale has mentioned above, the first line in your html page should be <!DOCTYPE HTML> alongwith the<meta http-equiv="X-UA-Compatible" content="IE=edge"> in...
View ArticleRe: Generating XML from some values and adding it to another XML
Hi Praveen, One Option could be storing the values of Quantity in the table in a hidden column, so that you can use that while creating the XML. The XML which you have mentioned above is correct from...
View ArticleRe: graphical speedometer
Hi Suman, Refreshing it every second seems to be very difficult, because in that case your transaction must be executed and image must be rendered within a second. Moreover, its an image that is being...
View ArticleRe: IBrowser - Showing multiple display columns
Hi Martin,I also looking for the same kind of a solution.It would be great help if you share me the process of achieving the same.regards,Senthil
View ArticleRe: Problem in getting multiple selected datalink values from Tree iBrowser
Have you tried if iterating over a list of all selected items works?I haven't but it looks as if it should from the help text: String getSelectedDatalinkValueAt(int itemNo)Gets the data link value of...
View ArticleRe: SAP MII 14.0 ODATA Service
Sam, I could not find the download you referred to (can you provide a link). Is there a document on how to install this component? Thanks, Robert Stull
View ArticleRe: SAP MII 14 Example project guide
Rohit, Not really. I really liked the examples in the 12.2 release, and was just wondering in anything like that existed or has been posted by SAP. The examples from 12.2 help me to really understand...
View ArticleRe: Processing Rule Editor Issue in MII 14.0
Hi, *WMTOID01 is accepting but when triggered, Msg Monitor status shows as "No Rule". That means the "Transaction" is not triggered at all. Can someone help me in this regard. Regards,Suresh Hiremath
View ArticleRoot Directory issue in loading xml - MII 14.0.2
Hi All, We have imported project from 12.0 into 14.0; The issue I am facing is that transaction is unable to load/save Xml or text file in web root. eg:...
View ArticleRe: Root Directory issue in loading xml - MII 14.0.2
Hi, Figured out that instead of "db://" I used "WEB://" . This worked. Regards,Suresh Hiremath
View ArticleRe: Processing Rule Editor Issue in MII 14.0
Hi Suresh, here is a bad way to have what you want working, but it would be good to also raise a support ticket. You can run an update statement on the MII NW table UPDATE [XMII_JCOPROCRULES] SET...
View ArticleRe: Processing Rule Editor Issue in MII 14.0
Hi Suresh, I tried the scenario and the message gets processed if the message name in the processing rule is either the exact message name or *. I am not sure whether it is a bug or intentionally kept...
View Article