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

writing out data from a database table

Former Member
0 Likes
475

Hi guys,

I am kinda new to ABAP Programming. I need to know how i can write the data stored in my database table which has the following structure:

data: begin of tablename occurs 100,

-

--

endof tablename.

I don't know how to loop into it and get the data out from it into a flat file on the application and the presentation server. right now, no data is getting written into the file because I am not looping through the table where the data is is present.

I need help asap.

Thanks,

Minal

2 REPLIES 2
Read only

Former Member
0 Likes
400

Hi,

Plz go through this link it will help u a lot

http://www.sapdevelopment.co.uk/file/file_updown.htm

also see this link

http://www.sapdevelopment.co.uk/bdc/bdc_dbupdate.htm

Thanks & Regards,

Judith.

Message was edited by: Judith Jessie Selvi

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
400