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

Style in script

Former Member
0 Likes
545

Hi friends,

I created the Zstyle using Tcode SE72. Where i have mentione this name in Tcode SE71.?

please tell me ...

Thanks,

kishore.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

hi,

in the text editor of scripts

goto se71 -


> give your script name -


> change

goto page windows tab---> double click on window you want-----> press f9

and do the following way.

/: STYLE '<UR STYLE IN CAPS>'

<ur code>

/: STYLE *

REWARD IF HELPFUL

MAHESH

3 REPLIES 3
Read only

Former Member
0 Likes
518

hi,

in the text editor of scripts

goto se71 -


> give your script name -


> change

goto page windows tab---> double click on window you want-----> press f9

and do the following way.

/: STYLE '<UR STYLE IN CAPS>'

<ur code>

/: STYLE *

REWARD IF HELPFUL

MAHESH

Read only

Former Member
0 Likes
517

Hi

go to se71

give the name of ur form.and click change

select the window ..double click on tab TEXT on the lower right corner.

in the menu bar..select GOTO -> Change editor

here in the command line. /: write STYLE <ur style name>

(give ur code)

Read only

Former Member
0 Likes
517

hi,

to add ur style in script, we have a command STYLE which we need to write in the text editor.

The STYLE control command allows you to change the style within a text. The new style is in force until another STYLE command is issued. If * is specified as the name of style, then the system reverts to the original style.

Syntax:

/: STYLE ur_style

/: STYLE *

hope this helps u.

reward if helpful.