<?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 Doubt on exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603486#M270924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having below subroutine and need to find the program to which it belongs. Can anyone please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM USER_EXIT_010 TABLES AS_BKPF&lt;/P&gt;&lt;P&gt;                               AS_BSEG&lt;/P&gt;&lt;P&gt;                        USING  AS_MESTYP&lt;/P&gt;&lt;P&gt;                      CHANGING HAS_XNO_AUGBL&lt;/P&gt;&lt;P&gt;                               HAS_XSET_AUGBL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 10:28:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-13T10:28:44Z</dc:date>
    <item>
      <title>Doubt on exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603486#M270924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having below subroutine and need to find the program to which it belongs. Can anyone please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM USER_EXIT_010 TABLES AS_BKPF&lt;/P&gt;&lt;P&gt;                               AS_BSEG&lt;/P&gt;&lt;P&gt;                        USING  AS_MESTYP&lt;/P&gt;&lt;P&gt;                      CHANGING HAS_XNO_AUGBL&lt;/P&gt;&lt;P&gt;                               HAS_XSET_AUGBL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 10:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603486#M270924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T10:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603487#M270925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;double click on it. it will show u Form and endform. there u can fine the include and in include use where used list in tool bar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 10:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603487#M270925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T10:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603488#M270926</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;This form I am having in notepad..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 10:43:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603488#M270926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T10:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603489#M270927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; this could be long but ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to SE38 trx,enter one report (just one) for example "rsparam".&lt;/P&gt;&lt;P&gt;Then go to menu "Utilities -&amp;gt; find in source"&lt;/P&gt;&lt;P&gt;Here put the string about the call (the first line of the code is sufficient).&lt;/P&gt;&lt;P&gt;Here before start the search, specify the "Globally in program" option: click on the green arrow and put an '*' in the field (this means all programs in sap).&lt;/P&gt;&lt;P&gt;Run in background and cross the fingers &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it help.&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Pls reward if it helps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 14:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603489#M270927</guid>
      <dc:creator>andrea_galluccio2</dc:creator>
      <dc:date>2006-10-13T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603490#M270928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to use program &amp;lt;b&amp;gt;RPR_ABAP_SOURCE_SCAN&amp;lt;/b&amp;gt; to search the corresponding program(s).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 14:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-exit/m-p/1603490#M270928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T14:33:22Z</dc:date>
    </item>
  </channel>
</rss>

