‎2008 Jun 02 1:43 PM
Hi again gurus,
I have an editable table control when i am trying to upload datd rom a text file only the entries which can be loaded on the current screen are uploaded. Can you please advice afunction module which can upload all the value in the text file.
regards,
Chinmaya
‎2008 Jun 02 2:10 PM
‎2008 Jun 02 2:14 PM
Hi,
For which trasaction you are uploading the data from flat file?
FYI.. You should write some logic to place the item data in table control.
e.g.
Loop at header.
Pass the header data
loop at item.
look for the option to enter the record either at the first or
second row of table control
pass the item data to corresponding row of table control
endloop.
endloop.
you have to handle the table controls in the above way..
Thanks,
Rajinikanth