cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode in Sapscript

Former Member
0 Kudos

Hello guru,

i need to print barcode in a sapscript, the problem is that if i look the sapscript's outpu in SP01 i can see the barcode. But when i print the sapscript the barcode desappear and it is printed as a normal number....

please if you have any suggestion...

here some details:

In sapscript i have created a character format BC with barcode BC_EAN8.

In sapscript code i use this sintax: <BC>&MSEG-MATNR&</>

Kind regards

Boris

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Guys,

thanks for your answers but now way to print barcode via sapscript.

I checked sapscript and output device.

I 'll use smartform.

Thx

Boris

Former Member
0 Kudos

Hi,

You need to configure your printer with the needed settings.

Regards,

Rama.

former_member585060
Active Contributor
0 Kudos

Close the Character format after variable and see.

<BC>&MSEG-MATNR&< / >

Edited by: Bala Krishna on Sep 11, 2008 11:10 PM

Former Member
0 Kudos

Hi,

You have to use like this

<BC>&MSEG-MATNR&< / >.

If you are using like this, then you have to check the printer settings once.

Edited by: bala virupaksha on Sep 11, 2008 9:11 PM