cancel
Showing results for 
Search instead for 
Did you mean: 

File upload UI element in Table

Former Member
0 Kudos

Hi experts,

How to insert File upload UI element in the table.

give ur suggestions

Regards,

P.Manivannan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mani

1) Create a Simple Type of "Base type " "<b>com.sap.ide.webdynpro.uielementdefinitions.Resource</b>"[ FileDownloadUIElement will only accept resource type as its <b>RESOURCE</b> property] and add that to a Structure(Make sure that the simple type which you are creating is in the same structure of Table's Structure)

2) In your View "RootUIElementContainer" -->Apply Template -->Select Table -->Select the Node of your Table --> in the "Edit the properties of the table columns" step of the wizard under "<b>Editors</b>" section of your FileDownLoadUIElement choose " <b>FileDownload</b>"

3) Finish .. you will get FileDownloadUIElement as one of the column in the table

Regards

Chaitanya.A

Former Member
0 Kudos

hi all,

Thanks for ur replies i got it.

Regards,

mani