‎2006 Jan 09 8:38 AM
Hai All,
I have to print some bar code in SAP Script.The Bar Code is comming correctly, but along with it the value of the bar code is also getting printed as subscript.
How can I avoid this so that only the bar code will be printed and not the value.
Regards
Binoo
‎2006 Jan 09 8:44 AM
Hi
your code should be like <BC>vbak-vbeln</bc>. This will print the barcode for VBAK-VBELN.
Thanks
Tharani
‎2006 Jan 09 9:09 AM
Here <BC> implies the character string which defines the bar code, right ?
In this case only the value also is getting printed along with the BAR CODE. I want to avoid that.
Binoo
‎2006 Jan 09 9:20 AM
hi
in the character format, turn the marker On and in the standard attributes below,check the marker box and add your barcode element name in the barcode box.
Please check if you have done all these.
Thanks
Tharani
‎2006 Jan 09 9:26 AM
Hi,
My BAR CODE is printing perfectly. The problem is suppose I am trying to print the barcode for 2000.The output will be like
!!!!!! (just think that ! stands for the
2000
barcode) Taking this as a case I want to avoid 2000 getting printed.
Now please help.
‎2006 Jan 09 9:29 AM
‎2006 Jan 09 9:34 AM
the numerals 2000 comes below the barcode just like a sub script. The barcode and the numerals are printed as one single piece of data.
‎2006 Jan 09 9:47 AM
which bar code type u have applied
Check with different Bar codes.
‎2006 Jan 09 9:49 AM
can you paste the piece of code where you tried to print the barcode
‎2006 Jan 09 11:02 AM
‎2006 Jan 09 11:26 AM
hi,
check whether it is placed properly in the charecter tags and see that if the barcode type is selected for that charecter type or not.
‎2006 Jan 09 11:29 AM
hi do one thing just pass the value which u want to display as barcode to a variable and then place that variable between the charecter tags.
i think this will help u.if not let me know
‎2006 Jan 10 3:34 AM
I have done just like that only. Then also the value is appearing along with the bar code.