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

CONVERT_ABAPSPOOLJOB_2_PDF

Former Member
0 Likes
941

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

3 REPLIES 3
Read only

Former Member
0 Likes
700

hi

did u pass the spool number to FM?

just paste the code here to analyse.......

Read only

Former Member
0 Likes
700

check programm RSTXPDFT4 for an working example to see what you miss.

kind regards

arthur

Read only

Former Member
0 Likes
700

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>