<?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 Environment wide setting / parameter for ABAP program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/environment-wide-setting-parameter-for-abap-program/m-p/11910565#M1963131</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;We have a program distributed via Transport. The program currently requires input from the executing user to control where files are produced on the App Server / Network Drive, which really should be controlled centrally by the environment's BASIS team.&lt;/P&gt;
  &lt;P&gt;Where Path Validation exists (TCODE: FILE) within the environment (BASIS 730 or later), this does apply a restriction where files can be created (great!). However, this option is not available on an environment that runs BASIS 700.&lt;/P&gt;
  &lt;P&gt;Is there an option within SAP where an environment level parameter can be managed by the BASIS team which can be read within ABAP? This would thereby enable the BASIS team to manage this setting (lower risk) and not the user (higher risk).&lt;/P&gt;
  &lt;P&gt;Ideally, releasing new transports would not override this "environment setting", so updates can be easily pushed out across environments.&lt;/P&gt;
  &lt;P&gt;Have found the User Parameters capability, but this is at the user level rather than environment level. &lt;EM&gt;Should also note, trying to avoid creating a table to hold this setting, unless SAP doesn't have this environmental parameter capability.&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;BR /&gt;Jay &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 09:45:29 GMT</pubDate>
    <dc:creator>former_member602713</dc:creator>
    <dc:date>2019-05-08T09:45:29Z</dc:date>
    <item>
      <title>Environment wide setting / parameter for ABAP program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environment-wide-setting-parameter-for-abap-program/m-p/11910565#M1963131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;We have a program distributed via Transport. The program currently requires input from the executing user to control where files are produced on the App Server / Network Drive, which really should be controlled centrally by the environment's BASIS team.&lt;/P&gt;
  &lt;P&gt;Where Path Validation exists (TCODE: FILE) within the environment (BASIS 730 or later), this does apply a restriction where files can be created (great!). However, this option is not available on an environment that runs BASIS 700.&lt;/P&gt;
  &lt;P&gt;Is there an option within SAP where an environment level parameter can be managed by the BASIS team which can be read within ABAP? This would thereby enable the BASIS team to manage this setting (lower risk) and not the user (higher risk).&lt;/P&gt;
  &lt;P&gt;Ideally, releasing new transports would not override this "environment setting", so updates can be easily pushed out across environments.&lt;/P&gt;
  &lt;P&gt;Have found the User Parameters capability, but this is at the user level rather than environment level. &lt;EM&gt;Should also note, trying to avoid creating a table to hold this setting, unless SAP doesn't have this environmental parameter capability.&lt;/EM&gt;&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;BR /&gt;Jay &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 09:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environment-wide-setting-parameter-for-abap-program/m-p/11910565#M1963131</guid>
      <dc:creator>former_member602713</dc:creator>
      <dc:date>2019-05-08T09:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Environment wide setting / parameter for ABAP program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environment-wide-setting-parameter-for-abap-program/m-p/11910566#M1963132</link>
      <description>&lt;P&gt;You could look into table TVARVC (maintenance transaction STVARV).&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 11:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environment-wide-setting-parameter-for-abap-program/m-p/11910566#M1963132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-05-08T11:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Environment wide setting / parameter for ABAP program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/environment-wide-setting-parameter-for-abap-program/m-p/11910567#M1963133</link>
      <description>&lt;P&gt;Thanks Dirk, this option looks promising! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sapdatasheet.org/abap/tabl/tvarvc.html" target="test_blank"&gt;https://www.sapdatasheet.org/abap/tabl/tvarvc.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.erpgreat.com/abap/tvarv-and-tvarvc-table-in-sap.htm" target="test_blank"&gt;https://www.erpgreat.com/abap/tvarv-and-tvarvc-table-in-sap.htm&lt;/A&gt;
&lt;A href="https://wiki.scn.sap.com/wiki/display/ABAP/Creating+dynamic+variant+using+table+TVARV" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/ABAP/Creating+dynamic+variant+using+table+TVARV&lt;/A&gt;
&lt;A href="https://answers.sap.com/questions/3751586/about-tvarv-table.html" target="test_blank"&gt;https://answers.sap.com/questions/3751586/about-tvarv-table.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 11:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/environment-wide-setting-parameter-for-abap-program/m-p/11910567#M1963133</guid>
      <dc:creator>former_member602713</dc:creator>
      <dc:date>2019-05-08T11:44:32Z</dc:date>
    </item>
  </channel>
</rss>

