cancel
Showing results for 
Search instead for 
Did you mean: 

Accesing file in AL11 and making it available for Download via WD ABAP

former_member907073
Participant
0 Kudos

Hi

I have set of pdf files stored in folder in AL11..

On button click in a WD ABAP program ,file against the line selected in table should be made available for download for User.

While accesing file on button click in WD ABAP program , I am using 'OPEN DATSET'  syntax ..

With this , I am able to get binary fromatted pdf file ..But then I am not able to get back pdf version of file..

I want same file to be downloaded onto his/her desktop,which was uploaded earlier by someone else.

Please suggest a way out.

Regards,

Abhishek

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

If you can get binary of file then you can put into http with header "application/pdf". Search SCN for downloading file Web Dynpro ABAP.