<?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 Implementation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114044#M106940</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;U can findout the BADI def. in SE18 by providing the dev.class/package (Just say F4 in Se18&lt;DEL&gt;&amp;gt;click on Information system&lt;/DEL&gt;&amp;gt;give the package--&amp;gt;Enter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find the Package for TCODE(System&lt;DEL&gt;&amp;gt;status&lt;/DEL&gt;&amp;gt;program name&lt;DEL&gt;&amp;gt;Se38&lt;/DEL&gt;&amp;gt;program name--&amp;gt;attributes). Hope u know this,but still.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans also u can find through SAP application wise in Se18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2005 10:18:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-28T10:18:02Z</dc:date>
    <item>
      <title>BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114040#M106936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt; In Transaction ME21N, there is a field 'OUR REFERENCE' in the Communication Tab. Now, we need to track the value entered and perform some ztable updation. I couldnt find a user-exit for the same but someone told me to implement a BADI ME_PROCESS_PO_CUST. I created a new BADI in SE19 and put the BADI name in the definition. i went inside one of the methods ( POST ) and tried putting the following code there.&lt;/P&gt;&lt;P&gt; if MEPOCOMM-UNSEZ is initial.&lt;/P&gt;&lt;P&gt; **************&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;but the code is giving syntax error saying the field MEPOCOMM-UNSEZ is unknown. so its not getting activated.  the field is the screen field name of the 'Our Reference' in ME21N. &lt;/P&gt;&lt;P&gt;is there something wrong with the interface?? is there somethng to be specified in Import Parameters or something?? I am new to BADIs. So please explain in a simple manner. Also, how to search for the BADI definition for a particular purpose in the first place?? I would like to know the procedure for how we go about finding the suitable BADI and then implementing it. I have already read the previous threads regarding BADIs.&lt;/P&gt;&lt;P&gt;All useful Inputs would be appropriately Acknowledged,&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 09:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114040#M106936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T09:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114041#M106937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bikash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1012777"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 10:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114041#M106937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T10:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114042#M106938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Import Parameters of the BADI need to be seen to varify if the field you want is there in the import parameters. BADI will have information about only the fields that are present in the import parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your field is not there then you will get syntax error, and this BADI will not be of any use to you in that case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 10:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114042#M106938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T10:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114043#M106939</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 erros says symply the data you're using doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method POST is two parameter, one is IM_HEADER, this parameter has several method to get and set header data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use these method to read and update the header data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should use the method GET_DATA of parameter IM_HEADER of method POST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you code should be like following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA HEADER TYPE MEPOHEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD IM_HEADER-&amp;gt;GET_DATA&lt;/P&gt;&lt;P&gt;              RETURNING RE_DATA = HEADER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF HEADER-UNSEZ.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 10:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114043#M106939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T10:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114044#M106940</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;U can findout the BADI def. in SE18 by providing the dev.class/package (Just say F4 in Se18&lt;DEL&gt;&amp;gt;click on Information system&lt;/DEL&gt;&amp;gt;give the package--&amp;gt;Enter).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to find the Package for TCODE(System&lt;DEL&gt;&amp;gt;status&lt;/DEL&gt;&amp;gt;program name&lt;DEL&gt;&amp;gt;Se38&lt;/DEL&gt;&amp;gt;program name--&amp;gt;attributes). Hope u know this,but still.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ans also u can find through SAP application wise in Se18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 10:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114044#M106940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T10:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114045#M106941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay, the thread mentions 'Best of SDN 2005 your suggestions'. some mistake.&lt;/P&gt;&lt;P&gt; Max, i implemented ur suggestion got rid of the syntax error. But the error message(within the if endif condition in the BADI) is not getting displayed even wen the program flows thru it( i checked in debugging mode). I think it has something to do with ACTIVATION of the exit. Please give some inputs regarding the same.&lt;/P&gt;&lt;P&gt;Also please mention important points to remember while implementing any BADIs. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 11:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114045#M106941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T11:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: BADI Implementation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114046#M106942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sorry for that..&lt;/P&gt;&lt;P&gt;check this ..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1012777"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;see the sap help..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm&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;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2005 11:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation/m-p/1114046#M106942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-28T11:18:33Z</dc:date>
    </item>
  </channel>
</rss>

