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: 

Regarding Barcode in sapScript

Former Member
0 Kudos

Hi Experts!

i am using standard barcode in sap script that is BC_CD39 but it is lil too big for my output scenerio eg its height is 15 mm.

i found one more barcode in sap script that is CD39_00 which has right height that is 5 mm. but whenever i tried to print this barcode is not printing instead the actuall value is printing.

i am using

BI<BC>&BCODE&</>

where bi is the paragraph and bc is the character format. its working fine with bc_cd30 but not with cd39_00.

Is there anyway i can make it work

thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

just initialize to the printer

Former Member
0 Kudos

hi khan ,

make use of this sample syntax for the barcode

/: <BC>&VBAK-WERKS&<\>

Regards,.

dilip