Application Development and Automation 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: 
Read only

character string in sapscript

Former Member
0 Likes
493

pls explain the following code for barcode in scripts:

barcode in sapscript: using character string

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

Is it another way of achieving barcode apart from character format in scripts?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
419

Hi,

U have to create a character format for barcode. Using that character format u need to place ur string in the place where u want to print.

example.

<characterformat> &string&</characterformat>

Venkat

1 REPLY 1
Read only

Former Member
0 Likes
420

Hi,

U have to create a character format for barcode. Using that character format u need to place ur string in the place where u want to print.

example.

<characterformat> &string&</characterformat>

Venkat