<?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: Search within all SAP ABAP code for a variable. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183752#M1909052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use exclude value options provided in select option. PFA screenshot for your reference. &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/740567" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 09:38:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-06T09:38:25Z</dc:date>
    <item>
      <title>Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183744#M1909044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #363636; font-family: 'Open Sans', sans-serif; font-size: 14px;"&gt;I used a variable called - myvar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #363636; font-family: 'Open Sans', sans-serif; font-size: 14px;"&gt;I am uncertain where all i have used it during the ABAP development.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #363636; font-family: 'Open Sans', sans-serif; font-size: 14px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #363636; font-family: 'Open Sans', sans-serif; font-size: 14px;"&gt;How can i search all ABAP code ever written in SAP for this variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #363636; font-family: 'Open Sans', sans-serif; font-size: 14px;"&gt;In other words, how can i search SAP ABAP code for a variable, key word etc..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #363636; font-family: 'Open Sans', sans-serif; font-size: 14px;"&gt;like in Oracle we had all_source, dba_source views to search pl/sql code for any string is there something similar in SAP ABAP?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 09:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183744#M1909044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-05T09:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183745#M1909045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say variable in ABAP, either it can be local variable which is valid only inside the program/include.. Once u double click on the variable it will take you to the declaration part and you find wherever its been used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its a global variable(constant data dictionary field) by clicking on the "Where-used list" &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/740095" height="28" width="27" /&gt;&lt;/P&gt;&lt;P&gt;button in the toolbar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sabarinathan C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Jul 2015 11:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183745#M1909045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-05T11:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183746#M1909046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surman,&lt;/P&gt;&lt;P&gt;To run this &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: green;"&gt;CODE_SCANNER &lt;/SPAN&gt;,it will help you find a string from target object. Could be all reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Archer &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 01:51:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183746#M1909046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T01:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183747#M1909047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sakshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP has provided source code scanner program for that "&lt;STRONG&gt;RS_ABAP_SOURCE_SCAN&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SE38 and run given program and enter parameter for String searched for and program name if it is customized code than Z* and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/740298" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183747#M1909047</guid>
      <dc:creator>naresh_kabar</dc:creator>
      <dc:date>2015-07-06T03:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183748#M1909048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sakshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double clicking on the variable name will give you list of places where the variable is used. You can also make use of find option available to find the places of variable usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;~Athreya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 03:59:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183748#M1909048</guid>
      <dc:creator>former_member185613</dc:creator>
      <dc:date>2015-07-06T03:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183749#M1909049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I entered transaction code: CODE_SCANNER and it ran a report : AFX_CODE_SCANNER.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;It is indeed a great program.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;However, there is one question.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Under Search Criteria: Packages: I give Z*&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;This is to tell the program: search within all user developed programs which start with Z* or Y*.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;How do i search within SAP developed code? Code for which i need access key to modify&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183749#M1909049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T07:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183750#M1909050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a good program.&lt;/P&gt;&lt;P&gt;How do i find the a string in SAP supplied reports. That don't start with Z* or Y*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183750#M1909050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T08:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183751#M1909051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hi sakshi,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;You can exclude Z* or Y* by excluding pattern&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/740551" width="450" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/740562" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 09:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183751#M1909051</guid>
      <dc:creator>naresh_kabar</dc:creator>
      <dc:date>2015-07-06T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183752#M1909052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use exclude value options provided in select option. PFA screenshot for your reference. &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/740567" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 09:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183752#M1909052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T09:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Search within all SAP ABAP code for a variable.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183753#M1909053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend this one instead of CODE_SCANNER, it is more user friendly and supports Regular Expressions, which can be quite handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not search into TYPE POOLS though (but neither does CODE_SCANNER). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 11:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-within-all-sap-abap-code-for-a-variable/m-p/11183753#M1909053</guid>
      <dc:creator>dellagustin</dc:creator>
      <dc:date>2015-07-06T11:07:14Z</dc:date>
    </item>
  </channel>
</rss>

