<?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: text elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662254#M882131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it is not recommended to use hardcoded text.&lt;/P&gt;&lt;P&gt;It is not reusable and give syntax error during extended program check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2008 10:44:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-09T10:44:25Z</dc:date>
    <item>
      <title>text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662249#M882126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;within the program, if hot coded text used instead of text elements,   will it create any problem while version/system upgradation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662249#M882126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T10:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662250#M882127</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;Not really, but it might create.&lt;/P&gt;&lt;P&gt;while extended syntax check (TCODE SLIN) it gives syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662250#M882127</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2008-04-09T10:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662251#M882128</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;There is no problem but u should use always text element.&lt;/P&gt;&lt;P&gt;its performace problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662251#M882128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T10:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662252#M882129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is creating error in EPC and Code inspector too. But I want to know performance wise or any other reason  for  'hot coded text'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662252#M882129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T10:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662253#M882130</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;theres no problem if you hard code the text but its a better practice to use text-elements as text elements are language independent, if we want to run our program in any other language except in which it is created, the text element will automatically take the system language and convert the text in that respective language.&lt;/P&gt;&lt;P&gt;Otherwise i dont think there is an issue regarding system upgradation etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Mona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:41:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662253#M882130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T10:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: text elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662254#M882131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it is not recommended to use hardcoded text.&lt;/P&gt;&lt;P&gt;It is not reusable and give syntax error during extended program check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 10:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/3662254#M882131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T10:44:25Z</dc:date>
    </item>
  </channel>
</rss>

