‎2008 Jan 09 6:59 AM
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...
‎2008 Jan 09 7:02 AM
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.
‎2008 Jan 09 7:09 AM
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
‎2008 Jan 09 7:37 AM
Hi Madan Mohan,
Try to check number of pages- -- if number of pages is 0, spool is initial.
Regards,
Mohaiyuddin
‎2008 Jan 09 7:41 AM
Use FM
RSPO_GET_PAGES_SPOOLJOB to get number of pages in spool - if number of page = 0 , spool is initial.
Regards,
Mohaiyuddin