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 export problem

Former Member
0 Likes
781

Dear All

I need to export data to a file share location in XL format. I have the data in an internal table. This file share is on another location(network directory).

I also wish to import it when needed.

How can I do it. Please guide me.

Regards

Vijai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
746

Hi

Check the

<b>CG3Y and

CG3Z</b>

transaction codes

Regards

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
747

Hi

Check the

<b>CG3Y and

CG3Z</b>

transaction codes

Regards

Anji

Read only

Former Member
0 Likes
746

hI,

Try gui_upload and gui_download FMs

Read only

0 Likes
746

Can I download file using GUI_DOWNLOAD on a network location like
new_system\new_directory.

Read only

0 Likes
746

Hi

Solved myself. It can be done.

Regards

Vijai

Read only

Former Member
0 Likes
746

Hi Vijai,

In order to save the data on to some file onthe Application server(Network directory),use the keywords Open Dataset,Transfer and Close Dataset in your report which would transfer the data from the internal table to the file on the Application server.

Once the file has the data in the file n the T-code AL11(Application server),use the T-code CG3Y to transfer the data from the Application server to the Presentation server in the Excel format.

Use the T-code CG3Z to transfer the data from the Presentation server to the Application server.

In case you have any further clarifications,do let me know.

Regards,

Puneet Jhari.