Re: Applets not working with Java 7u21
Or maybe go away from applets and work on a HTML5 solution?That solves most issues and isn't that much work anymore with all the libraries available.
View ArticleRe: home page load problem
What does the debugger say? press F12 for the developer tools and reload. Or maybe simply create a new homepages with SAPUI5 it's a bit of work but crossbrowser compatible
View ArticleRe: Input screen data into BLT
Hi Ashai, Now , I am able to see the result. Thank you once again for a detail explanation. Can I follow the same approach where I have to key in 10 variables from webpage into a transaction and call a...
View ArticleRe: BAPI runs in SE37 but not from MII using JCo
Hi Lawrence, I think it is looking for a unique set of data and not the one which has already posted. Please try with different sample and let us know. Thanks,Suman
View ArticleRe: Transaction call
Hi Ashai, I am facing one problem while calling URL using webservice action from the primary server.any suggestions for the below error: soap service could not be loaded : xmlproxyError :status(400)...
View ArticleRe: Input screen data into BLT
Hi Ashai, Now , I am able to see the result. Thank you once again for a detail explanation. Can I follow the same approach where I have to key in 10 variables from webpage into a transaction and call a...
View ArticleRe: Input screen data into BLT
Hi Ashai, Now , I am able to see the result. Thank you once again for a detail explanation. Can I follow the same approach where I have to key in 10 variables from webpage into a transaction and call a...
View ArticleRe: Transaction call
You have to expose the transaction as a webservice inorder to execute it from the webservice Action block. Try...
View ArticleRe: Input screen data into BLT
Glad to be of help . You can pass as many inputs as you want. Similar to text boxes, you can create list box, check box or any HTML element and pass the input to the variables. These variables can...
View ArticleAccess denied COM Exception : SAP PCo 2.3 connecting to remote OPC server
Hi guys, We have scenario where we have to connect to CImplicity HMI OPC servers using SAP PCo.SAP PCo 2.3 has been installed on seperate machine (Not on same machine where OPC server is installed) We...
View ArticleRe: Error in consuming MII webservice
Thanks. FInally we changed java version to jrf 1.6 update 32 and it worked.
View ArticleRe: MII proxy configuration not working
Hi Eduardo, We had the same issue recently (MII 12.2.3), the proxy settings were ignored. SAP investigated this for us and found a defect in httpdsrclient. Here is the workaround I received: Disable...
View ArticleRe: Designing a generic transaction for different set of master data values
Hi Praveen, One approach could be that you create 2 transactions:First one containing the common functionality. For example it would get quantity from SCADA corresponding to each master data key...
View ArticleRe: Access denied COM Exception : SAP PCo 2.3 connecting to remote OPC server
Hi Ajinkya, You are correct, any time that you attempt to access a remote OPC Server you will have to configure DCOM on both the client (PCo) and the server (OPC Server). The Cimplicity HMI product...
View ArticleRe: Generate Documentation in MII 12.2
Dennis,Clear the Java Web Start cache too...if you keep getting heap size errors, then I would guess that you need to keep increasing the size. You can also re-open your support ticket.Sam
View ArticleRe: Generate Documentation in MII 12.2
If you want to verify what the heap size is set to you can follow these steps:Enable basic logging and it shows up in the java console.Java Web Start 10.25.2.17Using JRE version 1.7.0_25-b17 Java...
View ArticleRe: BAPI runs in SE37 but not from MII using JCo
Thanks Suman,but I've tested this with new data multiple times. The issue here is that using exactly the same data, I can post data to an Inspection Lot in SE37 but not when running from MII WB. I...
View ArticleRe: Designing a generic transaction for different set of master data values
Hi Praveen,As per my understanding from your question, I am giving you an idea hopefully it will help you. 1) for the "Dynamic XPATH", few conditions are there,XML structure for each interface should...
View ArticleRe: BAPI runs in SE37 but not from MII using JCo
Hi Lawrence,you can check two points, it may help you.If some how samples are getting finally committed while creating the sample in ECC and making the sample unchangeable, So while you are sending...
View Article