Re: Aligning Layouts and Forms and displaying border
Check this link. JS Bin - Collaborative JavaScript Debugging
View ArticleRe: Aligning Layouts and Forms and displaying border
Thanks Sriram. Below are few CSS tags that i find in your code. Are these SAP standard ? If yes, can you please provide me a link, where i can find the list of all these elements ? I searched and found...
View ArticleRe: Error while submitting SAPUI5 application to ABAP repository from Eclipse
Hi Pradeep, Just create a S3Custom.controlle.js at bsp application then retry... ThanksRavi
View ArticleRe: Single Sign-on in SAPUI5 application
Thanks Sandip for your kind response. Can you please tell me how to do Windows authentication in Gateway services for UI5 application? If any guide is there, can you please help me. Regards, Subhabaha Pal
View ArticleRe: SAPUI5 using WEB IDE
Hi Jamie, I tried again just 2 mins ago and its still failing.. I am getting same exception when registering myself. Can you please get the SAP Gateway system up and running. Thanks,Shiv
View ArticleRe: Single Sign-on in SAPUI5 application
Using Kerberos Authentication on SAP NetWeaver AS ABAP - User Authentication and Single Sign-On - SAP Library However keep in mind Kerberos/Windows authentication is mostly for intranet scenarios. The...
View ArticleRe: SAPUI5 using WEB IDE
I would suggest sending a mail to devcenter@sap.com and checking the page Getting started with the SAP Netweaver Gateway Service Consumption System for updates. It seems that others are having issues...
View ArticleRe: SAP UI5 webcontent folder upload issue
Hi Prasad, Thanks for your reply.I tried to upload webcontent folder using new transport request as well but it didn't work. Regards,Kaivan Shah
View ArticleRe: how to bind control to json model in sapui5
why can't i use these sap.ui.getCore().setModel(oModel) and this.getView().setModel("oModel","someModel") in functions other than life cycle hooks of controller in sapui5. 1. You can access UI5 core...
View ArticleRe: Fiori Wave 2 LAUNCHPAD admin url error cannot create tile for Approve...
Hi Masa, 1.While trying to open FIORI LAUNCHPAD DESIGNER (Admin) page in 100 client its showing an error - Attachment 1, but I changed default logon client 100 to 001 after that I am successfully...
View ArticleRe: Aligning Layouts and Forms and displaying border
Yes these are all standard, but I don't have any link for standard css tags. To find style class used by ui5 application or any fields, Select any field on your screen, right click and select inspect...
View ArticleRe: onAfterRendering for SAPUI5 Control
Hi Shreepad,You can override the tree control onAfterRendering method as follow: oMenuTree.onAfterRendering = function() { if (sap.ui.commons.Tree.prototype.onAfterRendering) {...
View ArticleRe: SAP UI5 webcontent folder upload issue
Post has been moved from "SAP Mobile Platform Developer Center" to "Ui5 Development Toolkit for HTML5 Developer Center" page as it is not related to SMP.
View ArticleMozilla Firefox Problem for uploading data through SAP Gateway in UI5...
Hi,One query in regard to Mozilla Firefox. When I am sending the data back to the R/3 Gateway using the following code, it is working perfectly for Microsoft Internet Explorer and Google Chrome, but it...
View ArticleRe: getItems() of sap.m.Table
For me the oTable.getItems().length is returning 0 whereas there are 50 records bound to the table.
View ArticleRe: Help Needed in regard to Dialog Help-box in SAPUI5
Hi Mayank, I tried to send you direct message but could not get you hence posting the link here for your attention. I have asked another query in regard to Dialog Box search option. Activating Search...
View ArticleRe: SAPUI5: ObjectAttribute title missing
Well, this is not strange ! Having the property 'Reason' in the i18n file is just not enough. You should also set the i18n model to your app which i believe you're missing. /* Example of setting i18n...
View ArticleRe: Activating Search option in SAPUI5 Dialog Help-box
Hi , You are binding title="{Kostl}" and description="{Ktext}" in Dialog and your filter path is "Saknr". Change it to "Kostl" or "Ktext". If you want to filter on both then you can use something...
View ArticleSAPUI5 XML views
Hi Experts, In SAPUI5 SDK demo kit, the same codes are in XML view. I tried to search the API or library for XML view i could not find. The data binding in XML views are not clear. e.g. Table.view.xml...
View ArticleRe: SAPUI5 XML views
Hi Sethil,Have you tried loading a second model (datasource) and set to the view. Something like this:var oModel = new...
View Article