Re: What are the best ways (for best performance) in MII to process the...
Hi Surya.. for Data holding in MII you can use MDO concept. Regards,Sriram
View ArticleRe: How to pass tag name and value dynamically in the output of PCo...
Hi Praveen & Steve.Thanks for the reply. I have tried with the approach what Praveen has said. But the main problem with that approach is that suppose you have 1000 tags (we have that no of tags)...
View Article1SAP Barcoding for the issuing of parts
Hi I would like to find out some information on 1SAP Barcoding and using this technology to issue goods to other departments. This would enable us to have a better way of tracking where the goods have...
View ArticleRe: What are the best ways (for best performance) in MII to process the...
Hi Surya As Sriram mentioned, (depending upon your scenario) you can use MDO or else you can persist data in your DB layer. RegardsRuchir
View ArticleRe: SAP xMII migration from 11.5 to 14.0
Hi Eswaraiah, 1. You can download the latest version of the migration tool from service market place.This will work.2. This migration tool migrates the project files as well as configurations files,...
View ArticleRe: SAP xMII migration from 11.5 to 14.0
Hi Rohit, Thnaks for reply.I was facing some issues with latest version of migration tool and downloaded Migration tool SP01 which worked for me.Now I am facing couple of issues in this migration.1....
View ArticleRe: i5Chart ToolTip
Hi Ria, I am currently having following file installed on my server:UISAPUI5JAVA11P_3-20009678.SCA Patch for SAPUI5 CLIENT RT AS JAVA 7.31 SP11 Can you please share your file name and path to download...
View ArticleRe: i5Chart ToolTip
Hi Minakshi, Please check in SAP SMP for the following file: UISAPUI5JAVA11P_5-20009678.SCAThis corresponds to SAP UI5 version 1.20.4 You can check the version of SAP UI5 by just typing sap.ui.version...
View ArticleRe: SAP xMII migration from 11.5 to 14.0
Hi Eswaraiah, It looks like a bug.Raise a CSN for this. Regards,Rohit Negi.
View ArticleXML content not displaying in an html table
XML content created from an SAP MII Transactions not displaying in an html table. Here is a sample: <?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet type="text/xsl"...
View ArticleRe: XML content not displaying in an html table
Should <xsl:for-each select="jobs"> be <xsl:for-each select="Jobs"> ?
View ArticleRe: XML content not displaying in an html table
It worked for me like this. <xsl:for-each select="Rowsets/Rowset/Row">
View ArticleRe: XML content not displaying in an html table
Hi Amr, Try this; <xsl:for-each select="//Row"> <tr> <td><xsl:value-of select="Jobs"/></td> <td><xsl:value-of select="Status"/></td>...
View ArticleRe: XML content not displaying in an html table
Hi Amr, As Christian pointed out, it should be "Jobs" instead of "jobs" as it looks for the exact case sesitive word.Secondly, when you write <xsl:for-each select="Jobs">, xslt is not able to...
View ArticleCreating repeated data in SAP ECC
I am using SAP MII 14.0 version to send the data from OTM to SAP ECC.While sending the data to ECC, duplicate values are coming as output in ECC.I am unable to understand why they are creating.Please...
View ArticleMII 14.0 Performance Tuning
Hello All, Can you please let us know the preemptive settings we can do while building our servers to make sure that the server performance is optimal ? Is there a document we can use to fine tune the...
View ArticleRe: i5Grid is not rendering
Hi Amr, You are getting any Error in browser console ? Regards,Sriram
View ArticleRe: DataSeries/ Pen option in UI5 Chart
Hi Minakshi, Register a Chat update Event Handler, First Update as well. and write your CSS code in that handler method. So it will highlight whenever Chart gets Updated. Regards,Sriram
View Article