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

Reg: Transferring data from internal table to Application server

Former Member
0 Likes
367

Hi Experts,

How do i transfer data from internal table to a file in application server without using open dataset, close dataset.

Regards

Naveen

2 REPLIES 2
Read only

Former Member
0 Likes
340

Hi,

No, I dont think there is any other way you can do that. There might be a function module but I guess even that will probably use open dataset withing that function.

regards,

Advait

Read only

Former Member
0 Likes
340

Hi,

You can download the internal table contents to a flat file in presentation server and using the TCODE CG3Z , upload it to the application server.

Reward points if helpful.

Thanks and regards.