<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629554#M1090330</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;just quick note. This trick does not work in ABAP objects. hence it is not possible to use it in BADI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2008 03:59:30 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2008-10-13T03:59:30Z</dc:date>
    <item>
      <title>BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629547#M1090323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; How do I transfer the contents of an internal table to a badi ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629547#M1090323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T03:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629548#M1090324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This question does not make any sense. Which BADI are you talking about? You can easily check BADI interface in the transaction SE18.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629548#M1090324</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2008-10-13T03:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629549#M1090325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is  an internal table outside . How do i define a badi so that i can transfer the contents of the internal table to the badi ? i hope thw question is clear .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629549#M1090325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T03:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629550#M1090326</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; The BADI's have methods.. and the methods have export import parameters.... similar to function module.... check the BADI you require... This similar to your coding in user exits....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you mean by 'define a BADI' .. are you creating a BADI? There are standard BADI's where you can add your code... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Madan Kochana on Oct 13, 2008 9:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629550#M1090326</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-10-13T03:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629551#M1090327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you want to define your own BADI. The BADIs are implemented by classes. Hence you need to follow same approach as in developing classes. You can define your own table type in SE11 and then add changing variable of this type to a method of your BADI. For example go to the transaction SE18 and enter BADI BADI_SD_SALES. Just double click on the method SAVE_DOCUMENT_PREPARE and you will see the import parameter FYVBEP with type VA_VBEPVB_T. Just double click on the this type and you will see that it is table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629551#M1090327</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2008-10-13T03:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629552#M1090328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u pls help me with the BADI name? A BADI has various methods and interfaces, according to which method u choose to use u can check its import, changing &amp;amp; export parameters and code accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls note that in BADI all coding wud be using OOPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629552#M1090328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T03:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629553#M1090329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sweta,&lt;/P&gt;&lt;P&gt;If you really want to access the internal table in your BAdI then what you need to do is first check the Stack in the debugging mode whether you program exist or not while BAdI is being executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What u need to do is first put a break point in BAdI. and once the break point stops then Check&lt;/P&gt;&lt;P&gt;(&amp;lt;XXXX&amp;gt;)&amp;lt;Itab&amp;gt;.&lt;/P&gt;&lt;P&gt;Wherer &amp;lt;XXXXX&amp;gt; is the Program name where the Internal table is defined.&lt;/P&gt;&lt;P&gt;&amp;lt;Itab&amp;gt; is the Internal table name. if the scope is there then you can use otherwise you cannot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629553#M1090329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-13T03:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629554#M1090330</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;just quick note. This trick does not work in ABAP objects. hence it is not possible to use it in BADI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2008 03:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/4629554#M1090330</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2008-10-13T03:59:30Z</dc:date>
    </item>
  </channel>
</rss>

