‎2008 May 21 9:37 AM
Hi Experts,
How do i transfer data from internal table to a file in application server without using open dataset, close dataset.
Regards
Naveen
‎2008 May 21 9:45 AM
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
‎2008 May 21 10:07 AM
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.