<?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 hardcoded in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099293#M735371</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;what are the 3 ways of avoiding hard coded text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 declaring in constant &lt;/P&gt;&lt;P&gt;2 second is to use text element &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the third way and how to use it .  &lt;/P&gt;&lt;P&gt;i heard that we can use table TVARV check table but how do we use it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2007 12:37:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-26T12:37:51Z</dc:date>
    <item>
      <title>hardcoded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099293#M735371</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;what are the 3 ways of avoiding hard coded text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 declaring in constant &lt;/P&gt;&lt;P&gt;2 second is to use text element &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the third way and how to use it .  &lt;/P&gt;&lt;P&gt;i heard that we can use table TVARV check table but how do we use it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 12:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099293#M735371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T12:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: hardcoded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099294#M735372</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;This table containes the variables in selection criteria.&lt;/P&gt;&lt;P&gt;Whenever u create select-options in a selection screen,&lt;/P&gt;&lt;P&gt;an entry is made in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TVARV is the variant table and used to store the variants of a report.You do not need to create a new variant or keep changing an existing variant each time a value changes. Instead, you can change the relevant values in table TVARV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its an obsolette table in ECC 5.0 and the correct one will be TVARVC table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We used to store the fiscal period variants in this table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 12:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099294#M735372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T12:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: hardcoded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099295#M735373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you plzzz give example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 04:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099295#M735373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T04:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: hardcoded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099296#M735374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have a look into the SAP documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/erp2005_ehp_02/helpdata/en/80/be58397e9d2e06e10000000a114084/content.htm"&amp;gt;Specifying Selection Variables in the Program Variants&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 04:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099296#M735374</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-11-27T04:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: hardcoded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099297#M735375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have read but i don't quite understand can anyone plzzz give concrete example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you store and text in TVARV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 05:45:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099297#M735375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T05:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: hardcoded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099298#M735376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say i want to fetch the contact person name for a sales office, it will be very difficult to change it time to time if u use any of the methods.&lt;/P&gt;&lt;P&gt;instead what u do is make entries in TVARV having Sales office and corresponding contact person under a variable name.&lt;/P&gt;&lt;P&gt;in ur programs u need to fetch this variable corresponding to ur sales office  from this table before using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hope it makes clear&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 05:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099298#M735376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T05:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: hardcoded</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099299#M735377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 07:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hardcoded/m-p/3099299#M735377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-30T07:08:19Z</dc:date>
    </item>
  </channel>
</rss>

