‎2007 Apr 27 8:25 AM
Hi Gurus,
In SAP Script ,I need the output as 'This is Plant name <u>AAAAAA</u>' in a same line .Hoe to code for this .
Thanks & Regards,
Ashok...
‎2007 Apr 27 8:27 AM
‎2007 Apr 27 8:30 AM
Hi,
I need to do underline for a single word and rest of the words to be without underline....Hoe to code for this ...
Thanks ,
Ashok...
‎2007 Apr 27 8:37 AM
hi ashok,
define a character format with underline option selected in form attributes.
and use it like this.
This is plant name <c1>&w_plantname&</>.
‎2007 Apr 27 8:31 AM
Hi Ashok
Write in the script
This is plant name &werks&
Regards,
Suruchi
‎2007 Apr 27 8:33 AM
Use &ULINE&
You can use this symbol to insert a string of underline characters into the output text. You must pass the number of underline characters required with the symbol. If you leave out the number, then just one underline character is printed.
Regards,
Suruchi
‎2007 Apr 27 8:32 AM
Hi ashok,
to meet your requirement , define a character format with underlined option
in form attributes.
and use this format for the field which stores the value of the plant as shown
below.
'This is my plant <c1> w_plant(plant field) </>.
assuming c1 is your defined characterformat.
‎2007 Apr 27 8:34 AM
Hi ashok,
to meet your requirement , define a character format with underlined option
in form attributes.
and use this format for the field which stores the value of the plant as shown
below.
'This is my plant <c1> &w_plant(plant field)& </>.
assuming c1 is your defined characterformat.
‎2007 Apr 27 8:34 AM
Hi ashok,
to meet your requirement , define a character format with underlined option
in form attributes.
and use this format for the field which stores the value of the plant as shown
below.
'This is plant name '<c1> &w_plant(plant field)& </>.
assuming c1 is your defined characterformat.
‎2007 Apr 27 8:47 AM
Just put the following and use same paragraph format:
This is Plant name <u>&variable name& <>