‎2008 May 26 11:48 AM
Hi friends,
I created the Zstyle using Tcode SE72. Where i have mentione this name in Tcode SE71.?
please tell me ...
Thanks,
kishore.
‎2008 May 26 12:01 PM
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
‎2008 May 26 12:01 PM
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
‎2008 May 26 12:17 PM
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)
‎2008 May 26 12:57 PM
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.