cancel
Showing results for 
Search instead for 
Did you mean: 

BARCODE PRINTING

Former Member
0 Kudos

HI Experts,

Anybody tell me the procedure to generate barcode using smartforms??

Thanks in advance.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

in the transactoin se73 you can create the bar codes

of system or printer bar codes...

and one more way is that ..you can go to <b>character formats</b>

and below you will find barcode types...from that you select it and

and in programming when you assign it...to the editor(in program) and there

in <chartype>fieldname</chartype>

regards

anilreddy

Former Member
0 Kudos

Hi

Printing Bar Codes

With SAPscript/Smart Forms, you can format data to print out as bar codes. Bar codes are often printed on labels to allow machine-reading of data for such purposes as inventory of stock, transport, or purchase.

Bar codes code data as a series of lines of varying thickness and/or distance from one another. Sometimes they include a check number, which can be used for detecting and analyzing errors. Sometimes the bar code data is also repeated in human-readable numeric form.

Traditional and New Bar Code Printing

It is important to distinguish between the traditional method of creating bar codes and the new procedure. While the bar codes are generated in the printer with traditional bar code printing, and special hardware is therefore required, with the new procedure, a graphic is generated from the bar code in the system, and sent to the printer, meaning that no special hardware is required. The new print procedure only applies, however, for Smart Forms, and not for SAPscript.

The table below lists the most important differences between traditional bar code conversion and the new procedure:

Traditional Bar Code Printing

New Procedure

Can be used for Smart Forms and SAPscript

Can only be used for Smart Forms

Bar codes are generated in the printer.

Bar codes are generated in the SAP system and sent to the printer as graphics.

The print file is larger due to the graphic created.

Special hardware is required

No special hardware is required

To format or control bar codes, print controls must be changed in the printer commands.

Bar codes can be simply changed using the font maintenance transaction (SE73).

For all SAP releases

By default, bar codes can be created with the new procedure as of SAP Web Application Server 6.40.

With the appropriate Support Package and Patch Level, the new bar code printing works as of release 4.6C.

Supports most bar code symbologies

Supports only the most important bar code symbologies

Bar codes are only simulated for PDF conversion.

Bar codes are correctly reproduced after PDF conversion.

reward if usefull

Former Member
0 Kudos

regards,

srinivas

Former Member
0 Kudos

Hii Nahid, you can create barcode using smart styles, to do that follow the procedure.

GOTO - SMARTFORMS -> in that select SMARTSTLYES option and give a name and in that create character formats. in that you can create barcodes.

Former Member
0 Kudos

Hi,

in the transactoin se73 you can create the bar codes

of system or printer bar codes...

then you have to use them in your smartform

how to use it

usually bar codes means ssome numbers

so you have to create the text node

and then

declare a variable of any number kind

and in the styles

create a charaacter format and assing the bar code which is there in the se73

you have to use the same character fomat for getting the bar code

every time you have send a number kind of input to the variable

then it will print perfectly

thanks & regards,

Venkatesh