2007 Aug 20 2:54 PM
Hi experts,
Whn i use this FM i am getting an error like:Spool request contains no ABAP list data.
How to resolve this?
Regards
Hi experts,
Whn i use this FM i am getting an error like:Spool request contains no ABAP list data.
How to resolve this?
Regards
2007 Aug 20 2:56 PM
hi
did u pass the spool number to FM?
just paste the code here to analyse.......
2007 Aug 20 2:59 PM
check programm RSTXPDFT4 for an working example to see what you miss.
kind regards
arthur
2007 Aug 20 2:59 PM
Check whether the internal table has data before calling the FM.
<b>if not i_tab[] is initial.</b>
CALL FUNCTION 'CONVERT_ABAPSOOLJOB_2_PDF'.
<b>ENDIF.</b>
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |