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

PDF is not openging

Former Member
0 Likes
733

Hi all,

Can u plz help me out regrdin an error, which I m facing in opening the PDF file when receiving it through Mail.

error message "Can not extract the embedded font 'TrebuchetMS'. Some characters may not display or print correctly"

its opening correctly when saving it in local system through the same ABAP Program..

Thanks,

Rajeev

1 ACCEPTED SOLUTION
Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
700

Hello Rajeev,

Where does the PDF come from? is the PDF generated by ABAP code or third party?

Best Regards,

Jerry

4 REPLIES 4
Read only

JerryWang
Product and Topic Expert
Product and Topic Expert
0 Likes
701

Hello Rajeev,

Where does the PDF come from? is the PDF generated by ABAP code or third party?

Best Regards,

Jerry

Read only

Former Member
0 Likes
700

Hi,

Its via the ABAP Code itself.

Thanks.

Read only

Former Member
0 Likes
700

Hi rajiv,

Increase the length of parameter body_num in packing_list parameter of the function module SO_NEW_DOCUMENT_ATT_SEND_API1.

Ie : Packing List parametyer for the Attachment .

In general we pass number of lines of internal table to this variable. Just double its length.

It will work.

Regards,

Mr.A

Read only

Former Member
0 Likes
700

Hi,

Suggested changes are not resulting into the desired result.

Thanks.