‎2006 Jun 27 11:12 AM
Hello...
I want to know how i could transform a number in a barcode, if exists any function?
Thanks a lot.
Best Regards.
‎2006 Jun 27 11:29 AM
Hi,
In SAPSCRIPT (se71), u can also define character format for particular barcode. And then simply assign this character format to the field, whose output will be displayed as a barcode.
‎2006 Jun 27 11:13 AM
HI eduardo,
1. I think its done while printing thru special fonts for barcode.
regards,
amit m.
‎2006 Jun 27 11:18 AM
Hi Eduardo,
You can go to SMARTSTYLES transaction and in that you can define the barcode width and its type.
In smartforms, wherever you want to put the barcode, you specify the created SMARTSTYLE name also.
I don't think there is any FM for that .....
Regards,
SP.
‎2006 Jun 27 11:28 AM
Hi,
No function module exists for your requirement.
Create a character format either in the sapscript or ion the smartstyle of the smartforms.
Assign your field value to the character format like
<C1> field value</C1> where C1 is the character format created by you.
‎2006 Jun 27 11:29 AM
Hi,
In SAPSCRIPT (se71), u can also define character format for particular barcode. And then simply assign this character format to the field, whose output will be displayed as a barcode.
‎2006 Jun 30 4:48 PM
Hi...
I Create SMARTSTYLES with codebars that exists in there, for example BC_CD39, BC_EAN8 or CD39_01.
Then assign my field value to the character format.
When I go to print my smartforms, instead of printing codebars it prints the value.
Thanks
Best Regards
‎2006 Jun 30 5:19 PM
Hi,
I think that the printer, must be a special one for print barcodes... I remember, that once that i had to print a barcode in a form, we finally installed a DLL in the print served (don´t remember the name, we buyed it in a website, I think), although I know, that there is a software compatible with sap, called BARZEBRA to print barcodes.
Hope this lines will help you,
Carles