<?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 Reg SAPscript ...Font in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484265#M226155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to define the amount in specific font. I have created paragraph format and I have to print only the amount and  name in a separate font...&lt;/P&gt;&lt;P&gt;I know like for instance &amp;lt;X&amp;gt;&amp;amp;xxx-xxx&amp;amp;&amp;lt;/&amp;gt;...I know the window for amount and name but how do I define only that in the specific font...&lt;/P&gt;&lt;P&gt;where do i write this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 15:02:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T15:02:48Z</dc:date>
    <item>
      <title>Reg SAPscript ...Font</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484265#M226155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to define the amount in specific font. I have created paragraph format and I have to print only the amount and  name in a separate font...&lt;/P&gt;&lt;P&gt;I know like for instance &amp;lt;X&amp;gt;&amp;amp;xxx-xxx&amp;amp;&amp;lt;/&amp;gt;...I know the window for amount and name but how do I define only that in the specific font...&lt;/P&gt;&lt;P&gt;where do i write this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 15:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484265#M226155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T15:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reg SAPscript ...Font</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484266#M226156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Leo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the paragraph formats and double click on the format. Now click on the Font button on to your right and there define the font family and size . Then use that in the editor .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 15:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484266#M226156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T15:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reg SAPscript ...Font</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484267#M226157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;To learn more on this check this &amp;lt;a href="http://www.sappoint.com/abap/sscript.pdf"&amp;gt;Link&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 15:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484267#M226157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T15:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reg SAPscript ...Font</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484268#M226158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds like you want to use a CHARACTER FORMAT, not a PARAGRAPH FORMAT.  &lt;/P&gt;&lt;P&gt;There is other data on the line that prints in another font?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you have the syntax correct, just need to create CHARACTER FORMAT "X1" and specify the font.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AS &amp;amp;tab1-field1&amp;amp;,,&amp;amp;tab1-field2&amp;amp;,,&amp;lt;X1&amp;gt;Total,,&amp;amp;tab1-field3&amp;amp;&amp;lt;/&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;AS &amp;amp;tab1-field1&amp;amp;,,&amp;amp;tab1-field2&amp;amp;,,&amp;lt;X1&amp;gt;&amp;amp;'Total 'tab1-field3&amp;amp;&amp;lt;/&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 16:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-sapscript-font/m-p/1484268#M226158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T16:03:23Z</dc:date>
    </item>
  </channel>
</rss>

