<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sap Script Form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059500#M425491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use character format for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. create a char format and then u can use it as &lt;/P&gt;&lt;P&gt; &amp;lt;C4&amp;gt;&amp;amp;wa-posnr&amp;amp;&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2007 09:58:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-26T09:58:28Z</dc:date>
    <item>
      <title>Sap Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059498#M425489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please tell me how (the steps) can I use the below in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;U&amp;gt;Underline Text&amp;lt;/&amp;gt; &amp;lt;B&amp;gt;Bold Text&amp;lt;/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 09:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059498#M425489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T09:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059499#M425490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create the Character Formats for BOLD, UNDERLINE  and ITALIC and assign the desired font etc and can use them in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 09:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059499#M425490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T09:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059500#M425491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use character format for that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. create a char format and then u can use it as &lt;/P&gt;&lt;P&gt; &amp;lt;C4&amp;gt;&amp;amp;wa-posnr&amp;amp;&amp;lt;/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 09:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059500#M425491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059501#M425492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a character format of the style you want. And use it before the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059501#M425492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-26T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script Form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059502#M425493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  In font attributes you can use underline radio button for your underline requirement paragraph format p1 and use  bold and underline to get bold and underline letters in your sript in character  format .&lt;/P&gt;&lt;P&gt;write code as follows.&lt;/P&gt;&lt;P&gt;/p1 Underline text &amp;lt;c1&amp;gt; bold text &amp;lt;/&amp;gt;.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;veeresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form/m-p/2059502#M425493</guid>
      <dc:creator>former_member673464</dc:creator>
      <dc:date>2007-03-26T10:01:47Z</dc:date>
    </item>
  </channel>
</rss>

