Re: Validations for DatePicker control in SAP UI5
Glad it worked. Could you mark the correct answer accordingly? That will help identify questions which are answered and as such helps other users who encounter the same issue
View ArticleFIORI LAUNCHPAD WAVE2
Hi All,I have Configured the LaunchPad of the fiori wave2 Apps.It all works well with the intranet but when i try accessing in internet.It give the error"FAILURE:Unable to load groups". when i checked...
View ArticleJump to entry in DropDownBox
Hi Friends,I have a table and a Dialog with dropdownbox.Now I want to mark an table entry and when open the Dialog.And now the Dropdownbox should be set to the entry I have selected in table.I tried...
View ArticleRe: Jump to entry in DropDownBox
HI Joerg Are you using the sap.m.Table and sap.m.Dialog or the sap.ui.table and sap.ui.commons' ? Thanks-D
View ArticleRe: Jump to entry in DropDownBox
Hi Dennis,I'm using the sap.ui.table and sap.ui.commons.But to catch the values from the table is not the Problem.The Problem is to move to the certain entry in the dropdownbox.Rg. Joerg
View ArticleRe: Validations for DatePicker control in SAP UI5
HI Supriya Can you please make Robin's answer as correct? And please open another discussion if you are other questions. Thanks for your cooperation. -D
View ArticleRe: Access Rows in the table after filtering
I need to calculate a new json model based on the latest data in the table. This new model is used to bound to the pie chart. So I would need to have some event which gets triggered after the table is...
View ArticleHow to set the display ratio of master and detail view
Currently, I use SplitApp that contain the master and detail view. And I would like to show the master view on the left half and detail view on the right half. Is there any proper way to adjust this?...
View ArticleRe: Issue with referring to local resources/sap.ui.core.js
If you are deploying to ABAP server, /resources/sap.ui.core.js should work.If not, hit F12 in your browser (Developer options) and reload the application. In the Network tab, look for the error. It can...
View Articlesap.ui.table.Table resetting valueState during rendering
Am I doing something incorrect ? The following jsbin demostrates the problem. Edit one of the textfields in the table and you will notice that the value state for that field is set to Error. Now,...
View ArticleRe: How to get key from a listitem
Are you sure that it does not remove from list :-) -D
View ArticleRe: sap.ui.table.Table resetting valueState during rendering
Hi Trevor One way is to maintain the state in the model. Example -D
View ArticleRe: How to select an item in sap.ui.table.Table without using index?
Hi Tobias, What you could do is first find the JSON object (i.e., the table row) in your table model, and use its index in the model to set the selected index: var matches = $.grep(array, function() {...
View ArticleRe: sap.ui.table.Table resetting valueState during rendering
Dennis, Thank you for the reply. That suggestion certainly resolves my particular issue. I guess the fact that column is using a template of a TextField and not a particular instance, it makes it...
View ArticleCall SAPUI5 from old dynpro / screen as value help / modal screen
Hello together, at the moment i’ve only small experiences in creating application with SAPUI5 (with the wizard ). I saw it on the last TechEd in Amsterdam and I like it . I would like to create a big...
View ArticlebindAggregation only returning the first element from a XML node
hello everyone, investigating on this issue since fiew hours, I need your help (did not find a similar issue).here is an xml sample:<users> <useractive="true">...
View ArticleRe: How to get key from a listitem
If you look at the code, the list is driven by the model. So it is impossible that the list and model are out of sync. -D
View ArticleRe: Is There A Way To Get Rid Of CheckBoxes in m.List
Hi Amjad here is an example by using CCS Example -D
View Article