Re: Java Socket Exception Error
Hi,A java socket exception occurs when you are making a network call and it fails due to some issue,The reason for a socket exception could be anything: Most likely issues could be:1) A proxy...
View ArticleXacute query's output parameters in 14.0 SP5
Hi, I have selected * as the output parameter of my xacute query but when I try to get the values of different parameters in javascript, it gives me a blank. However, if I select one specific parameter...
View ArticleSAP UI5: Issue with dropdown control when used over Table control
Hello, I have a peculiar issue, as this problem did not arise with SAPUI5 version 1.10 but is seen only with SAPUI5 versions 1.18 and above, including 1.24.4. I have build a simple user interface to...
View ArticleRe: Xacute query's output parameters in 14.0 SP5
Hi Anuj,Are you passing an output as xml? Quite a usual scenario in SP05 with xacute having multiple output parameters with one xml.However,this should not be an ideal way MII responds, it looks like a...
View ArticleRe: SAP UI5: Issue with dropdown control when used over Table control
Hi Suneel,have you tried using control.rerender? Regards,Swaroop
View ArticleQuery template returning "object object " with ajax call.
Hi Experts, I called the xacute query in ajax and tried to bind with sap ui table. But I could not get json data from query template,Instead it ruturning result as...
View ArticleRe: Query template returning "object object " with ajax call.
Hi Raj,How are you binding the columns?Basically, data.Rowsets.Rowset[0].Row gives json output only. You need to bound elements using names you get under object[]of the row. Let's say a column in...
View ArticleRe: Query template returning "object object " with ajax call.
Your alert outputs '[object]' etc because rows var is an object. Google "json to string" for ways to look at the content of your object.
View ArticleRe: Query template returning "object object " with ajax call.
HI Christian/Swarrop, I could see the data if I display by converting with function decodeURIComponent($.param(data)); But I can bind it. Can you pls guid me.. $.ajax({ type:...
View ArticleRe: Query template returning "object object " with ajax call.
Hi Raj,You have correctly set bindRows property. You need to now bind individual columns using text:"{MatNo}". Regards,Swaroop
View ArticleRe: Query template returning "object object " with ajax call.
Hi Swaroop, Can you pls let me know how do I bind the individual columns... As I could not get the individual columns from jquery... Regards,Bikshapathi.
View ArticleRe: Query template returning "object object " with ajax call.
Hi Raj,Please refer:SAPUI5 SDK - Demo Kit use something like shown below:Create a column - var oColumn = new sap.ui.table.Column({label: new sap.ui.commons.Label({text: "Material No."}),template: new...
View ArticleRe: Xacute query's output parameters in 14.0 SP5
Hi Swaroop, Thanks for your reply. Yes, there are 2 output parameters of XML data type in my Xacute query. I now have the idea that its an issue with the current version of MII I am using and will do...
View ArticleRe: Xacute query's output parameters in 14.0 SP5
Hi Anuj,That's great that you have a work around. Warm Regards and a Very happy new year in advance,Swaroop
View ArticleRe: Xacute query's output parameters in 14.0 SP5
If both output parameters are xml then it may be working as intended.OutputParameterReturns a specific transaction property value from a transaction. If you use an asterisk, all non-XML data type...
View ArticleRe: Xacute query's output parameters in 14.0 SP5
Hi Chris,Thanks for highlighting. So basically,in such a scenario, the help would be by appending the outputs as Rowset to the Rowsets node. I confused it with a scenario where we were calling a SP...
View ArticleRe: Xacute query's output parameters in 14.0 SP5
Hi Chris,Also,request you to check the below thread and let me know if my understanding on the topic is correct or I am facing a bug! If so, i would like to raise a ticket for this. Fixed Query - Not...
View ArticleRe: Error calling BLS from oracle database
Hi Sam, Installed fiddler on the server and then ran the transaction. Nothing was captured in the tool.Does it need any other configuration to capture the trace. Regards,Darshan Sheth
View ArticleWeb Service Action is giving Premature end of file issue in MII
Hi All, I am trying to consume SAP ME web service in MII transaction, however Web Service action is giving Premature end of file issue,I am using MII 15 SP2 Patch 5. did anybody faced the same issue?...
View ArticleRe: Web Service Action is giving Premature end of file issue in MII
HI Eswar, Are you calling the ME Web Service from ME15 co-located with MII15? Please provide the complete version number for ME instance, and the request and response/errors from MII and NW Logs. These...
View Article