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

Upload a file from application server to presentation server

Former Member
0 Likes
851

Hi All,

Plz can u suggest any function module to upload a presentation server file to application server file without taking to internal table or such.

Hi All,

Plz can u suggest any function module to upload a presentation server file to application server file without taking to internal table or such.

7 REPLIES 7
Read only

suresh_datti
Active Contributor
0 Likes
827

Tcode: CG3Z

~Suresh

Read only

Former Member
0 Likes
827

You can use either

WS_UPLOAD or GUI_UPLOAD.

Thanks

Aneesh.

Read only

0 Likes
827

Hi ,

The transaction CG3z is not available in the SAP system i am using.

Plz can u suggest anything else.

Read only

0 Likes
827

If you have an FTP connection, then you can transfer the file to application server

directly using FTP tool

other than that you have to use internal tables

Read only

0 Likes
827

Hi,

Check if you have this FM in your system.

  CALL FUNCTION 'C13Z_FRONT_END_TO_APPL'
       EXCEPTIONS
            OTHERS  = 1.

The tcode calls this Function module internally.

Cheers

VJ

Read only

Former Member
0 Likes
827

use <b>CG3Z</b> TCODE

CG3Z -


presentation to appication server

CG3Y -


Appl to Presentation server

Message was edited by:

Chandrasekhar Jagarlamudi

Read only

Former Member
0 Likes
827

Hi All,

Is there any way transaction or Function Module to upload a presentation file to an application server in BI Server.

Thanks