<?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 calling another method  from current method in badis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775987#M1307416</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;               I did an implementation for a method in badi say for material_check method.So just for  my  confirmation, what i did is i called another method from the cureent method(implemented).its displaying an error message with 'zxyz(called method) is unknown or protected or private'.so how can i achieve this??? and also how can i check weather the method is a public/private/protected in se18.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 10:25:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-17T10:25:52Z</dc:date>
    <item>
      <title>calling another method  from current method in badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775987#M1307416</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;               I did an implementation for a method in badi say for material_check method.So just for  my  confirmation, what i did is i called another method from the cureent method(implemented).its displaying an error message with 'zxyz(called method) is unknown or protected or private'.so how can i achieve this??? and also how can i check weather the method is a public/private/protected in se18.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 10:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775987#M1307416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T10:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: calling another method  from current method in badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775988#M1307417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the interface in the BAdI definition you would be able to call the methods of the BAdI implementation. These methods are generally 'Public' methods.&lt;/P&gt;&lt;P&gt;Incase you would like to call some other method out of the BAdI definition interface, this would result you in error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check the methods of the BAdI interface, check for interface in the BAdI in SE18. If you would like to check the methods type then check the BAdI implementation class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 10:35:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775988#M1307417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: calling another method  from current method in badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775989#M1307418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for such a valuable info.what iam trying to achieve is-&lt;/P&gt;&lt;P&gt;i have created a zimplementation for method material_check and did some coding stuff in zimplementation.so finall i used call method me-&amp;gt;zimplementation1(which is also implemented).but its not triggering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 10:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775989#M1307418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T10:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: calling another method  from current method in badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775990#M1307419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 10:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775990#M1307419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T10:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: calling another method  from current method in badis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775991#M1307420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the right way to access a different method from another method in the same BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 20:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-another-method-from-current-method-in-badis/m-p/5775991#M1307420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T20:16:00Z</dc:date>
    </item>
  </channel>
</rss>

