<?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: query on Report attributes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548816#M853770</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;When you check the program in SLIN/syntax check, it will give the unicode related error information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.  In your program the FM: WS_UPLOAD.  When you do syntax/SLIN check, it will give that the function module is obsolute or not, any unicode related error is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 09:21:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-28T09:21:11Z</dc:date>
    <item>
      <title>query on Report attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548815#M853769</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;In program attributes (t.code se38), what's the functionality of 'unicode check active' checkbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548815#M853769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: query on Report attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548816#M853770</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;When you check the program in SLIN/syntax check, it will give the unicode related error information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex.  In your program the FM: WS_UPLOAD.  When you do syntax/SLIN check, it will give that the function module is obsolute or not, any unicode related error is there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548816#M853770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: query on Report attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548817#M853771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this SAP help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548817#M853771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: query on Report attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548818#M853772</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;In the older SAP version, Unicode was not present , which made it impossible for some East Asian countries like China , Japan , Korea etc to use SAP as their language was not supported by SAP. Until then SAP supported only ASCII and EBCDIC character sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to provide better compatibililty and services to East Asian Countries, SAP introduced Unicode. It is also an encoding technique like ASCII that follows ISO standards and covers almost all languages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this each character uses 2 bytes and this allows 65534 different combinations of characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when u select UNICODE CHECK ACTIVE, syntax check is done pertinent to Unicode format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 09:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-report-attributes/m-p/3548818#M853772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-28T09:32:33Z</dc:date>
    </item>
  </channel>
</rss>

