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

Scripts

Former Member
0 Likes
639

Hello Experts,

I want to display text in sap script in vertical form . i mean

ex. HOW are you

H

O

W

a

r

e

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
622

hi,

while writing code in script in window,

there are some commands like /E,/:,/*

so just check out these commands..

/: indicates command line and / indicates line feed..

so / will help to get new row everytime for each character..

4 REPLIES 4
Read only

Former Member
0 Likes
622

Hi

In the text editor u can write those words in each line

giving the new line command there.

Read only

0 Likes
622

text will not be fixed, if it is variable then how?

Read only

mahaboob_pathan
Contributor
0 Likes
622

hi,

first create window.

goto it's text editor.

write u r how are u.

each work in single line.

remember to give the tag next line.

Read only

Former Member
0 Likes
623

hi,

while writing code in script in window,

there are some commands like /E,/:,/*

so just check out these commands..

/: indicates command line and / indicates line feed..

so / will help to get new row everytime for each character..