<?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 TVARV Table Variable Update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarv-table-variable-update/m-p/1203410#M131490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement to add a new variable to the TVARV Table&lt;/P&gt;&lt;P&gt;I am able to do it thru SM30.&lt;/P&gt;&lt;P&gt;This variable is used in a variant in a program that runs periodically.&lt;/P&gt;&lt;P&gt;the new variant shd be similar to 1001_CURR_MONTH_START_DATE &lt;/P&gt;&lt;P&gt;now the month and the year shd change based on the fiscal period we are in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option I have found is to write a program to update the TVARV table and run this program before running the actual FI program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are other variables that seem to be getting updated and I did not find any programs updating them,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there some other way that I can update the date in the variable other than the program approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Lalitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2006 18:53:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-20T18:53:08Z</dc:date>
    <item>
      <title>TVARV Table Variable Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarv-table-variable-update/m-p/1203410#M131490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement to add a new variable to the TVARV Table&lt;/P&gt;&lt;P&gt;I am able to do it thru SM30.&lt;/P&gt;&lt;P&gt;This variable is used in a variant in a program that runs periodically.&lt;/P&gt;&lt;P&gt;the new variant shd be similar to 1001_CURR_MONTH_START_DATE &lt;/P&gt;&lt;P&gt;now the month and the year shd change based on the fiscal period we are in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option I have found is to write a program to update the TVARV table and run this program before running the actual FI program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there are other variables that seem to be getting updated and I did not find any programs updating them,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there some other way that I can update the date in the variable other than the program approach&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Lalitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 18:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarv-table-variable-update/m-p/1203410#M131490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: TVARV Table Variable Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tvarv-table-variable-update/m-p/1203411#M131491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best option is through program update , but one thing you need to do is change the TVARV table technical settings. you need to switch off the buffer i.e. select buffering not allowed. Then write a FM or program to update the entry. &lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;update tvarv &lt;/P&gt;&lt;P&gt;set low = value " your value &lt;/P&gt;&lt;P&gt;where name = name " your variable name &lt;/P&gt;&lt;P&gt;and type = 'P' " or 'S' &lt;/P&gt;&lt;P&gt;and numb = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the same solution .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 19:47:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tvarv-table-variable-update/m-p/1203411#M131491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T19:47:28Z</dc:date>
    </item>
  </channel>
</rss>

