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

downloading data to database using function module in reports

Former Member
0 Likes
379

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

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
352

Yes.

Look for open_dataset , insert and then close_dataset. It will write the data to the application directory (TX AL11).

Rgds,

Sandeep

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
353

Yes.

Look for open_dataset , insert and then close_dataset. It will write the data to the application directory (TX AL11).

Rgds,

Sandeep

Read only

Former Member
0 Likes
352

Hi,

Try this FM EBA_TABLE_UPDATE.