I am trying to call GUI_UPLOAD of a file in the app server like below.
DATA: filename TYPE rlgrap-filename.
filename = 'EY1.txt'.
I get type conflict exception. Is there a FM similar to GUI_UPLOAD for loading app server file?
Thanks.
I am trying to call GUI_UPLOAD of a file in the app server like below.
DATA: filename TYPE rlgrap-filename.
filename = 'EY1.txt'.
I get type conflict exception. Is there a FM similar to GUI_UPLOAD for loading app server file?
Thanks.