2006 Mar 01 4:34 AM
Hi all,
I got this path like below:
"usr/files/DEV/interfaces/hr/present/outbound/empbal.txt"
may i know which tcode should i use to check the existence of that file?
Thanks
William Wilstroth
2006 Mar 01 4:38 AM
If they are mapped, then you can see them in AL11. If not, you will have to write a program in which you will use open, read and close dataset.
2006 Mar 01 4:37 AM
Hi,
You can use the tcode AL11 to view the file and
also use tcode CG3Y(Download File from unix to desktop)
to get the file into presentation server.
Rajeev
2006 Mar 01 4:38 AM
If they are mapped, then you can see them in AL11. If not, you will have to write a program in which you will use open, read and close dataset.
2006 Mar 01 4:41 AM
hi
U can use AL11 Transaction to check whethere it is present or not.
And for upload and download the file u can use CG3X
and CG3Y transaction.
regard
vinod
2006 Mar 01 4:47 AM