<?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: BAdI system table name? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360481#M179060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anandaraja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this table &amp;lt;b&amp;gt;SXS_INTER&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;This table contains BADI and it's corresponding Interface names.&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 May 2006 04:42:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-11T04:42:34Z</dc:date>
    <item>
      <title>BAdI system table name?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360477#M179056</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;Does anyone know the System Table where BAdI's are stored?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean, I want to write a Function Module which accepts&lt;/P&gt;&lt;P&gt;an internal table of BAdI Definition names (SE18) and the&lt;/P&gt;&lt;P&gt;Function Module returns an internal table of interfaces&lt;/P&gt;&lt;P&gt;used by the BAdi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Help.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 03:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360477#M179056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T03:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI system table name?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360478#M179057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The BAdI database tables are &lt;/P&gt;&lt;P&gt;SXS_INTER --&amp;gt;Exit: Definition side: Interfaces&lt;/P&gt;&lt;P&gt;SXC_EXIT  --&amp;gt;Exit: Implementation side: Assignment: Exit - Implementation&lt;/P&gt;&lt;P&gt;SXC_CLASS --&amp;gt;Exit, implementation side: Class assignment (multiple)&lt;/P&gt;&lt;P&gt;SXC_ATTR  --&amp;gt;Exit: Implementation side: Attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These tables are always accessed by the views V_EXT_IMP and V_EXT_ACT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Please mark helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey Anand, i remember abt that jco doc.. just have misplaced it.. will find it n shall mail u..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Tanveer Shaikh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 03:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360478#M179057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T03:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI system table name?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360479#M179058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anandaraja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this table &amp;lt;b&amp;gt;SXS_ATTR&amp;lt;/b&amp;gt; for field &amp;lt;b&amp;gt;EXIT_NAME&amp;lt;/b&amp;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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 03:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360479#M179058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T03:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI system table name?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360480#M179059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table SXS_ATTR does not list the name of the interface of the BAdI!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 04:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360480#M179059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T04:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI system table name?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360481#M179060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anandaraja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this table &amp;lt;b&amp;gt;SXS_INTER&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;This table contains BADI and it's corresponding Interface names.&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 04:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-system-table-name/m-p/1360481#M179060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T04:42:34Z</dc:date>
    </item>
  </channel>
</rss>

