cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement the filedownload UI Element as table cell editor

Former Member
0 Kudos

hi guyes,

now i want to add the filedownload ui element in the table. i choose to apply template to insert table and bind the table to a Model Node . should i build a attribute of binary in the model node and bind it to filedownload ui element? when i

do the above , in the "table binding wizard" what should i choose under the colum of " binding property"? can any body send me the same example code to me?

e-mail address:qlhhu@hotmail.com

Thanks A Million !

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Exactly to your requirement

<b>Tutorial</b> https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0e10426-77ca-2910-7eb5-d7d8982c...

<b>Forum Thread</b>

Regards

Abhijith YS

Former Member
0 Kudos

HI

1)Create a value attribure with type <b><b>com.sap.ide.webdynpro.uielementdefinitions.Resource</b></b> (Click on ... from "com.sap.ide.webdynpro.uielementdefinitions" select Resource )

2)Right CLick on RootUIELementConatiner

3)ApplyTemplate

4)Select the node and attribues which you want to use in table

5)* In the TABLE BINDING WIZARD 'S Editor Property select "FileDownload" and press finsih

NOTE THE POINT YOU CAN ADD ONLY <b>RESOURCE</b> TYPE AS <b>FILEDOWNLOAD</b>

Regards

Chaitanya.A