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: 

Where to look for file store in SAP

Wil_Wilstroth
Active Participant
0 Kudos
515

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

William Wilstroth
1 ACCEPTED SOLUTION

Former Member
0 Kudos
302

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.

4 REPLIES 4

Former Member
0 Kudos
302

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

Former Member
0 Kudos
303

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.

vinod_gunaware2
Active Contributor
0 Kudos
302

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

hymavathi_oruganti
Active Contributor
0 Kudos
302

AL11, serves ur purpose.

CG3Z and CG3Y to download and upload