Hi all,
I have a tcode ysd_gr. When I execute it, it has one select option & I entered the values as *.csv. It gave 6 csv files(only file names) & I want to retreive data from one file.
So I need to find the file path. The functional consultants told that the files are in Application server (there are more than 5 application servers are used here).
So I need to know how to find the file path and in which application server the file is placed.
Thanks in advance,
Vijay.
Go to t-code AL11 and give the path name excluding the file name:
I mean for example the name is as below:
D:\usr\sap\IDS\DVEBMGS00\data\test.csv
here test.csv is the file name.
So go to AL11 and give upto D:\usr\sap\IDS\DVEBMGS00\data and dauble click on it and search for the file name.
Hope this will solve your problem.
Reward if helpful.
Thank you.
Hi vijay,
im not sure, but try this method
CL_GUI_FRONTEND_SERVICES.
Hi
Go to al11 t-code....
You will find several directories and path of the directories in right side...
Like this "G:\usr\sap\KCS\SYS\global\substanc"
Click in which directory your file is and search the file name you want to know which file is in application server.
Use t-code cg3z to upload the file from local pc to application server .
And you can check it using al11 whether its get properly uploaded.
Hope it will be usefull to you.
Thanks
Sakthi.C
Add a comment