Re: URLs in BLS
Hi Shashank, You would need two transactions for this. 1. TransactionUnderTest 2.ObserverTransaction, This is because the monitoring can only be done when the transaction is executed through "Runner"...
View ArticleRe: SAP MII function issue in SAP MII 14.0
Hello Suman, I guess it is a bug in MII 14.0. The help doc has the getValue(name) still. However, the newer function is not present in the same. I guess it was not documented. I guess, the...
View Articlechanges in XML-file from MII 12.0 to MII12.2
Hello, at the moment we migrate SAP MII 12.0 to MII 12.2. We receive data via RFC from SAP ERP. In SAP MII 12.0 the different sections were devided by e.g. input or tables (like the funktion module in...
View Articlechanges in XML-file from MII 12.0 to MII12.2
Hello, at the moment we migrate from SAP MII 12.0 to MII 12.2 . Normally we transfer data from SAP ERP to MII via RFC. In our test we find some changes in the structure of the xml-file. In 12.2 we are...
View ArticleRe: UI Platform for SAP MII
Ever since HTML5 has made it to the web, UI's have evolved almost every day. With JQuery+Javascript, they are evolving even faster. Be it SAPUI5, Sencha, jqPoral or be it the free jeasyUI. All have...
View ArticleRe: Input screen data into BLT
Hi Ashai/ Rohit, Thank you for your valid inputs. I want to get clarify few things from the above post for a better understanding. I have simulated the same example in my environment and couldnt get...
View ArticleRe: MII Pre-emptave issues monitoring
Thanks for the help,This has certainly helped me and also confirmed my own thinking.Much appreciated !
View ArticleRe: home page load problem
Hi Fernando,You can try the following URL. Hopefully it will work. http://<server>:<port>/XMII/Menu.jsp Regards,Suman
View ArticleTree Structure Display in MII
Hi,I am current using SAP MII12.1 SP10. I have a requirement to display the data in the tree structure in the way as discribed below. Parent-- Child Sub-Child...
View ArticleRe: Tree Structure Display in MII
Hi Senthilmanivenkatesh , To load the XML dynamically to the iBrowser, you could use a transaction to pass the output to the query template. 1. Create a transaction-> get the required data from...
View ArticleRe: home page load problem
Thanks Suman , Good answer, in fact it takes me directly where I want . but if I click on any menú ítem nothing happens . Please help .,
View ArticleRe: home page load problem
Is the problem happening on other client machines or just yours? Perhaps you can narrow down the symptoms since it appears to be more browser client to server issues than necessarily specific MII...
View ArticleRe: changes in XML-file from MII 12.0 to MII12.2
Your best course of action would be to log a customer support ticket with the relevant details and 12.0 TRX file.
View ArticleRe: home page load problem
Did you try switching on the compatibility view?. If no, Click on the broken page icon in the address bar. It should now be in blue color. Check if that helps.
View ArticleBAPI runs in SE37 but not from MII using JCo
Hi all,I'm using a custom BAPI to record QM Inspection Lot data. This custom BAPI will accept just one sample's worth of data or the whole inspection lot's data (multiple operations / inspection...
View ArticleRe: Tree Structure Display in MII
Hi Senthilmanivenkatesh, You can write an XSLT to get the output in the desired format based on the sub nodes each parent node contains. This will optimize the performance of your transation/query as...
View ArticleRe: home page load problem
Hi Fernando, Just to add one pointer, may sound silly but did you try clicking on the arrow associated to each tab on its left hand side or you clicked on the tab itself because in 12.2, clicking on...
View ArticleRe: Integrating Ajax in MII
By learning HTML, Javascript and some CSS. But it will take some time. The transaction and query runners are key to this so as a first step it makes sense to build your own MII-Javascript library for...
View Article