MII 14.0 performance
Hi We are going to suggest MII 14.0 version to our client. Just want to know the following about MII 14.0 version. 1) Performance and Stability2) Any known bugs in 14.03) Any compatibility issues4)...
View ArticleRe: MDO Query data for i5Chart
Hi Swaroop, yes I'm using a custom i5Chart and the label column is the timestamp of my mdo data but the change of the label column into a string brought no positive effect. I get the timestamp out of...
View ArticleRe: BAPI_PROCORDCONF_CREATE_TT will not commit
Tried that to, Made no difference, I think it is a connector/SP2/SAP issue.
View ArticleRe: Average of Tags using SAP PCo Query
Hi Partheeban, For the PCoQuery, to get a one hour average for each of 24 hours in one day: In the Date Range settings: set the Start Date and End Date for a 24 hour period. if you just want the...
View ArticleRe: BAPI_PROCORDCONF_CREATE_TT will not commit
Hey Andy , Try to call BAPI_TRANSACTION_COMMIT through Jco after TT bapi call and see if that works. Hope that helps. ThanksHari
View ArticleRe: Error in .NET Application trying to use a Web Service (WSDL file)
Hi Steve,Do you know why I'm receiving the error I uploaded on October 03? Thanks for your help !
View ArticleRepeater Action Next Row Read
Hello All, I have a requirement in repeater action block. I have put a repeater action on an XML return by SQL query action block. I am reading the data for each iteration.But i have to read the data...
View ArticleRe: Error in .NET Application trying to use a Web Service (WSDL file)
Hi Maria, Why don't you try to transform your BAPI output to MII XML format using action blocks under "SAP MII XML output" and use xsd in the above mentioned blog. I know this takes toll on...
View ArticleRe: Repeater Action Next Row Read
You can try using a dynamic link. Something like this: sqlQuery.Results{/Rowsets/Rowset/Row[#Repeater.CurrentItem#+1]/VALUE}
View ArticleRe: BAPI_PROCORDCONF_CREATE_TT will not commit
It is not a nice solution, but you can try to put a Pause action block that will wait a while before the commit action block
View Article--kiosk effect to irpt page
Hi, I have an irpt page from which I want to open another link with kiosk effect or full screen mode(without html bar). does anybody have any idea , how to open the url form MII with kisok mode. or any...
View ArticleRe: BAPI_PROCORDCONF_CREATE_TT will not commit
Let me try to explain it again. BAPI_PROCORDCONF_CREATE_TT only transfers the confirmation information to ERP. The confirmation then gets queued up in ERP to be processed according to priority within...
View ArticleRe: BAPI_PROCORDCONF_CREATE_TT will not commit
I think I got the problem solved. BAD DATA!!! The Proc.Orders we had will not post, I got a new number to test with and in posted!.
View ArticleRe: --kiosk effect to irpt page
Hi Eswaraiah,You can simply use:window.open("http://www.google.com","fs","fullscreen=yes,channelmode=1"); For IE you can use below code in target html:var WShell = new ActiveXObject("Wscript.shell");...
View ArticleRe: Repeater Action Next Row Read
Hi Anshul, You can use the dynamic path as suggested by Christian to achieve your desired result.Just you have to restrict the number of iterations of your repeater, else it will give you a blank value...
View ArticleRe: --kiosk effect to irpt page
Thanks swaroop it solved my problem. I am trying this way only.however I missed the fullscreen=yes parameter. by the way I have a simple url which I am passing in window.open() method. I dont have any...
View ArticleRe: --kiosk effect to irpt page
Hi Eswaraiah,You can include the code snippet in the p;age you want to open. Even if you use it in your main page, it would work but it will change document mode for main page as well. So all the htmls...
View Article"Name is missing" Error in CreateItem SAP ME PAPI block
Hello Experts, I am new to ME development. So I need your help to understand the me papi methods. Firstly I am trying to create an Item in ME using ItemConfigurationService service and createItemMethod...
View ArticleDifferent timezones on MII server instances
Hello, I have a issue with different timezones on our instances.I've checked both instances on our MII app server. From OS level I saw in putty the same timezones, So the problem is not in the OS...
View ArticleRe: Problem while inserting data with more than 4000 character.
Hi All,I am facing the similar issue of inserting characters with more than 4000 size (CLOB data type in table)The environment details are as follow SAP MII 14.0 SP5 Patch 7 Oracle 11GOJDBC5 1. Updated...
View Article