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

OTF end command // missing in OTF data

Former Member
0 Likes
1,192

Hi experts ,

I like to download the pdf form the script output , But here i got this error :OTF end command // missing in OTF data, while download the file.

KIndly help me to do.                                        

4 REPLIES 4
Read only

gouravkumar64
Active Contributor
0 Likes
656

Hi,

This is common question in SCN,Kindly search.

There are many reasons related to your code.

But If You want only PDF Conversion from script output ,with out any code.

Delete your code for pdf conversion & follow my reply in this thread

http://scn.sap.com/thread/3300552

Thanks

Gourav.

Read only

Former Member
0 Likes
656

Hi,

The internal table which you are passing to the function module go covert into pdf must be black or empty. Check it.

Thanks -

Makarand

Read only

0 Likes
656

how can we check that one ??

kindly guide me to do ..

Read only

arindam_m
Active Contributor
0 Likes
656

Hi,

Do NOT populate wa_ssfctrlop-no_close with an 'X'. This keeps the OTF open for further addition. Also check the OTF table if its populated before the PDF conversion.

Check the other settings in the control structure. the below link should help:

http://help.sap.com/SAPHELP_NW04s/helpdata/EN/71/9ccd9c8e0e11d4b608006094192fe3/content.htm

Cheers,

Arindam