on 2008 Aug 11 6:15 AM
Hi,
I am using an RFC that use GUI_DOWNLOAD FM to push the file data to an internal table, but when it comes to Dynpro application it through an error u2018Access via Null Reference is not possible u2019 (Exception 1 of GUI_DOWNLOAD) while assigning the file name ( that is coming from Dynpro application) to GUI_DOWNLOAD.
Is there any other way to push the file data to an internal table and simultaneously can be used in DynPro application?
Thanks,
Vijay Gupta
GUI_DOWNLOAD is a SAPGUI specific function module, you should not use such kidn of FMs in Web Dynpro ABAP, the applicaiton here run in a browser.
use FileUpload/Download UI elements for this purpose
Abhi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Abhi for the quick reply. But my question is still the same. If I use File upload / File Download UI elements then how can I get my file data in an internal table? Is there any FM whcih I can use to get the file data in an Internal table? Fileupload/Filedownload UI elements are just file browsers if i am not wrong. Can you plz explain bit more.
Regards
Vijay.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.