2010 Nov 26 10:48 AM
Hi All,
I have developed a report program which runs in background and creates a spool. In another report I am trying to read the spool data created by the first program. I use RSPO_RETURN_ABAP_SPOOLJOB function module for doing the same. The issue is I am facing is truncated spool text in the return table of this function module.
The text in the every record of spool is too long (more than 255 CHAR), is there any way of getting the entire spool text in return table of the function module.
Thanks,
Khasimsa
2010 Nov 26 10:57 AM
Hi
Have you tried to use an internal table having a field longer than 255 char
Max