Application Development 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: 

how to make an Code Bar in Smartforms

Former Member
0 Kudos

Hello:

I would like to make one question, i have been trying to make an code Bar into Smartforms, so the question is.

is it possible make that into smartforms?

thanks a lot i will really appreciate if somebody know how to do that

3 REPLIES 3

Former Member
0 Kudos

Hi

Yes you can, but u have to use a particular chararcter (see trx SE73).

So you have to print your code using a chararcter for BARCODE and the system'll convert it for the print.

Max

former_member223537
Active Contributor
0 Kudos

Hi,

Yes printing a BARCODE is possible in Smartforms.

Goto SMARTFORMS transaction. Select STYLE and create a new style.

Create a Character Format (for eg. AB ) and select the FONT as BC39/BC128. There are many other barcode fonts available. Depending on your barcode reader you can set the font.

Activate it.

Now open the smartform and pass the character format name to the text which is to be printed as barcode.

eg.

<AB> &ITAB-BARNUMBER& </AB>

Best regards,

Prashant

PS : Please reward all helpful answers