adspace


How can I display barcodes in sapscripts?

Answer Posted / Rampravesh Srivastava

In SAPScript, you can display barcodes using the BARCODE statement. You need to specify the type of barcode (like CODE_128 or QR_CODE), its height and width, and the data you want to encode. Here's an example:
```
barcode code_128 z YOUR_DATA height 50 width 100;
```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

No New Questions to Answer in this Category !!    You can

Post New Questions

Answer Questions in Different Category