<?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 Using Code Inspector to search over SAP Packages in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-inspector-to-search-over-sap-packages/m-p/6418381#M1408916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a way to retrieve a message class number 127 "Initialization error" of message class C1 of a Package called CT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, usually with Code Inspector we can search over our client Packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how I'm gone use code inspector to retrieve the different instances of code where my message number 127 is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem that I'm getting this error when I call the BAPI_CHARACT_CHANGE located in the Function Group CTBP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I don't know why I'm getting this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me, if you have difficulty to understand what I wrote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please reply, if you really know how to solve the Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kais&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 22:11:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-09T22:11:02Z</dc:date>
    <item>
      <title>Using Code Inspector to search over SAP Packages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-inspector-to-search-over-sap-packages/m-p/6418381#M1408916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a way to retrieve a message class number 127 "Initialization error" of message class C1 of a Package called CT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, usually with Code Inspector we can search over our client Packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how I'm gone use code inspector to retrieve the different instances of code where my message number 127 is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Problem that I'm getting this error when I call the BAPI_CHARACT_CHANGE located in the Function Group CTBP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I don't know why I'm getting this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply me, if you have difficulty to understand what I wrote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please reply, if you really know how to solve the Problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kais&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 22:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-inspector-to-search-over-sap-packages/m-p/6418381#M1408916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T22:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using Code Inspector to search over SAP Packages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-inspector-to-search-over-sap-packages/m-p/6418382#M1408917</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 use program RS_ABAP_SOURCE_SCAN to scan sources for the message number. If you search for '127' in objects of package CT, you get a match: Include LCTMVF32, line 39.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 22:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-inspector-to-search-over-sap-packages/m-p/6418382#M1408917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T22:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using Code Inspector to search over SAP Packages</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-inspector-to-search-over-sap-packages/m-p/6418383#M1408918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try RS_ABAP_SOURCE_SCAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check the where use list of BAPI_CHARACT_CHANGE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 23:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-code-inspector-to-search-over-sap-packages/m-p/6418383#M1408918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-09T23:19:25Z</dc:date>
    </item>
  </channel>
</rss>

