<?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: Change BADI Interface in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656556#M880793</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Badi is standard exits from SAP and the parameters cannot be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=10943353&amp;amp;messageID=1773063" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=10943353&amp;amp;messageID=1773063&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2008 05:01:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-21T05:01:05Z</dc:date>
    <item>
      <title>Change BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656554#M880791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to change the import and export parameters of a standard SAP BADI?  What do I do if I have a BADI that is missing a required change/export field?  I don't have a specific example, just this question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 Apr 2008 23:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656554#M880791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-20T23:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656555#M880792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 parts to your question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part1&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;We have come across posts where a BADI is having more methods in an older SAP version and the ABAPer needs additional interfaces available in the newer versions in the older ones&lt;/P&gt;&lt;P&gt;for this we need to check if any OSS notes are available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part2&lt;/P&gt;&lt;P&gt;*******&lt;/P&gt;&lt;P&gt;You need an entirely new functionality(method) in an existing standard BADI&lt;/P&gt;&lt;P&gt;then these are the things you need to know&lt;/P&gt;&lt;P&gt;(a) Badi interface classes cannot be enhanced&lt;/P&gt;&lt;P&gt;(b) You need access keys to change an interface class wherin you can change the export/import parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*interface class -&amp;gt; in se18 -&amp;gt; interface tab of every badi  you have an interface name which contains the methods for that class which we eventually get as badi methods in implementations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can also create custom BADIs and call them in standard programs...but is not advisable to change standard ones(it may make a system unstable if not carefully done)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a BADI does not contain the particular field in it's signature  you need check for alternate solutions and only if it absalutely unavoidable should we modify a standard one...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope if was useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 04:40:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656555#M880792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T04:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656556#M880793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Badi is standard exits from SAP and the parameters cannot be changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=10943353&amp;amp;messageID=1773063" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=10943353&amp;amp;messageID=1773063&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 05:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656556#M880793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T05:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change BADI Interface</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656557#M880794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Standard BAdi Interface is based on a pre-defined Interface. In order to change the interface delivered by SAP proceed as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Execute &lt;STRONG&gt;SE24&lt;/STRONG&gt; and input the interface name in Object type input field say  &lt;STRONG&gt;IF_EX_ME_PROCESS_PO_CUST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2. Press the option &lt;STRONG&gt;Change&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. System will ask you for the access key for necessary modifications to SAP delivered object.&lt;/P&gt;&lt;P&gt;4. Consult your BASIS team and request for necessary access key.&lt;/P&gt;&lt;P&gt;5. Once obtained then input the access key and then change the interface according to your requirement.&lt;/P&gt;&lt;P&gt;6. Once changed with newly added parameters, activate the Interafce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: Be cautious not to delete the existing interface parameters as no of objects may get effected.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful. Reward accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Maddineni Bharath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2008 05:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-badi-interface/m-p/3656557#M880794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-21T05:34:56Z</dc:date>
    </item>
  </channel>
</rss>

