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

ERROR IN PGM

Former Member
0 Likes
699

HI FRNS,I AM CREATING A REPORT TO GENERATEMA PDF FOR THE SPOOL REQUESTS......

IN THAT I M GETTING ERROR AS

"SPOOL REQUEST NO ### CONTAINS NO ABAP LIST DATA"

CAN ANY ONE HELP ME...

4 REPLIES 4
Read only

Former Member
0 Likes
641

Please execute the report and check whether is produces some output.

Spool will display only the report output. if report does not produce any output then spool will show the message specified by you.

Read only

0 Likes
641

OK I GOT IT.. CAN U TELL ME THE REMEDY

I WANT OTHER SPOOLS TO BE TORED IN MY PDF FILE OTHER THAN THOSE DOESNT CONTAIN DATA

How can we find the report name using tsp01 table??

Edited by: madan mohan on Jan 9, 2008 8:16 AM

Read only

Former Member
0 Likes
641

Hi Madan Mohan,

Try to check number of pages- -- if number of pages is 0, spool is initial.

Regards,

Mohaiyuddin

Read only

Former Member
0 Likes
641

Use FM

RSPO_GET_PAGES_SPOOLJOB to get number of pages in spool - if number of page = 0 , spool is initial.

Regards,

Mohaiyuddin