Hi all,
I need help in insert a line to a file already existing in the application server using OPEN DATASET.
For example if I have 10 lines in the internal table. After doing the transfer of data to the file, I need to insert the details like number of lines, total amount etc to the first line of that file.
I can do the same by insert the data in the internal table before transfer it. But I don't want to do that because of some other constrains. Basically I need to do the insert after doing the Data transfer.
Can anybody give some clue accordingly. Thanks.
Regards,
Kasthuri Rangan Srinivasan.