‎2007 Oct 16 7:24 AM
can anybody tell me all steps How to print barcoding in SAP-SCRIPT ?
anybody having material regarding to BARCODE PRINTING IN SAP-SCRIPT
then please give it to me.
BYEEEEEEEEEE
‎2007 Oct 16 7:28 AM
Hi Sandeep,
In paragraph formats u will find barcode settings.
Regards,
Nagaraju
‎2007 Oct 16 7:29 AM
hi
general information:
http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm
Also go through this link
http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94fc51ea11d189570000e829fbbd/content.htm
The standard system come with all the standard sapscripts for you to print invoices, delivery orders or sales order etc. You can further enhance the form with SAPscripts which is the standard SAP form design tools for user to developed customized form printing format such as purchase orders, invoices, checks, labels.
With the combination of third party barcode software (barcode.dll) or printer with bardimm, you can print barcode directly using SAP scripts.
To create SAPscipts goto tcode : SE71
Once your SAPscripts are created, you have to used an abap program to called the sapscripts form.
for BDC upload you can use the GUI_UPLOAD function module.
<b>reward points for useful ans</b>
regards
Aarti
‎2007 Oct 16 7:30 AM
‎2007 Oct 16 7:42 AM
Hi,
To create a barcode of your own , Go to SE73 ->System Barcodes.
Here you can see a list of exixting barcodes.
If you want to create a new, for sapscripts you need to create this with
old technology. choose the parameters to set hieght and width of the barcode.
Now you can assign this barcode type to a character format and give
this character type to the field for which you want to print the barcode.
---Most Imp: In sapscripts some printer configuration is required to print the barcodes.Take care of this
Regards,
Vivek
-
Reward Points
‎2007 Oct 16 10:48 AM