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 error

Former Member
0 Likes
1,235

Hi there,

I have a issue to display barcode in SAP Script, for example PM_COMMON standard form display this print preview:

I tried some tips such re-create the font in SE73, and use prefix and sufix but it looks like a version problem because when I use smartform there isn't any problem.

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

Does anyone know if it could be a version problem that I could resolve with SAP note? I didn't find nothing.

Thanks!

1 ACCEPTED SOLUTION
Read only

0 Likes
939

Hi Thiago,

is this possibly a system barcode created in SE73 using "New Barcode Technology for Smart Forms"?

Only these "new" barcod types can be properly previewed in SP01/SE73 and print on any printer where SAP supports bitmap images...

The note explaining this feature is 645158.

This development was originally done and shipped only for Smart Forms, so SAPscript would not support these new barcodes.

Later on, the feature was also downported to SAPscript, but maybe your system does not have this update. Check out note 1558595 for this.

Best regards,

  Alex


2 REPLIES 2
Read only

0 Likes
940

Hi Thiago,

is this possibly a system barcode created in SE73 using "New Barcode Technology for Smart Forms"?

Only these "new" barcod types can be properly previewed in SP01/SE73 and print on any printer where SAP supports bitmap images...

The note explaining this feature is 645158.

This development was originally done and shipped only for Smart Forms, so SAPscript would not support these new barcodes.

Later on, the feature was also downported to SAPscript, but maybe your system does not have this update. Check out note 1558595 for this.

Best regards,

  Alex


Read only

0 Likes
939

Thank you very much...!

I'm going to make a smartform then.