‎2008 Nov 28 6:44 AM
Hi..,
I have some data in internal data , need to download tat data to database(background processing). "GUI_DOWNLOAD" using this function module we can download data into flatfile..Is there any function module
to download the internal table data to database in background processing..
Regards,
Pratima.M
‎2008 Nov 28 6:46 AM
Yes.
Look for open_dataset , insert and then close_dataset. It will write the data to the application directory (TX AL11).
Rgds,
Sandeep
‎2008 Nov 28 6:46 AM
Yes.
Look for open_dataset , insert and then close_dataset. It will write the data to the application directory (TX AL11).
Rgds,
Sandeep
‎2008 Nov 28 6:48 AM