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: 

Reg: Print of SAPScript to Zebra Printer

Former Member
0 Kudos

Hi Folks,

I am designing a SAPScript, print of which will be taken from Zebra Printer.

How can we display the characters Right Justified in the print?

Thanks in advance,

Punit

2 REPLIES 2

Former Member
0 Kudos

Hi Punit,

Use (R) with the value that you want to print right justified.

Ex : &itab-matnr(R)&

Message was edited by: mukesh kumar

Former Member
0 Kudos

Examples for right-justified output

Symbol Result

&symbol& 1234

&symbol(8R)& 1234