cancel
Showing results for 
Search instead for 
Did you mean: 

How I increase a size of barcode in sapscript?

0 Kudos

Hi friends,

I have a sapscript for printing barcode for bank (HSBC - Brazil) and the size of the barcode should be 103mm but the barcode show with 50mm

I created in the transaction SE73 the specific line with the values.

YBCHSBC Barcode for bank HSBC - Brazil 01 47 10.30 CM 1.30 CM 2OF5 000

The device SAPWIN has configured with the controls SBP10 with the values:

bC=25L,B=103,H=13,P=0,A=0,D=

My question is if I need to customize anything else or if I did something wrong in these configurations.

Thanks...

Danilo Depolli

SAP ABAP - Consultant

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196280
Active Contributor
0 Kudos

Go to SE73

Change the following bar code parameters for your YBCHSBC bar code, which control the size of your barcode.

Example:

Single row height - 00020

  1. of Columns - 21

  2. of Rows - 11

I hope above information will help you to close the thread.

Regards,

SaiRam

0 Kudos

Hi SaiRam,

Thanks for help.

My barcode is the old barcode in SE73 and no have this option for configuration.

Below you see the configs.

Bar code YBCHSBC

Meaning Barcode for bank HSBC - Braz

Bar code type 2OF5

Min.character number 1

Max.character number 47

Bar code width 10.30

Unit of measurement CM

Bar code height 1.30

Unit of measurement CM

Rotation at output

Do you have any suggestion?

Thanks!

Danilo Depolli

former_member196280
Active Contributor
0 Kudos

I do not see anything wrong, whatever you have customized is perfect.

I will give you the definition of each attribute, which may be helpful for closing the thread.

Min. character number: Minimum number of characters which can be transferred to a bar code for printing.

*Example: Min. character number: 5, and you are passing a variable of 2 char, you bar code will not show any value as min is 5 characters*

Max. character number: Maximum number of characters which can be transferred to a bar code for printing.
*Example: Max. character number: 50, and you are passing a variable of 80 char, you bar code display only 50 characters per line.

Bar code width: Maximum width of a bar code when printed
*Example: where you can define the width of the bar code*

Bar code Height: Maximum height of a bar code when printed.
*Example: where you can define the Height of the bar code, that needs to be displayed*

Note: Most of the new bar code technologies are not supported by SAP script. You need to use Smartform.

Regards,

SaiRam

Former Member
0 Kudos

Maybe a rather stupid answer, but can't you just increase your FONT-size?