2009 Nov 16 6:05 AM
Hi ,
In one senario I am not able to understand why GUI_Download is giving dump.
I am showing data in ALV, In that ALV i take 3 column as long text which is comming from READ_TEXT.In ALV, I given a icon when i click on that new pop up come & show the long text. If i am using stadard button of alv to download in excel sheet, that long text not come. I need to download it also.
I did code for that I create a internal table in whcih i take string type for long text & paasing that internal table to GUI_DOWNLOAD. It gives a short dump.
What is the solutions for that? any example for that.
Thanks & Regards,
jaten sangal
Edited by: Jaten.sangal on Nov 16, 2009 7:14 AM
Hi ,
In one senario I am not able to understand why GUI_Download is giving dump.
I am showing data in ALV, In that ALV i take 3 column as long text which is comming from READ_TEXT.In ALV, I given a icon when i click on that new pop up come & show the long text. If i am using stadard button of alv to download in excel sheet, that long text not come. I need to download it also.
I did code for that I create a internal table in whcih i take string type for long text & paasing that internal table to GUI_DOWNLOAD. It gives a short dump.
What is the solutions for that? any example for that.
Thanks & Regards,
jaten sangal
Edited by: Jaten.sangal on Nov 16, 2009 7:14 AM
2009 Nov 16 6:21 AM
You could at least give some additional info about the short dump and maybe even the relevant part of the coding. Otherwise, there is not much one can do to solve this beside taking some wild guesses.
2009 Nov 16 6:25 AM
Type conflict when calling a function module.
This dump come when i use string in my internal table. If I use any char with length its work perfectly, but i dont know how much lengh is of long text.
2009 Nov 16 6:33 AM
Hi,
I think you are retrieving the logn text from text table. Use the same data element of that field to your internal table field instead of string.
Thanks,
Srinu.
2009 Nov 16 6:43 AM
Yes , You are right but my requirement is same. i can not take as u are saying, because text table has only 132 char field . When you use Read_text FM it gives you suppose 10 line of chat 132 , then in that case what will be you do?
2009 Nov 16 6:53 AM
you can chop the string into rows of an another internal table before passing it to the FM. For this you dont have to know the string length in advance.
Regards,
Sumit Nene.
2009 Nov 16 10:57 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |