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

Barcode on smartforms

Former Member
0 Likes
5,004

Hi,

I'm working on bar-codes to be generated through smart-forms.

I got many useful links on sap help for this. I took an example online from the below link and developed barcode using my own logic on pick slip.

Step-by-step New Barcode Technology for Smart Forms - Code Gallery - SCN Wiki

When I executed my bar-code from se73 after giving the "bar-code data", i'm able to get a bar-code and the corresponding data/number below it.

But, when I execute the same through smart-forms, i'm not getting the data/number below the bar-code. I have given the code logic for this

"concatenate "delivery #" and "material number".

Please help me with this.

Thank you.

1 ACCEPTED SOLUTION
Read only

romit_raina
Active Participant
0 Likes
3,480

Hello Divya ,

Can you please put the screen shot of your smartform page / window having the bar code ?

Possibility of not printing is of space for bar code .

Thanks

5 REPLIES 5
Read only

romit_raina
Active Participant
0 Likes
3,481

Hello Divya ,

Can you please put the screen shot of your smartform page / window having the bar code ?

Possibility of not printing is of space for bar code .

Thanks

Read only

0 Likes
3,480

Thanks Romit,

I'm not sure that barcode by itself prints the number below. So I have created a text below that and populated the number on it.

Read only

0 Likes
3,480

Barcodes by default do not print the number in Outputs. You did the right thing by printing it separately.

Read only

0 Likes
3,480

Hello Divya ,

Are you using barcode :- CODE39  , if yes than remove the check from field Mod-43 Check Digit .

If you are using barcode : CODE28 , than make field CODE128 Mode as 'A.

Try this  for extra number coming with text.

Stay Awesome

Romit Raina

Read only

SwadhinGhatuary
Active Contributor
0 Likes
3,480

Hi Divya ,

You are absolutely right, label come automatically in SE73 but not in case smartform .

technically saying when we assign bar code to smartstyle charterer and use that in smartform.

in that the data coded in barcode format and we have to read through  barcode reader or we maintain a text for reading what data in the bar code.

i agree with Rudra, that we have to maintain that label in barcode print form smartform or from Zebra Printer.

Hope this help you.