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 Transfer from Presentation Server to Application Server

Former Member
0 Likes
1,680

Hi

I want to send the files of all types ( like txt, Doc, Excel, BMP )

from Presentation Server to Application Server.

Is there any Function Module to transfer the file directly from presentation server to application server?

I tried with CG3Z but in case of BMP files it is not possible with that transaction.

Thanks in advance

Regards

GVRao

Hi

I want to send the files of all types ( like txt, Doc, Excel, BMP )

from Presentation Server to Application Server.

Is there any Function Module to transfer the file directly from presentation server to application server?

I tried with CG3Z but in case of BMP files it is not possible with that transaction.

Thanks in advance

Regards

GVRao

4 REPLIES 4
Read only

Former Member
0 Likes
880

Hi Friend,

Use FM ARCHIVFILE_CLIENT_TO_SERVER.

Hope it helps.

Regards

Hemant Khemani

Read only

Former Member
0 Likes
880

Hi,

Try Tcode OAER, you can store all the sort of documents in this Tcode.

Regards,

Sridhar

Read only

Former Member
0 Likes
880

Hello, did you find a sollution for this? I have the same problem now....

Read only

0 Likes
880

Hi,

you have 2 options :

1. To upload a file from presentation server to application

server we have to do the following :

a. upload the file from presentation server in to an

internal table using gui_upload.

b.open dataset

c.loop the internal table

d.use transfer statement to write into application server

2. The FM which transfers a file from

Presentation - > Application Server is :

ARCHIVFILE_CLIENT_TO_SERVER

You just need to mention filename with complete path.