Hi,
I'm using
OPEN DATASET tofile FOR OUTPUT IN TEXT MODE
LOOP AT tbl_data.
TRANSFER tbl_data TO tofile.
ENDLOOP.
CLOSE DATASET tofile
to upload a file to the AL11 directories. I would like to save the files in /usr/sap/PRD/SYS/global/ but if I put this in the tofile (plus filename) field it gives me an error. If I put no directory, just the filename it saves it to DIR_SAPUSERS.
Can anyone tell me how I can change the destination directory?
Thanks,
Gill