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

Problem related to BAR CODE

Naval_bhatt
Contributor
0 Likes
515

Hi Experts,

Is there a function module to create Barcode for batch and materials .

we are not using SAP standard material number range .

insted the materail number will be alfa numeric .

how can we create a barcode for this ?

Please suggest.

thanks in advance,

Naval Bhatt

3 REPLIES 3
Read only

Former Member
0 Likes
480

Hi

Create a character format in the SAPScript.

Choose the Bar Code for the character format.

And finally to display barcodes, in the command enter:

<C1>&vbeln&</>

&#61607; where C1 is the character format created and vbeln is the variable for which the barcode is to be created.

Regards

Read only

Former Member
0 Likes
480

Hi,

we can create bar code for alpha numeric also.

create a character format and choose the bar code for it.

now use this character format while you are printing the material number.

Read only

0 Likes
480

could you please elaborate this .....

thanks