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: 

Upload a file from application server to presentation server

Former Member
0 Kudos

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

suresh_datti
Active Contributor
0 Kudos

Tcode: CG3Z

~Suresh

Former Member
0 Kudos

You can use either

WS_UPLOAD or GUI_UPLOAD.

Thanks

Aneesh.

0 Kudos

Hi ,

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

Plz can u suggest anything else.

0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

use <b>CG3Z</b> TCODE

CG3Z -


presentation to appication server

CG3Y -


Appl to Presentation server

Message was edited by:

Chandrasekhar Jagarlamudi

Former Member
0 Kudos

Hi All,

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

Thanks