Application Development 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: 

Bar codes

Former Member
0 Kudos

HI,

I want to create barcode using ABAP in smart form. How to go for it.

8 REPLIES 8

Former Member
0 Kudos

Former Member
0 Kudos

Hi

see this link you will get idea of what is barcodes and use

http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm

Steps to implement bar code in the smart form:

1. Create a Smart Style: Use the transaction code smart style. Give a suitable name .Choose Create.

2. Create a Character Node: In change mode of the Smart Style select the Character Formats Node and choose Create. In the Character format field enter a two-character key. Click Continue.

3. Select desired attributes of Bar Code: Select the desired attributes of the Bar Code on the tab Standard Settings.

4. Choose Activate.

5. Use the Smart style in the Smart form: Assign the character format to the field or character string in the smart form.

6. Activate the smart form.

7. Test the same.

http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Former Member
0 Kudos

Hi,

To create barcode

1.Tcode smartstyles.

2.right click on character format and create node,enter "c1".

3.give the barcode type in Name.

4.save and activate.

use this in ur smartform by using text editor.

Reward points,if it is useful.

Thanks,

chandu.

0 Kudos

My requirement is there will be some input file which will contain the following input: X, Y coordinates,Height ,width of barcodes and the using these parameters the barcodes will be displayed in the smart forms.

Former Member
0 Kudos

Hi Praveen,

To create barcode, just go to smartstyles transaction.

Then on the right side, you will find an option say character format.

Right click on that option and select Create Node.

Now u have a character format.

In that format. select barcode name that you want.

Give font size as per your requirement.

]

Save it and activate it.

Now in your smartform, the field that you like to print as barcode, give that field in that character format like:

<c1>wa_mara-matnr</>

You will get that field in barcode format.

Reward points, if useful.

Regards,

Nitin.

Former Member
0 Kudos

Go to transaction 'smartforms',

There select smartstyles and CREATE.

Out there in the character Format right click and select create node.

For the generated node u have the optio of barcode. Here u can select all the available barcodes in the system.

NOTE : You can also create your own barcode.

0 Kudos

I want to create my own barcode

0 Kudos

I want to create a custum bar code of my own?