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

file on application server..

Former Member
0 Likes
1,132

hi All,

I have a requirement to write a file on both presentation and application srver. Now i have written the file on presentation server, i want to write file on application server. I want to knw once i have written the file,whether it has got correct data. how do i check the logical file. I mean i dont knw how to access those files. they wont be on my pc , wud they? thne how can i access it in SAP??

thanks in advance,

Gaurav

1 ACCEPTED SOLUTION
Read only

ferry_lianto
Active Contributor
0 Likes
1,091

Hi,

Please check this links perhaps they may help.

Using Logical Files in ABAP Programs

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm

Creating and Defining Logical Filenames

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm

Aloso you can use transaction AL11 to browse the files in application server.

Regards,

Ferry Lianto

9 REPLIES 9
Read only

Former Member
0 Likes
1,091

Please check transaction: AL11 to view the files. If the directory does not exist, we can configure to view the files ...

If you need to transfer files across transaction CG3Y and CG3Z would be helpful.

Kind Regards

Eswar

Read only

ferry_lianto
Active Contributor
0 Likes
1,092

Hi,

Please check this links perhaps they may help.

Using Logical Files in ABAP Programs

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm

Creating and Defining Logical Filenames

http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm

Aloso you can use transaction AL11 to browse the files in application server.

Regards,

Ferry Lianto

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,091

No, they won't be on your PC, you need to have access to the machine in which the application server runs on. For example, if the application server name is TEST1234, you can try to access via windows explorer. Assuming that you are trying to access the \usr folder on the application server.

Type
TEST1234 into the address bar.

Now, depending on machine type, the \usr folder may be in a different place. In my case it is buried(we run AS/400).

What is the file path that you are writing to in your program?

Regards,

Rich Heilman

Read only

0 Likes
1,091

thank you rich for your answer,

I absolutely have no idea what is the name of my application servern but i can see my file created through AL11. I wanted to ask what does the term physical file and logical file mean in terms of SAP. I mean the file i access through AL11, is it physical or logical?

thanks and regards,

Gaurav

Read only

0 Likes
1,091

The file u access through is the Application server(logical).

The physical server is your computer and u can store on it as well.

Read only

Former Member
0 Likes
1,091

from ur rogram u can transfer to application as well as presentation server...to check for application use AL11 or else use CG3Y and CG3Z transactions

Read only

Former Member
0 Likes
1,091

HI,

you can use the transaction code <b>AL11</b> to check the files which are stored application server. there you can find the ddirectories, check your directroy and see your file.

if the file is a logical file, then use the transaction code <b>FILE</b> to check the fiels

Read only

Former Member
0 Likes
1,091

thanks all for ur answers

Read only

Former Member
0 Likes
1,091

thanks all for ur answers