Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BARCODING IN SAP-SCRIPT

Former Member
0 Likes
601

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

5 REPLIES 5
Read only

Former Member
0 Likes
551

Hi Sandeep,

In paragraph formats u will find barcode settings.

Regards,

Nagaraju

Read only

Former Member
0 Likes
551

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

Read only

Former Member
0 Likes
551

sorry it is in character format.

Regards,

Nagaraju.

Read only

Former Member
0 Likes
551

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

Read only

Former Member
0 Likes
551

thx