Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

spool to internal table

Former Member
0 Kudos
179

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

1 REPLY 1

Former Member
0 Kudos
83

Hi

Have you tried to use an internal table having a field longer than 255 char

Max