<?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: Difference between standard text and hard coding..?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954377#M1799070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in your code you have:&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Test' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it's a hardcoded message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have:&lt;/P&gt;&lt;P&gt;MESSAGE e001(ZMESSAGE_CLASS).&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;MESSAGE e001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it's not harcoded, it's using a message class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 16:36:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-09T16:36:17Z</dc:date>
    <item>
      <title>Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954368#M1799061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please tell me what is the difference between standard text and hard coding..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 14:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954368#M1799061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T14:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954369#M1799062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that you think about messages. If you write your messages directly in code then they are as they are so you can use your program only in one language. On the other hand, if you use message class to store your messages in table T100 then you can later add different languages for the same message id so you can basically translate the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954369#M1799062</guid>
      <dc:creator>vladimir_erakovic</dc:creator>
      <dc:date>2013-12-09T15:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954370#M1799063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a facility (for texts that are not messages but are from the interface standard texts) that can provide semi-automatic translation according to logon language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954370#M1799063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954371#M1799064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Bharath,&lt;/P&gt;&lt;P&gt;A standard text can have tranlation version (same standard text name but in different language) defined for it which will help in multi language environment. Where as hard coding wll remain the same (in the language which it is written) irrespective of the logon language you choose to work with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;~Athreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954371#M1799064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T15:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954372#M1799065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main advantage of standard text is reusable comparing hard coding the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ashok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954372#M1799065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T15:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954373#M1799066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thanks for your reply's..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how to find whether it is standard text or hard coding in scripts..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bharath.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 15:42:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954373#M1799066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T15:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954374#M1799067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Could you please tell me how to find whether it is standard text or hard coding in scripts..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Thanks,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Bharath.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0 -10px; font-size: 0.9em; color: #333333;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3467519" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-family: inherit; background-color: #f3f3f3; color: #3778c7;"&gt;Difference between standard text and hard coding..??&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954374#M1799067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T16:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954375#M1799068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could debug your program and set a breakpoint for 'message'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:09:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954375#M1799068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T16:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954376#M1799069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it but i don't know how to recognize it..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could please tell me any example..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954376#M1799069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954377#M1799070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If in your code you have:&lt;BR /&gt;&lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Test' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it's a hardcoded message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have:&lt;/P&gt;&lt;P&gt;MESSAGE e001(ZMESSAGE_CLASS).&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;MESSAGE e001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it's not harcoded, it's using a message class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954377#M1799070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T16:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954378#M1799071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;In Scripts for standard texts you can check syntax like below:&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;VBDKR-TDNAME&amp;amp; OBJECT VBBK ID Z001 LANGUAGE&amp;nbsp; &amp;amp;NAST-SPRAS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954378#M1799071</guid>
      <dc:creator>venkat_aileni</dc:creator>
      <dc:date>2013-12-09T16:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between standard text and hard coding..??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954379#M1799072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My 2 cents whether you have so10 standard text or coded directly in script both can be translated. Difference lies in lets say you have to reuse the text in more than one scripts so rather than maintainjng individually in each form you have can have text which can be reused and maintained easily at one point.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-standard-text-and-hard-coding/m-p/9954379#M1799072</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-09T16:57:55Z</dc:date>
    </item>
  </channel>
</rss>

