Application Development and Automation 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: 
Read only

SPOOL

kuntal_das2
Explorer
0 Likes
380

Hi ,

How to split the Spool record and transfer to internal table.

We are using the standard FM 'RSPO_RETURN_ABAP_SPOOLJOB ' which transfer the record to an internal .

But the problem is the internal table was holding a huge record which was causing a dump .

Please suggest.....

'

1 REPLY 1
Read only

nikolayevstigneev
Contributor
0 Likes
353

Hi!

Haven't you tried to make use of input parameters first_line and last_line of this FM?