<?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: What is hard-code/ hardcoding? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636711#M875856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During preparation of Techical specification , the programmer has to keep some information about the HARDCODED fields and the reason for being it is hardcoded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helps the people who will change the code in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Note:&lt;/P&gt;&lt;P&gt;There should be no hard coded DATE manipulation in any program that is moved to the PRODUCTION environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Lakshmiraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2008 09:47:19 GMT</pubDate>
    <dc:creator>abapdeveloper20</dc:creator>
    <dc:date>2008-04-04T09:47:19Z</dc:date>
    <item>
      <title>What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636706#M875851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A very basic basic question.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it means:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) to hard code/ hardcoding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) read the hard code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May thanks,&lt;/P&gt;&lt;P&gt;Amanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 09:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636706#M875851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T09:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636707#M875852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anything coming between Quotes* '   ' * is termed as Hard Coding also using of numbers directly is also termed as hard coding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 09:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636707#M875852</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2008-04-04T09:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636708#M875853</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;Generally Hardcode means...assigning CONSTANT VALUES..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT * from MARA where MATNR EQ '00000000456'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.In Programming HARDCODING SHOULD BE AVOIDED.&lt;/P&gt;&lt;P&gt;2.Hardcode increases program dependency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;~&lt;SUB&gt;Lakshmiraj&lt;/SUB&gt;~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 09:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636708#M875853</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2008-04-04T09:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636709#M875854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Hardcoding means giving/assigning static value to variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg; WA_EKKO-LIFNR = '0000000121'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Called hardcoding During execution it will take the value of WA_EKKO-LIFNR  as 0000000121.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading the Hardcoded Value means to read the value during runtime foe some fetching purpuse.&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>Fri, 04 Apr 2008 09:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636709#M875854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636710#M875855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like LAKSHMIRAJ  said &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you want to change something you need a programmer ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 09:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636710#M875855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T09:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636711#M875856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And also,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During preparation of Techical specification , the programmer has to keep some information about the HARDCODED fields and the reason for being it is hardcoded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This helps the people who will change the code in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Note:&lt;/P&gt;&lt;P&gt;There should be no hard coded DATE manipulation in any program that is moved to the PRODUCTION environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Lakshmiraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 09:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636711#M875856</guid>
      <dc:creator>abapdeveloper20</dc:creator>
      <dc:date>2008-04-04T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636712#M875857</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;To hard code or hard coding (also, hard-code/hard-coding, hardcode/hardcoding) refers to the software development practice of embedding input or configuration data directly into the source code of a program or other executable object, or fixed formatting of the data, instead of obtaining that data from external sources or generating data or formatting in the program itself with the given input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a Windows program is programmed to assume it is always installed to C:\Program Files\Appname and someone tries to install it to a different drive for space or organization reasons, it may fail to install or run after installation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2008 09:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636712#M875857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-04T09:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is hard-code/ hardcoding?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636713#M875858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 18:49:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-hard-code-hardcoding/m-p/3636713#M875858</guid>
      <dc:creator>SergioFerrari</dc:creator>
      <dc:date>2014-09-29T18:49:42Z</dc:date>
    </item>
  </channel>
</rss>

