<?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 problem associated with subscript display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698332#M1452092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;while i am generating Z-report the users need to display SiO2 as 2 has to display below the letter O. How to do plz help me.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Mar 2010 06:36:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-18T06:36:36Z</dc:date>
    <item>
      <title>problem associated with subscript display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698332#M1452092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;while i am generating Z-report the users need to display SiO2 as 2 has to display below the letter O. How to do plz help me.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698332#M1452092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem associated with subscript display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698333#M1452093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're on a Unicode system, have you tried using Unicode code point 2082 (see [here|http://unicode.org/charts/normalization/chart_OtherNumber.html] for a list of relevant code points or [here|http://www.fileformat.info/info/unicode/char/2082/index.htm] for a more specific reference)?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
write: 'SIOu2082'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I.e. take the code statement above, copy it and paste it into your coding in the ABAP editor. Most likely you will not see the subscript in the ABAP Editor (instead just a rectangle), but check out if the output looks good when you run it... (worked fine for me). Basically the ABAP editor doesn't show it for me, because the font that I'm using in the Editor doesn't contain this character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only issue for me is that the output statement automatically picks another font for display, so the text looks a bit odd along with the surrounding text. However, depending on your requirements and your actual output this might not matter and actually look fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 06:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698333#M1452093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T06:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: problem associated with subscript display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698334#M1452094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 07:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698334#M1452094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem associated with subscript display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698335#M1452095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam not sure its possible to display subscript/superscript in a report output or ALV output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is possible in SAPScripts/ SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the below link is useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/thread/1307951 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Mar 2010 07:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-associated-with-subscript-display/m-p/6698335#M1452095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-18T07:06:06Z</dc:date>
    </item>
  </channel>
</rss>

