Re: Issue Accessing EJB Web Service using Ajax Call
Hi, This got figured out in a day and now as was browising through my previous dicussions updating it. The body section in above wasn' t correct, the best way to figure out what to pass is by using web...
View Articlesap.m.select values not selecting correclty
Hi Guys, I have a sap.m.inputlistitem with content as sap.m.select.The list and select binded to JSON model.The list is rendered with select(dropdown) values properly but the problem...
View ArticleRe: Custom theme with Fiori launchpad
Hi Masa, Thank You for replying. We found that our exact issue was resolved in Version 1.1.7 of UI Theme designer (OSS note 1941092) .So we upgraded our SAP_UI component to SP08 and now we are on...
View ArticleRe: First item selected by default in sap.m.List
the sap.m.ListItem that is contained in the list has a method firePress that you could call once loaded to set the initial screen
View ArticleRe: SAP Hana Git Hana trial Account
Thank you so much Michael for your valuable inputs / Help. Regards,Mithun
View ArticleRe: DateTimeInput & User keyboard inputs
Hi Marc, it's possible to fulfill all your requirements, but you have to extend the standard control and implement a different behavior. So at first, you need a basis template like this:...
View ArticleRe: SAPUI5 applications erroring out post SP08
Hi Masa, The SAPUI5 library version is 1.20.1. RegardsKalpana
View ArticleRe: River RDE: OData Collection Dropdown empty
<?xml version="1.0" encoding="utf-8"?><edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"...
View ArticleRe: River RDE: OData Collection Dropdown empty
Did not find a better way of pasting it here. Sent you an email as well.Thanks for your effortKrishna
View ArticleRe: SAPUI5 applications erroring out post SP08
Hi, The issue is resolved. Had to add the below line of code in my application in Application,js. jQuery.sap.require("sap.ui.app.Application"); Found the solution from this link :...
View ArticleRe: River RDE: OData Collection Dropdown empty
Hi Krishna Here the definition of both of your entity sets <EntitySetName="So_headers"EntityType="YEPMSO1_SRV.SO_Item"sap:label="SO...
View ArticleRe: Resize OverlayContainer Height and width
Hi Rakesh, there are no control-properties to set width and height. The only way to manipulate the metrics is via CSS. Just add these two classes in a custom CSS-section or file and overwrite the...
View ArticleRe: How can I get the text in the left side of a checkbox
Hi Saket, on simple jQuery statement will do the trick. $(checkbox).next('label').text();Regards Michael
View ArticleRe: Custom theme with Fiori launchpad
Hi Masa, Screen shot for preview :I have used the css changes used in this link : http://scn.sap.com/docs/DOC-55151 Screen shot for Actual launchpad : the actual launchpad shows the custom logo I have...
View ArticleOData.request 401 Unauthorized
I am trying to execute the CRUD operation in SAPUI5 using OData.request. I could not execute the below codes as it says Unauthorized 401 even though I have put the correct user and password. If I...
View ArticleRe: OData.request 401 Unauthorized
By the way, I have implemented the reverse proxy, but still I got unauthorized...
View ArticleSAPUI5 code reuse: fragments vs. controls vs. views
I asked this question on Stackoverflow: design - SAPUI5 code reuse: fragments vs. controls vs. views - Stack Overflow
View ArticleRe: sap.m.DateTimeInput does not allow keyboard manual date entry
Hi Sunita, i'm facing the same issue, would you mind to post your solution (or any clue ) if you have found one Regards,Marc
View ArticleRe: Export UI5 table to Excel
Having 4000 records on the client side is a bit heavy to my taste, but you could submit it all at once via a REST POSTcall: @POST @Path("/savedata") @Consumes(MediaType.APPLICATION_JSON)...
View ArticleRe: Collapse Element on Window Scroll event?
Hi Sakthivel, I have not coded anything in my actual file since it is not applicable at all. Instead I did something like the jsfiddle that I have given the link for on an HTML page. Ananya
View Article