Skip to Content
0
Former Member
May 13, 2010 at 09:57 PM

WebDynpro ABAP ALV --> Custom Toolbar Function

147 Views

Is it possible to add the FileUpload UI element to an ALV toolbar in WDA? I want to add it to the ALV toolbar (as opposed to below the ALV container).

I have added a custom BUTTON UI element (CL_SALV_WD_FE_BUTTON) to an WDA ALV toolbar, but I want that button to "Browse.." for a file (like the FileUpload UI element).

Near as I can tell, there is no CL_SALV_WD_FE_XXXX class I can use for this.

Is there a way to program the click event of the BUTTON to call a FileUpload?

Thanks,

- Tim