‎2008 Mar 13 6:29 AM
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
‎2008 Mar 13 6:31 AM
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&</>
 where C1 is the character format created and vbeln is the variable for which the barcode is to be created.
Regards
‎2008 Mar 13 6:53 AM
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.
‎2008 Mar 13 7:20 AM