cancel
Showing results for 
Search instead for 
Did you mean: 

How to choose multi files in web dynpro for abap ?

former_member596430
Discoverer
0 Kudos

Now we used UI Element 'FileUpload'.

But this element can only choose one file every time.

We want to choose multi files , how can we do ?

It seems that ACF UPDOWNLOAD can do it, but I can not find the UI element .

Can you please advise me about this question ?

Thank you very much in advance

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

partha_kar2
Active Participant
0 Kudos

I would suggest creating a new UIBB rather than making modifications to a standard one. In that custom UIBB, the underlying web dynpro application can have ACF UpDownload UI element with multiple file selection abilities which can be achieved using the blog mentioned - https://answers.sap.com/questions/10996317/how-to-upload-multiple-files-in-webdynpro-using-fi.html.

Check a deme in https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/109b9b52-bc00-2c10-8786-e4c5e96d7e04&overrid...

former_member596430
Discoverer
0 Kudos

Thank you for your reply.

But our problem is not how to upload multiple files.

Our function can upload multiple files now. but we need to choose the files one by one.

And now we need an improve to make us can choose multiple files at one time.

Please refer to it.

partha_kar2
Active Participant
0 Kudos

The out-of-the-box capability only allows single file at a time.

former_member596430
Discoverer
0 Kudos

Yes, but we need to find a way to make it can choose multi files.

Is there any advise ?

Any class or method can be used ?