‎2005 Jun 02 11:38 AM
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
‎2005 Jun 02 11:44 AM
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
‎2005 Jun 02 11:56 AM