Question:
Hello all,
I hope that somebody help me.
How can I create a bar code using ABAP? I'll read numbers from a PO and I need to generate a bar code for the printer. How do I do it?
Thanks for now
Answer:
Use Smartforms or Sapscript.
A third way is to have a dedicated server running a system such as 'BarTender' if you don't want to use the above.
You send a file to the server containing information such as a label name, it's variable fields and where it should be printed. BarTender then does a merge with the label template and outputs the label on the specified printer.
_________________
Regards
R
Abap KC
SFMDR
Answer:
Hi All,
You will first have to understand the concept of few things like what is output device,device type and working with transactions like se73 and spad.
Learn how to create new output device, how to attach device type into it. In se73 how to create ur own barcode or use the standard one. Barcode created in se73 or using the standard one will have to be used in sapscript in terms of character tag which is used in sapscpript to print a character in desired format using like <b> Ur po number</b>.
And when printing you will have to use the ouput device that you have created, remember there are different ouput devices SAP offers to be used according to the format of ur printer. If you have HP 5 + printer then SWIN 4.0 device type will work for you.
Start understanding the concept of these things this will help you out. I have tried to make u understand the functionality of these things rest is what you have to do.
Thanks
Pindropsilence
_________________
Forget past, live in today, think for tomorrow.
Answer:
Hi All,
You will first have to understand the concept of few things like what is output device,device type and working with transactions like se73 and spad.
Learn how to create new output device, how to attach device type into it. In se73 how to create ur own barcode or use the standard one. Barcode created in se73 or using the standard one will have to be used in sapscript in terms of character tag which is used in sapscpript to print a character in desired format using like <b> Ur po number</b>.
And when printing you will have to use the ouput device that you have created, remember there are different ouput devices SAP offers to be used according to the format of ur printer. If you have HP 5 + printer then SWIN 4.0 device type will work for you.
Start understanding the concept of these things this will help you out. I have tried to make u understand the functionality of these things rest is what you have to do.
Thanks
Pindropsilence
????
_________________
Regards
R
Abap KC
SFMDR
Answer:
Yea R ! lol !
???????
_________________
Still learning...... Will it ever stop ?