cancel
Showing results for 
Search instead for 
Did you mean: 

How to print a Barcode VERTICALLY in a SAP Script ?

Former Member
0 Kudos

Dear Experts..

I have to print a Barcode <b>vertically</b> in a SAP Script.

Could you please help me regarding this.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

go to se73..there is option to create own barcode ...may be vartical also...

refrence...

You can create a barcode in this way:

Check Transaction SE73.Click on System Bar Code Change.There are various types of barcodes already defined by SAP so you can use them or create one of your own. Say we use the BC_EANH. It has the following attributes.

BC_EANH EAN 128, n.txt,h=13mm 01 40 9,00 CM 1,30 CM 000

height width etc.

Now go to the script. Create a Character format and in the barcode put this name.

in the script <c1>&Barcode_number</>. and your barcode will be seen in the printview.

Also check out Transaction so10 and see script SAPSCRIPT-BARCODETEST.

Give a print on the dot matric printer which u have. If it doesnt print, check the printer type and other settings.

or else Go to this site and enter your printer model and hit submit.

http://www.zebra.com/id/zebra/na/en/index/resource_library/manuals.html

In this list, there should be a ZPLII programmer's guide.

also just check this link...

Former Member
0 Kudos

Hi,

Take a look at OSS :

179534, 750002, 750772.

Hope it helps,

Regards,

Erwan

Answers (3)

Answers (3)

Former Member
0 Kudos

Check if this is of any help..

Go to SE63-> Choose the radio button Printer barcodes-> Go in Change/Display mode -> Double Click on the device type ur printer is using -> Check out for the field 'Baseline Alignment' against each and every barcode

Former Member
0 Kudos

HI

GOOD

I DONT THINK THERE IS ANY FUNCTION MODULE WHICH WILL HELP YOU TO PRINT THE BARCODE VERTICALLY,I THINK YOU HAVE TO DO THE REQUIRED CHANGES WHILE DESINGING THE SAP SCRIPT FORM.

THANKS

MRUTYUN

Former Member
0 Kudos

Hey SR,

follow these steps :

Bar code in Smartform :

General definition of Bar code:

Bar codes are standardized characters of a symbol made up of a group of lines and spaces that can be recognized by an optical scanner. Bar codes uniquely identify article data, production numbers or transport units, for example. They can also contain additional information such as batch number, expiration date or weight.

Example

In the Logistics Execution System (LES), certain field entries can be represented by bar codes and printed on the transfer documents. This simplifies certain data entry processes such as order confirmation.

Type of bar code:

Bar codes are based on a binary principle and consist of a series of stripes/gaps of different widths. The sequence of the stripes or gaps results in an (alpha) numeric statement. Bar codes are read optically. Due to varying requirements, bar codes may differ with regard to the following aspects:

• printer tolerance

• decoding tolerance

• character width

• automatic check

• number of characters

Steps to implement bar code in the smartform:

• Use the transaction code smartstyle. Give a suitable name .Choose create.

• In change mode of the Smart Style select the Character formats node and choose Create.

• In the Character format field enter a two-character character key.

• Select the desired attributes of the Bar Code on the tab Standard Settings.

• Choose Activate.

• Assign the character format to the field or character string in the smartform.

• Activate the smartform.

• Test the same.

Regards,

Kunal.