<?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: Environmentvariable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799466#M913752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ertas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps the following report can help you!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSPARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This report shows you the actual and default settings for the system variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2008 18:29:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-08T18:29:46Z</dc:date>
    <item>
      <title>Environmentvariable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799461#M913747</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;how can I craete and read out an Environmentvariable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ertas ilhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 12:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799461#M913747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T12:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Environmentvariable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799462#M913748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls explain what ur trying to do?&lt;/P&gt;&lt;P&gt;syst table Is this what u want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 12:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799462#M913748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T12:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Environmentvariable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799463#M913749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://java.sun.com/docs/books/tutorial/essential/environment/env.html" target="test_blank"&gt;http://java.sun.com/docs/books/tutorial/essential/environment/env.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://publib.boulder.ibm.com/iseries/v5r1/ic2924/info/rzahh/javadoc/com/ibm/as400/access/EnvironmentVariable.html" target="test_blank"&gt;http://publib.boulder.ibm.com/iseries/v5r1/ic2924/info/rzahh/javadoc/com/ibm/as400/access/EnvironmentVariable.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4199068" target="test_blank"&gt;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4199068&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 12:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799463#M913749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Environmentvariable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799464#M913750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ilhan Ertas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System variables have been predefined by SAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP system fields are active in all ABAP programs. They are filled by the runtime environment, and you can query their values in a program to find out particular states of the system. Although they are variables, you should not assign your own values to them, since this may overwrite information that is important for the normal running of the program. However, there are some isolated cases in which you may need to overwrite a system variable. For example, by assigning a new value to the field SY-LSIND, you can control navigation within details lists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we cant create the system variables. we can just use them. All the system variables are stored in table &lt;STRONG&gt;SYST.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb96c8882811d295a90000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 12:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799464#M913750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T12:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Environmentvariable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799465#M913751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello I mean a systemvaribale on R/3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;P&gt;ertas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 12:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799465#M913751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T12:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Environmentvariable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799466#M913752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ertas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps the following report can help you!?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSPARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This report shows you the actual and default settings for the system variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2008 18:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environmentvariable/m-p/3799466#M913752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-08T18:29:46Z</dc:date>
    </item>
  </channel>
</rss>

