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

Internal table value to spool

Former Member
0 Likes
1,077

Hi,

I have the datas which is to passed to spool in a internal table.How to pass it.Plz help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,044

Hi Rajalakshmi,

If the report output is in ALV and you schdule the report in background job, it will directly go to Spool.

Then you can check it from job log SM37or SP01/SP02

Br/Manas

8 REPLIES 8
Read only

Former Member
0 Likes
1,044

Cna you be a bit more elaborative with your question?

Read only

Former Member
0 Likes
1,044

erm, you know what a spool is? It´s for printing and such.

if you have data in an internal table and want them to appear in spool, you need to print them in one or another way....

Read only

Former Member
0 Likes
1,044

Hi Rajalakshmi KR ,

Can I know why you want to pass(requirement) the internal table values to spool?

Regards,

K.Sibi

Read only

former_member203501
Active Contributor
0 Likes
1,044

hi check this....

please search in the forums before posting ..

Read only

Former Member
0 Likes
1,045

Hi Rajalakshmi,

If the report output is in ALV and you schdule the report in background job, it will directly go to Spool.

Then you can check it from job log SM37or SP01/SP02

Br/Manas

Read only

0 Likes
1,044

Hi Rajalakshmi,

For the ALV report to be run in backgound, it is to be made

sure that we are using ALV LIST and not ALV GRID, which woudl otherwise

give a dump.

Read only

0 Likes
1,044

Hi Sumit,

Are u sure?

Br/Manas

Read only

0 Likes
1,044

Hey Manas,

I am sorry, this happens when we are switching screens in the backgroung.

I was misled by the scenario where I was in.

Thanks that you cross- checked.