Hi Folks,
I have a small question. I am trying to get a function module and use it to get all the entries in db table into
an internal table. I got a function module called 'RFC_GET_TABLE_ENTRIES'.
I put my db table into internal table through this module . But when I am trying to download using function module
gui_download, I am saving it into a text file in a given path in my work station.
But when I download it, I see in my text file with only 2 columns of values and rest all are showing "*###&^^" values.
I was thinking if anyone of you could help me know any good function module which could help me.
Is it the problem of my function module or internal table?
I have declared my internal table as "val(400) type c". Is this what is creating problem?
Please get me some solution to this one. I will really appreciate it.
Thank you folks,
Ravi