<?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 BADI Implementation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677259#M1099962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello People,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to call a BADI through my program. All my BADI definitions and implementations are active. I have defined the intrface and methods also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am executing my program, I am getting a null reference run time error. It is because &lt;/P&gt;&lt;P&gt; CALL METHOD cl_exithandler=&amp;gt;get_class_name_by_interface&lt;/P&gt;&lt;P&gt;is not returning instance. I am passing the BADI name as an importing parameter to this method (through exit_name) but still I am not getting the instance of the adapter class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know the reason behind this issue or if they have faced similar issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2008 06:58:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-23T06:58:21Z</dc:date>
    <item>
      <title>BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677259#M1099962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello People,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to call a BADI through my program. All my BADI definitions and implementations are active. I have defined the intrface and methods also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I am executing my program, I am getting a null reference run time error. It is because &lt;/P&gt;&lt;P&gt; CALL METHOD cl_exithandler=&amp;gt;get_class_name_by_interface&lt;/P&gt;&lt;P&gt;is not returning instance. I am passing the BADI name as an importing parameter to this method (through exit_name) but still I am not getting the instance of the adapter class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know the reason behind this issue or if they have faced similar issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 06:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677259#M1099962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T06:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677260#M1099963</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;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;  call method cl_exithandler=&amp;gt;get_instance&lt;/P&gt;&lt;P&gt;            changing&lt;/P&gt;&lt;P&gt;              instance = badi_interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neenu Jose on Oct 23, 2008 9:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 07:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677260#M1099963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T07:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677261#M1099964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this code only. the "badi_interface" is returning "initial" which means instance is not pointing to any class or object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 07:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677261#M1099964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T07:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677262#M1099965</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;Have you declared the class and instance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Declaring the handler&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;class: cl_exithandler definition load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Interface Reference&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data: badi_interface type ref to ZIF_EX_BUSINESSADDIN.//Interface name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 07:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677262#M1099965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T07:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677263#M1099966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yupp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I am facing this issue :(:(&lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2008 07:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/4677263#M1099966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-23T07:15:45Z</dc:date>
    </item>
  </channel>
</rss>

