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

Vertical printing in SAP script

Former Member
0 Likes
838

Hi ALL,

Can you please tell me how do we print Vertically in a SAP SCRIPT(form) ?

Cheers

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
601

Hi,

Vertical printing is possible only with the printer functionality (i.e.,) it all depends on the printer you use for the output.

Else, act smart and use the box command to your liking so that image is resized.

Reward points if helfpul.

Rgds

Hi,

Vertical printing is possible only with the printer functionality (i.e.,) it all depends on the printer you use for the output.

Else, act smart and use the box command to your liking so that image is resized.

Reward points if helfpul.

Rgds

3 REPLIES 3
Read only

Former Member
0 Likes
601

We can not print a text vertically. Create a image file with the text vertically written. Upload it using SE78. In your SAP form, show that image where ever you require.

or.

display Single character on each line one below other.

For eg.

<C1>&itab-Matnr+0(1)</> "Provide a NEW LINE, then again

<C1>&itab-matnr+1(1)</> "Provide a NEW LINE, then again

<C1>&itab-Matnr+2(1)</> "and so on.

Read only

Former Member
0 Likes
602

Hi,

Vertical printing is possible only with the printer functionality (i.e.,) it all depends on the printer you use for the output.

Else, act smart and use the box command to your liking so that image is resized.

Reward points if helfpul.

Rgds

Read only

Former Member
0 Likes
601

Hi,

Check the following links,

http://www.thespot4sap.com/articles/SAPscript_elements.asp

Please reward if it helps.