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

problem in collecting Spool data into internal table

sarath_7
Participant
0 Likes
620

Hi ,

i need to download spool request data into internal table,

after collecting i need to loop it and delete some records,

for this i am using Fm RSPO_RETURN_ABAP_SPOOLJOB

but getting some extra spaces and lines,unable to get right format.

please help me in this issue to prepare internal table like normal internal table with spool id.

Regards

sarath

Hi ,

i need to download spool request data into internal table,

after collecting i need to loop it and delete some records,

for this i am using Fm RSPO_RETURN_ABAP_SPOOLJOB

but getting some extra spaces and lines,unable to get right format.

please help me in this issue to prepare internal table like normal internal table with spool id.

Regards

sarath

2 REPLIES 2
Read only

Former Member
0 Likes
451

hii Sarath...

You can directly convert the spool data to an internal table ...

there is a function module which does the job ....

go through the following thread .////

Read only

0 Likes
451

Hi ,

Thanks for the reply,

My requirement is like i need to collect all the records from the spool to Internal table and

after that based on one field in the internal table i have to separate error records by deleting sucess records from that internal table(from spool),

for that i have to loop the internal table and need to count the error records, after that download to excel and mail functionalities

required for that .

so please help me in this.

Regards

sarath