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: 

Improving performance of GUI_UPLOAD:Urgent

Former Member
0 Kudos

Hi ABAP guru's,

I have a critical production issue where in the program is taking much longer time in executing. While checking the program in debugging the FM GUI_UPLOAD is taking much time and giving me time out for debugging . I have a text file which needs to be uploded into program which has data about 4000 kb.

Please suggest me a solution as it is very urgent for me.

Full points wil be rewarded for the best solution.

Regards

Sunil Kumar P

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can just do that uplad ur file on application server using DATASET and then do the rest of your requirement OR if it is a error due to ,emary you can get that extended by help of BASIS team.

reward if helpful

4 REPLIES 4

Former Member
0 Kudos

You can just do that uplad ur file on application server using DATASET and then do the rest of your requirement OR if it is a error due to ,emary you can get that extended by help of BASIS team.

reward if helpful

Former Member
0 Kudos

First you get that text from presentation server to application serever vai CG3Y transaction code.After that upload data from applicatioin server using DATASETS...its really improve performance.

Reward if it useful.

Dara.

0 Kudos

Hi Rajesh,

The program is developed for the data to be uploaded from both Presentation server and appliation server.

Presently the issue is with the upload of the data from Presentation server, so I am not sure in how to bring the data from presentation server to application server, CG3Y is for Apllication data to download to Presentation server.

PLease correct me if I am wrong and suggest me a best way .

Regards

Sunil Kumar P

0 Kudos

Hi sunil..sorry i did a mistake in my previous post...yes you are right..

CG3Y - for download file from application to presentation server

CG3Z - for download file from presentation to application server.