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: 

How Rotate Text in Smartforms 180 degree ?

shani_03
Explorer
0 Kudos
2,552

Dear all,
is it possible to rotate text 180 degree in smartform text.? if possible then how will be ?
kindly give me suggestion. thanks a lot

10 REPLIES 10

venkateswaran_k
Active Contributor
1,517

180 degree rotate? do you want to reverse?

Can you provide exact requirement?

former_member1716
Active Contributor
0 Kudos
1,517

Hello shani_03,

Am not sure on your complete business requirement here however i can suggest the following:

1) If there is need to reverse the Logo or any kind of image, you can reverse them using Paint and upload the reversed image in SE78 and use for display.

2) In case if the text needs to be reverse printed, there are function modules to do the same. You can make use of the FM STRING_REVERSE for the same.

3) You can also check out the different printing options in the printer that is used to print.

Regards!

0 Kudos
1,517

Dear satishkumarbalasubramanian , venkateswaran.k,

Actually i'm performing envelop printing in Smart form (Like Cheque Printing), due to some reasons (envelop format) envelop entered in printer (like cheque page) but from other side (180 degree) order . so i'm still there problem to rotate text in according to envelop format.

if you have any solution then guide me, thanks

0 Kudos
1,517

I am sorry Eshan, Still not able to get your requirement completely. (except the fact you are trying to print envolop)

Please give some example

Sandra_Rossi
Active Contributor
0 Kudos
1,517

shani_03
Explorer
0 Kudos
1,517

Dear venkateswaran.ky,

this arrow sign indicates the side which entered in printer.
in this case print work successfully, but due to this envelop format my business requirement is that envelop entered in printer as following method instead of above method.

to entered envelop in printer from this method, i want to rotate text according to Bold Text from envelop (heading of envelop). now my complete requirements are there. have you any idea about that ?

0 Kudos
1,517

Hi

Please review this answer link

https://answers.sap.com/questions/1413327/index.html

May give you some lead.

Sandra_Rossi
Active Contributor
1,517

For rotating individual variable texts in smart forms (and print lists and sapscript forms), you need to define Print Controls for each device type you want to print to, and refer to them in the Smart Form by inserting nodes of type Command.

For more information, see these KBA notes:

The notes above concern the Page Description Languages PCL and ZPL; if you have printers which require other PDLs, you'll need to read the Programming Guides of the printer manufacturers, to know what control sequences are to be defined for the print controls.

shani_03
Explorer
0 Kudos
1,517

Thanks, Problem Solved.

0 Kudos
1,517

Hi Ehsan, can you please explain the details that how this issue got resolved?