How to Upload a txt file with header
Hi ,
I have a file on the presentation server
with Header information and then data records,
EX:
Material 37/2008 38/2008 39/2008 40/2008
12345 100 120 130 140
12346 100 120 130 140
12347 100 120 130 140
I need to upload this data into two internal tables.
One for the data in the first row and
second internal table for all the remaining data records.
Thanks
Kiran