‎2015 Nov 09 8:36 PM
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.
‎2015 Nov 09 9:33 PM
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
‎2015 Nov 09 9:33 PM
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
‎2015 Nov 16 3:45 PM
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.
‎2015 Nov 16 4:06 PM
Barcodes by default do not print the number in Outputs. You did the right thing by printing it separately.
‎2015 Nov 18 7:08 PM
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
‎2015 Nov 17 10:05 AM
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.