‎2008 May 28 6:42 AM
Hi all,
How to Read a File from NON-SAP Application Server.
The File will be in any format. It will not be displayed in AL11.
‎2008 May 28 6:45 AM
Hi Gopi,
You can use CG3Y/CG3Z transactions to download/upload the file from AL11
if you want to code it in program, you can use
OPEN DATASET <Filename>......
READ DATASET
CLOSE DATASET.
‎2008 May 28 6:54 AM
Hi chandra,
The File is not in AL11 which means it is not in the SAP Application Server.. It is in a seperate Server.
‎2008 May 28 6:54 AM
Hi Gopi,
Try this also,
Use this function module 'DX_FILE_WRITE' for create file to application server.
Regards,
Vishvesh
if helpful, rewards it.
‎2008 May 28 6:56 AM
Hi Gopi,
U can use functional module
1. WS_UPLOAD - upload file into internal table
2. WS_DOWNLOAD - Download file into Excel or notpad
or u can use.
1. GUI_UPLOAD and GUI_DOWNLOAD
thanks
regards,
s.muthu
‎2008 May 28 6:58 AM
Hi Gopi,
First you need to copy the file from Non-SAP Server to SAP Application server using file transfer machanism (FTP etc..).
once the file is transfered, use AL11 to view the file in the respective path where you stored the file (some time you can't view all the data in the file in AL11)
use the transaction CG3Y to download the file from SAP APP server to desktop and view the file.
use the transaction CG3Z to upload the file from desktop to SAP APP server.
Regrads,
Boobalan Suburaj
‎2010 Apr 20 11:19 AM
Hi Gopi,
Did you able to find the solution to read a file from Non SAP Server.
Kindly let me know...
Regards,
vimal