Skip to Content
0
Former Member
Feb 07, 2008 at 09:08 PM

Reading data from a file

20 Views

Hi Experts,

I have an internal table itab as below.

Data : begin of itab occurs 0,

first_name(10) type c,

last_name(10) type c,

end of itab.

I am passing some values to this internal table and sending the data to a file in app server say 'p_file'.

Now can u people give me the code to read the data back from the file in the application server back to my internal table..

Its bit urgent. <REMOVED BY MODERATOR>

Vishnu.

Edited by: Alvaro Tejada Galindo on Feb 7, 2008 5:38 PM