<?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: How to find hardcoded in ABAP programs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235807#M1210067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally in Abap program hardcoded strings are declared in single quotes '         . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 write : 'Report heading'. " search for  '   in the entire program.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press FIND button in menu bar and type single quote  '  . and select radio button ' IN MAIN PROGRAM ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2009 05:00:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-16T05:00:46Z</dc:date>
    <item>
      <title>How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235801#M1210061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please tell me how to find hardcoded in ABAP programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 04:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235801#M1210061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T04:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235802#M1210062</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 can find hardcoded string in different programs using the standard program RPR_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 04:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235802#M1210062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T04:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235803#M1210063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;           When you define the program explicitly without using any variables the program is said to be hardcoded.It can not be considered as generalised program.To be specific it will be working for only the values you have specified.I So, for this reason hardcoding is avoided as generalization is better than specification.Hope your qery resolves by this.&lt;/P&gt;&lt;P&gt;Have a nice day ahead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 04:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235803#M1210063</guid>
      <dc:creator>gaursri</dc:creator>
      <dc:date>2009-02-16T04:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235804#M1210064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Check if there are any text symbols maintained for that report. To see the text elements go to --&amp;gt; text elements --&amp;gt; Text Symbols. All the hard coded texts would be either stored as text symbols for translation purposes or they would be between the quotes. &lt;/P&gt;&lt;P&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;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 04:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235804#M1210064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T04:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235805#M1210065</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;you can use this program &lt;STRONG&gt;RPR_ABAP_SOURCE_SCAN&lt;/STRONG&gt; or this&lt;/P&gt;&lt;P&gt;transaction &lt;STRONG&gt;EWK1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 04:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235805#M1210065</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2009-02-16T04:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235806#M1210066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SCAN ABAP-SOURCE wt_read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          KEYWORDS FROM KEYWORDS&lt;/P&gt;&lt;P&gt;          TOKENS INTO TOKEN&lt;/P&gt;&lt;P&gt;          STATEMENTS INTO STATEMENTS&lt;/P&gt;&lt;P&gt;          LEVELS INTO LEVEL&lt;/P&gt;&lt;P&gt;          OVERFLOW INTO OVERFLOW&lt;/P&gt;&lt;P&gt;          WITH ANALYSIS&lt;/P&gt;&lt;P&gt;          WITH INCLUDES&lt;/P&gt;&lt;P&gt;           FRAME PROGRAM FROM&lt;/P&gt;&lt;P&gt;          FRAMEPROGRAM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 04:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235806#M1210066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T04:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235807#M1210067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally in Abap program hardcoded strings are declared in single quotes '         . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex : &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 write : 'Report heading'. " search for  '   in the entire program.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;press FIND button in menu bar and type single quote  '  . and select radio button ' IN MAIN PROGRAM ' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 05:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235807#M1210067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T05:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find hardcoded in ABAP programs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235808#M1210068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAM,&lt;/P&gt;&lt;P&gt;To find the hard coded string in ABAP, please try out the following programs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RS_DETERMINE_OBJECT_SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RPR_ABAP_SOURCE_SCAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the Function Module: &lt;STRONG&gt;SCWB_GET_ABAP_CODE_OF_OBJECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a bash at those ones, hope you'll get the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks: Zahack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2009 05:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-hardcoded-in-abap-programs/m-p/5235808#M1210068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-16T05:09:06Z</dc:date>
    </item>
  </channel>
</rss>

