<?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 SAP Source Code Search in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225606#M1524318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are starting an international implementation of SAP and I have a requirement to review all of our source code for the sales organization field (VKORG).  Many of our custom reports, forms, and function modules used this field and because the international plant will have a new sales org, the way we used it as a selection criteria is incorrect.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please reccommend a way to review the source code to find the occurrences of VKORG?  I have tried the Where-used, however, it only shows me the fields from the table I selected (i.e. all the VBAK-VKORG but none of the A005-VKORG).  Do I really need to use the where used feature on each table containing VKORG?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Aug 2010 13:07:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-06T13:07:39Z</dc:date>
    <item>
      <title>SAP Source Code Search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225606#M1524318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are starting an international implementation of SAP and I have a requirement to review all of our source code for the sales organization field (VKORG).  Many of our custom reports, forms, and function modules used this field and because the international plant will have a new sales org, the way we used it as a selection criteria is incorrect.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please reccommend a way to review the source code to find the occurrences of VKORG?  I have tried the Where-used, however, it only shows me the fields from the table I selected (i.e. all the VBAK-VKORG but none of the A005-VKORG).  Do I really need to use the where used feature on each table containing VKORG?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225606#M1524318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T13:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Source Code Search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225607#M1524319</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 may use trasaction CODE_SCANNER at a package level to find occurences of objects or strings.&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>Fri, 06 Aug 2010 13:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225607#M1524319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T13:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Source Code Search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225608#M1524320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou very much.  This has solved my problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225608#M1524320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Source Code Search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225609#M1524321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know the source-code search (SE38/Utilities/Find in source code) only works with 1 report. I've coded some extended version, around 1600 lines of listing. It will find textstrings in reports, dynpros, classes, fubas, modules and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main FORMS I've pasted: &lt;A href="http://paste.org/pastebin/view/21203" target="test_blank"&gt;http://paste.org/pastebin/view/21203&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u20AC: hell, I didnt realize there was a code-scanner onboard &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ingo Barschow on Aug 6, 2010 3:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225609#M1524321</guid>
      <dc:creator>ingo_barschow</dc:creator>
      <dc:date>2010-08-06T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Source Code Search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225610#M1524322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Open SE38&lt;/P&gt;&lt;P&gt;2. in menu bar, follow path Utilities &amp;gt; Find in Source Code&lt;/P&gt;&lt;P&gt;3. In the Pop Up Box, enter VKORG, in the field In Program , click on Multiple Selection Button, and enter Z* and click enter twice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will search VKORG in all your Z Codes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:45:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225610#M1524322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-06T13:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Source Code Search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225611#M1524323</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 need to write a program to get this field,suppose get all the codes from the progarms using read report statement, and search the field in it, if it is there then display in the list output , similarly we can get the name of the fms from tfdir.  Search in the SDN to get the sample codes for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat Appikonda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 13:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-source-code-search/m-p/7225611#M1524323</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2010-08-06T13:54:03Z</dc:date>
    </item>
  </channel>
</rss>

