Application Development 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: 

Server Path to open PDF file

Former Member
0 Kudos

Dear Experts,

I want to open PDF file from Server in ABAP program. I don't want to create Ztable for server path and don't want to hardcode server path.

Is their any table available in standard SAP in which i can maintain server path?

Thanks in advance,

Denish Patel

Edited by: Denish Patel on Nov 27, 2009 1:05 PM

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Then you need to use Transaction code FILE

http://help.sap.com/saphelp_nw04/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/frameset.htm

Please search here for word "Logical Path" you can find lot of threads

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Then you need to use Transaction code FILE

http://help.sap.com/saphelp_nw04/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/frameset.htm

Please search here for word "Logical Path" you can find lot of threads

Kanagaraja_L
Active Contributor
0 Kudos

Use Transaction FILE and To get the Physical Path for the Logical File Use the FM FILE_GET_NAME.

Kanagaraja L