Hi,
I am trying to add the drag and drop functionality in the Webdynpro using the SAPUI5 element sap.m.UploadCollection. But I am unable to render the drop section in webdynpro. Below are the steps I have done to add the SAPUI5,
1. In the Webdynp...
Hi All,I have created a table control using SAP.M. Other value holders like Text & Input rows are coming, but when adding DatePicker its showing this error. Can anyone point out whats the error.Thanks,Jyoti
Hi everyone...I am working on module pool in which i have to populate some tab according to checkbox selected(this part is completed) and each tab i have to show record using alv.show i created custom control in each tab screen. but when i am hiding...
i have to display 2 checkbox....at a given time 1 check box must be selected....or a message display to select a checkbox...message should display before output( on selection screen)...
Hi Danilo,Thanks for the reply. Yes, I tried all the attributes but the drag and drop functionality is not working. I am not sure if I am missing any libraries or anything else.After some more analysis found when the element is rendering in the brows...
Guru,Sorry i didn't checked this post. check the below code if it works for youView:
var oInput = new sap.m.MultiInput('idMInput', {
showValueHelp : true,
enableMultiLineMode : true,
valueHelpRequest: [oController.onHelpRequest, oController]
...
Hi Srinivasan,I am not sure but there is a issue in SAPUI5 library, sometimes model is not bind to context. Thus oBindContext will come as undefined. I tried to work around1. check oBindContext = undefined2. var oSelectedRow = oEvent.getParameter('r...
Hi Guru,Please try this. it worked for me, let me know if it worked.var oTable = sap.ui.getCore().byId('Table_Id'); var oSelected = oTable.getSelectedIndices(); var oData = oTable.mBindingInfos.rows.binding.oList; for(var i=0;i<oSel...
Thanks for you help, solved the problem. I have been using old Eclipse Juno which doesn't have updated libraries. now moved to Mars & all controllers are working correctly.Thanks,Jyoti