Re: Lines of code are not executed in the order they are written... Why?
It looks like your loadXML method is executing asynchronously, getting whatever is located at the url you are passing, and then calling your anonymous function when complete. This is probably just...
View ArticleRe: Lines of code are not executed in the order they are written... Why?
I supposed it so... but I'm receiving the same order of messages for this case too: <script> someGrid = new dhtmlXGridObject('someGridContainer'); // additional someGrid settings......
View ArticleSAP MII Dynamic transaction call async problem
Hello, I found out that when I use action Dynamic Transaction Call in SAP MII with the asynch option I get an error. What is causing this is the input parameter to this transaction. The parameter is...
View ArticleRe: SAP MII Dynamic transaction call async problem
This thread might help: java.stack.overflow error when calling BLS transaction asynchronous (JMS) Doesn't look like they confirmed if the recomended fix worked or not. Regards,Christian
View ArticleRe: How to fetch 2 set of records in MII from SQL procedure
Hi Rajasekhar,I second Christian here. 14.0 till sp07 does have a fix for this. Not an ideal case hence can call it a bug.Haven't tried the same in 15.0 yet.If you are working on 14.0, it won't work....
View ArticleRe: How to fetch 2 set of records in MII from SQL procedure
Didn't saw the version....in 12.x it would not work.
View ArticleRe: SAP MII Dynamic transaction call async problem
Hi Jon,Try this out:SAP Java Administration - Troubleshooting part III - Java VM settings basics Hope it helps. Best Regards,Swaroop
View ArticleRe: Lines of code are not executed in the order they are written... Why?
Hi Tibor,Looks like your object is calling a function like ajax call and yes as Christian mentioned asynchronously, so i only when it completes entire executtion, it leaves the page and goes for the...
View ArticleSSO while directing user from ECC to MII
Hello All,The customer has a set up in place where in he performs some of the SAP tcodes functionality via web ui on mobile device. They have a ITS url in place to access R/3 using web browser (like a...
View ArticleRe: Flat File Parser vs Excel file
Hi Shahji, You may ask the user to use the save as xml option in excel to save the files. You may then process this as XML in BLS. XML files thus generated have a fixed format. RegardsMaaz
View ArticleRe: Flat File Parser vs Excel file
Shaji, I usually recommend adding functionality to the excel file to send the data to MII via http post. If you do a web search for 'excel http post' you will find many examples of how to do...
View ArticleCan I use SAPUI5 XML views in SAP MII Workbench ?
Can I use SAPUI5 XML views in SAP MII Workbench ? So if i developed a SAPUI5 mobile app in Eclipse using XML views and JS controllers, will I be able to deploy it to SAP MII. also how can I deploy it...
View ArticleRe: SSO while directing user from ECC to MII
Check this answer which may be same issue you have:Configuration of SSO and Its uses in SAP MII
View ArticleRe: Lines of code are not executed in the order they are written... Why?
may I have a last question? consider the following code: function f () { someGrid = new dhtmlXGridObject('someGridContainer'); // additional someGrid settings... someGrid.loadXML("url", function...
View ArticleRe: Lines of code are not executed in the order they are written... Why?
Hi Tibor,It anyways continues execution of the code block even if the xml is not completely loaded. May I know what are you planning to achieve when u sau you want to leave this function? Best...
View ArticleRe: Can I use SAPUI5 XML views in SAP MII Workbench ?
Hi Momen,Yes you can do so but depends on the MII version you are working on. If 14.0, you should be readily able to do so. Regards,Swaroop
View ArticleRe: Can I use SAPUI5 XML views in SAP MII Workbench ?
For 12.2, you need somw configs. Check Dipankar's blog beloq for the same. He has finely explained the process.Making Engaging UI on SAP MII with SAPUI5 Hope it helps. Regards,Swaroop
View ArticleRe: Can I use SAPUI5 XML views in SAP MII Workbench ?
Dipankar's using a js views not xml views, so if I have MII 14.0 will xml views work.
View ArticleRe: URL is working in PCo server
Hi Priyanka, Can you please share the error or warning which you are getting while trying to connect through different machines. Are you trying to connect with SAP MII through PCo Connector?...
View ArticleRe: SAP PCo 15 - PCo Management Host not starting.
Hello Sindhu, Ok. Just tried with PCo 2.3 & it works but not with 15.x version. Thanks,
View Article