cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing Barcode logic

Former Member
0 Kudos

Hi All,

Could anyone please help me in providing BARCODE logic/implementation in SAP SCRIPT?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi Gurmeet,

There is no specific logic invlolved in it.

You just need to create a character format and chose a font fmaily which supports barcodes.

Finally you need to use it in text elements.

like if you want the bar code for a matnr,

do like this:

<bc>&matnr&</bc>.

note that you have defined a character format called bc already.

Regards,

Ravi

Former Member
0 Kudos

Thanks Ravi, I will try this.