change the font size of Panel Title in SAP UI 5
Hello All, How could i change the font size of Panel Control ---Title ElementI have tried using stylesheet also but it doesnot change the font size of Panel --Heading or titlealso button could be...
View ArticleRe: MDO Query errors in log -[Cannot fetch column 22, which has JDBC type...
Saumya, Thank you for your reply. The datatype for the columns is defined in the MDO as floats. My query is an MDO select query so there is no type assignment there. The error messages in the logs do...
View ArticleHow to set query parameters to i5Grid
Hello Everyone, I am working on creating i5Charts.I mapped query template and display template to i5Chart template but I need to pass the query parameters dynamically. How to set query parameters to...
View ArticleRe: How to set query parameters to i5Grid
Hi Minakshi, Try these 3 approaches. Suppose you want to set value for Rowcount dynamically.1. gridObject.getQueryObject().setRowcount(<Value>);2....
View ArticleRe: How to set query parameters to i5Grid
Hi Minakshi,Yes you can try the first 2 options listed by Rohit, the 3rd one however is not supported.The below syntax should work for you: 1. gridObject.getQueryObject().setRowCount(<Value>);...
View ArticleSAP UI5 Table---change the row color and dynamic addition of combo box
Hello All, How could I change the complete row color of UI5 tablei know how to change of column by adding css class but want to change the color of row 2) In a table, column1 has text field in 4 rows...
View ArticleRe: change the font size of Panel Title in SAP UI 5
Hello Namita, If the panel header font size could not be changed with CSS also, then i suggest that you create a 'Panel control look alike' build up, by making use of a simple Text View, a horizontal...
View ArticleRe: change the font size of Panel Title in SAP UI 5
Thanks RutikaSure i will post my queries on UI5 space next timeIf you create Panel like this are you able to collapse or expand it ? Best Regards,Namita
View ArticleRe: change the font size of Panel Title in SAP UI 5
Namita, Expand and collapse is nothing but showing & hiding of the controls under the panel header.You can sure do so by basic javascripting or by calling setVisible(true) or false on the controls...
View ArticleRe: Changing MII WSDL Structure
Hi Saumya, I m not looking for different options while invoking a web service I want a way how i change WSDL default defination provided by MII like default method in WSDL defination <operation...
View ArticleRe: MDO Query errors in log -[Cannot fetch column 22, which has JDBC type...
Thanks Saumya, I am able to recreate the issue by executing the query directly in the workbench so I don't think it has anything to do with any action at the transaction level. Regards,Christian
View ArticleRe: MDO Query errors in log -[Cannot fetch column 22, which has JDBC type...
Hi Christian, Great. So, we know one part of it. One more important thing to check. Are you using the option 'Used Typed parameters' for this query? If yes, check if there you use datatype double for...
View ArticleRe: MDO Query errors in log -[Cannot fetch column 22, which has JDBC type...
It occurs regardless of the 'Used Types parameters' flag setting. There are no input parameters.
View ArticleRe: Create XML file in network folder
Hi Saumya / Mike, Thanks for your help. The problem has been solved now. Regards.Anshul
View ArticleTransaction calling using JavaScript
Hello, I have a requirement. I am calling an IGrid applet. The grid applet displaying the content in a table. The user is selecting the row and the row content should have be been retrieved and send as...
View ArticleRe: Transaction calling using JavaScript
Hi Anshul, 1) You can make use of jQuery.ajax() function to call your transaction from your irpt or html or js. Just pass the following runner URL to the jQuery's ajax...
View ArticleConnection pool size limit error
Hi all, I am trying to execute a BAPI function from MII, execution fails with the following message; [ERROR] Unable to make RFC call Exception: [Problem retrieving JCO.Function object: Connection pool...
View ArticleRe: Connection pool size limit error
Check if there is another JCo connection configured with the same IP and User. I have found in the past that even though there are two connections configured because they have the same ip and user they...
View ArticlePDF loading issue
Hello Everyone, Issue:PDF not loading on first click but loads properly on refreshing the same page. Scenario:I am creating a PDF using PDF action blocks and calling the PDF on click of a button.On...
View ArticleRe: Changing MII WSDL Structure
Hi Saumya, Yes we can not change structure of the web service WSDL. Requirement is like: Client have one web service developed on their side.They want us to use same as some predefined methods are...
View Article