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: 

To print barcode vertically in Smartforms-Reg

sunil_mani
Active Participant
0 Kudos

Hi Everyone,

     I have to print barcode vertically in smartforms. We have uploaded a barcode through SE78 transaction and made it rotation as "NORMAL". But when we use the same it gets printed horizontally. Can you please help me on this??

Thanks in Advance!!

2 REPLIES 2

gouravkumar64
Active Contributor
0 Kudos

Hi Sunil,

Check this wiki link,

From se73 you can set Rotated option for barcode.

http://wiki.scn.sap.com/wiki/display/Snippets/Step-by-step+New+Barcode+Technology+for+Smart+Forms.

Some barcode related table I am using is mkpf, mseg, makt, mara, ekko, ekpo, lfa1, mard etc.

Use as per your requirement.

Also check some sap notes related to this for further query.

Note 645158 - New bar code technology

Note 1557674 - Overview of bar code printing from SAP

Note 1130927 - SAP Printer Vendor Program


There are other notes also you search.

Hope these all will solve your problem.

Thanks

Gourav.


former_member182915
Active Contributor
0 Kudos

hello Sunil,

simple keep in mind  that vertical or horizontal print of bar code  only due to alignment , so create a bar code with code 128 and align rotated.

  1. normal -> scan direction is from left to right.
  2. rotated -> scan direction is rotated by 90 degree from top to bottom
  3. inverted -> scan direction is rotated by 180 degree from right to left
  4. bottom-up -> scan direction is rotated by 270 degree from bottom to top

and thickness of bar code depend on linear height.(below bar code is 100 linear height)

Hope this will Help you