cancel
Showing results for 
Search instead for 
Did you mean: 

Smartforms (barcode) using print Intermec

Former Member
0 Kudos

Hi,

I have an Intermec printer (easycoder4420). Can someone tell me how i can use SAP SmartForms to print (barcode) to Intermec printer , without using Intermec Printer Language (IPL), or is it necessary for me to use it ?. like using them if it is necessary

Thanks,

Edited by: Grettel S on Mar 17, 2008 3:09 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

trusadi
Participant
0 Kudos

In my experience, printing barcode using this Intermec printer, you have to use some scripts that is recognized by the printer.

There is a barcode studio to layout the barcode that you want to print, an d then you can generate the script within it.

You then have to take this script and implement it to your smartforms

Former Member
0 Kudos

Hi Grettel,

The barcode can be printed in any printer , only issue here would be to add the barcode format & install driver to the printer which will be taken care by the basis team.

Procedure to print barcode :

In smartstyles (Tcode:smartstyles)

Create character format name B1(say)

Use the Barcode option in the Standard setting tab .

U can select any barcode which suits your requirement

Once the barcode charaterformat is created in smartstyles then use the character format in your smartform

In smart form

text element 1 :

  • This is the barcode <B1>this is the barcode</>

  • Value of a variable <B1>V_VAR1</>

Reward if u find it useful

-Sapsurfer