<?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: Kernel BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759917#M1304609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai shilpa ,&lt;/P&gt;&lt;P&gt;did u use filters for ur badi definition &lt;/P&gt;&lt;P&gt;if u used them just chek r u passing the values properly&lt;/P&gt;&lt;P&gt;else just use the statemet&lt;/P&gt;&lt;P&gt;get badi 'badi name'.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2009 08:08:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-29T08:08:06Z</dc:date>
    <item>
      <title>Kernel BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759914#M1304606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m trying to work on Kernel BADI's. I have created a custom enhancement Spot that has Custom BADI and Implementation.&lt;/P&gt;&lt;P&gt;when i try to instantiate it in my custom Z program using GET BADI &amp;amp; CALL BADI i get a error stating 'BADI_HDL' is not valid BADI handle (German Error message).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined the BADI_HDL type ref to &amp;lt;BADINAME&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on solution will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shilpa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 06:50:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759914#M1304606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T06:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759915#M1304607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai shilps,&lt;/P&gt;&lt;P&gt;did u define badi definition or implementation&lt;/P&gt;&lt;P&gt;u have to define the definition and using get and call badi u can call the definitions in ur code&lt;/P&gt;&lt;P&gt;jsut can attach the code whcih u have used to cal in ur program&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 07:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759915#M1304607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T07:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759916#M1304608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI,&lt;/P&gt;&lt;P&gt; I have defined the BADI definition and Implementation in Enhancement Spot (SE18) and is activated. Also, I have defined the method and activated it too. Problem lies in code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BADI_HDL TYPE REF TO ZBADI_TEST.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;  GET BADI BADI_HDL&lt;/P&gt;&lt;P&gt;    FILTERS&lt;/P&gt;&lt;P&gt;      ZFILTER = SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an error saying 'The data type reference using LIKE can be enhanced. Some of these enhancements could cause syntax error'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have tried the same procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;shilpa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 07:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759916#M1304608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T07:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759917#M1304609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai shilpa ,&lt;/P&gt;&lt;P&gt;did u use filters for ur badi definition &lt;/P&gt;&lt;P&gt;if u used them just chek r u passing the values properly&lt;/P&gt;&lt;P&gt;else just use the statemet&lt;/P&gt;&lt;P&gt;get badi 'badi name'.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;m.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 08:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/kernel-badi/m-p/5759917#M1304609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-29T08:08:06Z</dc:date>
    </item>
  </channel>
</rss>

