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

SAP Script Barcode Email

Former Member
0 Likes
1,218

Hi ,

I'm trying to output a Sales Order through Email (SAP Script with Barcode in it).

The print seems to give the barcode correctly.

But if I try to email, the same form is displaying the barcodes as a series of vertical lines

This does not resemble the barcode which I got from the printout.

Can some one please let me know, if I'm missing something here ?

Thanks in advance

Anil

6 REPLIES 6
Read only

arindam_m
Active Contributor
0 Likes
1,049

Hi,

Try converting your SAPScript to PDF then mail. that should represent the barcode properly.

Cheers,

Arindam

Read only

Former Member
0 Likes
1,049

Hi Arindam,

Thanks for your quick reply .

I have tried that too...but no joy

I'm using the FM : CONVERT_OTF  to convert the OTF format to PDF format .

Still it prints the same way

Any ideas please .

Thnx

Anil

Read only

arindam_m
Active Contributor
0 Likes
1,049

Hi,

Try CONVERT_OTF_TO_PDF. Also most common issue is the font and how it is interpreted. Check the font you have used. There are lots of articles and discussion on similar issues. Check the link below to review your steps.

http://wiki.scn.sap.com/wiki/display/ABAP/Step-by-step+Sapscript+Barcode+Printing

Cheers,

Arindam

Read only

Former Member
0 Likes
1,049

Nope...this is not working. I find no change in the output..

Also, I'm using the Std Barcodes, font familys ,etc

I'm not sure , if it is the font issue , since the printout is working correctly on a AFP printer

Any ideas ?

Thnx

Anil

Read only

arindam_m
Active Contributor
0 Likes
1,049

Hi,

Then Smartforms usage would be the way forward i think. SAPScript has its own set of limitations.

Cheers,

Arindam

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,049

If I remember the problem of conversion of barcode to pdf led many companies to convert their forms from Sapscript to Smart Forms. Look at OSS there are some that describe this problem (Start at Note 430887 - PDF conversion: bar codes are not supported or Note 1557674 - Overview of bar code printing from SAP)

Regards,

Raymond