Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Physical Path

Former Member
0 Likes
726

Hi All

I know the physical path name of a file so how can i open the file or the screen where my file exist in R/3.

For example can any one tell me how can i find the screen where my file whose

physical path name is F:\usr\sap\O20\SYS\........, exists.i want to see the contents of the file.

Regards

bunty

3 REPLIES 3
Read only

Former Member
0 Likes
550

hi bunty,

goto transaction al11, follow the path by double clicking ,it will lead u to the file,

keerthi

Read only

Former Member
0 Likes
550

There is more than one method to do this - opening app. server text file to see contents via SAP GUI.

1. If you have AL11 access, you can configure the path and save it under a name and when you double click the folder path, you can see your file, now click it to open it.

2. Use SXPG_COMMAND_EXECUTE function

3. Use CG3Y transaction, give the app. server path to the file in first field and give a path on your pc in the second field. You can then download the file ( this works above 4.6C)

Read only

Former Member
0 Likes
550

chk in AL11 transaction

or

If u have access to FTp , u can open file from ftp