<?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: User paramater SCL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117088#M1363212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter-id SCL contains the editor settings for sourcecode            &lt;/P&gt;&lt;P&gt;conversion.                                                                 &lt;/P&gt;&lt;P&gt;The possible values of this parameter are:                                  &lt;/P&gt;&lt;P&gt;SCL = G     - keywords upper case                                           &lt;/P&gt;&lt;P&gt;    = L     - keywords lower case                                           &lt;/P&gt;&lt;P&gt;    = X     - all upper case                                                &lt;/P&gt;&lt;P&gt;    = space - all lower case                                                                                &lt;/P&gt;&lt;P&gt;The parameter-id is set by the ABAP workbench. You reach this settings      &lt;/P&gt;&lt;P&gt;about the following menue path.                                                                                &lt;/P&gt;&lt;P&gt;SE38 -&amp;gt; Utilities -&amp;gt; Settings                                               &lt;/P&gt;&lt;P&gt;    Tabstrip 'Editor' -&amp;gt; Tabstrip 'Pretty Printer'                          &lt;/P&gt;&lt;P&gt;      -  Lowercase                                                          &lt;/P&gt;&lt;P&gt;      -  Uppercase                                                          &lt;/P&gt;&lt;P&gt;      -  Keyword Uppercase                                                  &lt;/P&gt;&lt;P&gt;       - Keyword Lowercase                                                                                &lt;/P&gt;&lt;P&gt;But the workbench itself doesn't use this parameter-id SCL.                 &lt;/P&gt;&lt;P&gt;The workbench use the settings which are also stored in table RSEUMOD.                                                                                &lt;/P&gt;&lt;P&gt;The parameter-id SCL is only set for some applications, that use (or have used)           &lt;/P&gt;&lt;P&gt;this parameter for a long time (and I am not sure if it is still used in the actual release....).                                                                                &lt;/P&gt;&lt;P&gt;I hope, this information is of use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.rgds,&lt;/P&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 13:05:39 GMT</pubDate>
    <dc:creator>Bernhard_SAP</dc:creator>
    <dc:date>2009-09-15T13:05:39Z</dc:date>
    <item>
      <title>User paramater SCL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117087#M1363211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know what user parameter SCL (Upper and lower case in source code) means. What is working different if I have value X or if I have space, e.g in MM or FI functions? Is there any SAP help or old thread handling this topic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 12:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117087#M1363211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: User paramater SCL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117088#M1363212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameter-id SCL contains the editor settings for sourcecode            &lt;/P&gt;&lt;P&gt;conversion.                                                                 &lt;/P&gt;&lt;P&gt;The possible values of this parameter are:                                  &lt;/P&gt;&lt;P&gt;SCL = G     - keywords upper case                                           &lt;/P&gt;&lt;P&gt;    = L     - keywords lower case                                           &lt;/P&gt;&lt;P&gt;    = X     - all upper case                                                &lt;/P&gt;&lt;P&gt;    = space - all lower case                                                                                &lt;/P&gt;&lt;P&gt;The parameter-id is set by the ABAP workbench. You reach this settings      &lt;/P&gt;&lt;P&gt;about the following menue path.                                                                                &lt;/P&gt;&lt;P&gt;SE38 -&amp;gt; Utilities -&amp;gt; Settings                                               &lt;/P&gt;&lt;P&gt;    Tabstrip 'Editor' -&amp;gt; Tabstrip 'Pretty Printer'                          &lt;/P&gt;&lt;P&gt;      -  Lowercase                                                          &lt;/P&gt;&lt;P&gt;      -  Uppercase                                                          &lt;/P&gt;&lt;P&gt;      -  Keyword Uppercase                                                  &lt;/P&gt;&lt;P&gt;       - Keyword Lowercase                                                                                &lt;/P&gt;&lt;P&gt;But the workbench itself doesn't use this parameter-id SCL.                 &lt;/P&gt;&lt;P&gt;The workbench use the settings which are also stored in table RSEUMOD.                                                                                &lt;/P&gt;&lt;P&gt;The parameter-id SCL is only set for some applications, that use (or have used)           &lt;/P&gt;&lt;P&gt;this parameter for a long time (and I am not sure if it is still used in the actual release....).                                                                                &lt;/P&gt;&lt;P&gt;I hope, this information is of use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b.rgds,&lt;/P&gt;&lt;P&gt;Bernhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 13:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117088#M1363212</guid>
      <dc:creator>Bernhard_SAP</dc:creator>
      <dc:date>2009-09-15T13:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: User paramater SCL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117089#M1363213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All Parameter details are stored in the table &lt;STRONG&gt;TPARA&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dipanjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 18:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117089#M1363213</guid>
      <dc:creator>sdipanjan</dc:creator>
      <dc:date>2009-09-15T18:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: User paramater SCL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117090#M1363214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bernhard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer explains all enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br. Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-paramater-scl/m-p/6117090#M1363214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-16T05:00:00Z</dc:date>
    </item>
  </channel>
</rss>

