<?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 Badi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3626382#M873670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we access the screen data in MIGO while implementing an &lt;/P&gt;&lt;P&gt;enhancement using BADI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version used: SAP Enterprise (CIN)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 19:27:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T19:27:56Z</dc:date>
    <item>
      <title>Badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3626382#M873670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we access the screen data in MIGO while implementing an &lt;/P&gt;&lt;P&gt;enhancement using BADI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version used: SAP Enterprise (CIN)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 19:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3626382#M873670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T19:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3626383#M873671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proceed as follows to see the Custom exits available for MIGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Execute the TCode &lt;STRONG&gt;SMOD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; Place the cursor &lt;STRONG&gt;Enhancement&lt;/STRONG&gt; input field and enter &lt;STRONG&gt;MBCF0005&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; Select the option &lt;STRONG&gt;Components&lt;/STRONG&gt; and press &lt;STRONG&gt;Display&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt; You'll see two Function Module exits available&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5.&lt;/STRONG&gt; Now implement one of these exits using the TCode &lt;STRONG&gt;CMOD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are specific with BAdi then use the followiing two BAdi's and see.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(a)&lt;/STRONG&gt; &lt;STRONG&gt;MB_MIGO_BADI&lt;/STRONG&gt; and &lt;STRONG&gt;(b)&lt;/STRONG&gt; &lt;STRONG&gt;MB_MIGO_ITEM_BADI&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that this will help you out to achieve your requirement. 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>Tue, 15 Apr 2008 04:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3626383#M873671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T04:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3626384#M873672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;according to this BADI documentation, this BADI overwrites standard SAP &lt;/P&gt;&lt;P&gt;authority checks, &lt;/P&gt;&lt;P&gt;If I understand the documentation correctly, the proper way to implementthis &lt;/P&gt;&lt;P&gt;BADI is to create an implementation class that inherits from class &lt;/P&gt;&lt;P&gt;CL_HRPAD00AUTH_CHECK_STD, and just to redefine the specific methods thatyou &lt;/P&gt;&lt;P&gt;need to change (you should also call SUPER-&amp;gt;&amp;lt;method name&amp;gt; if you do notwant &lt;/P&gt;&lt;P&gt;to loose the original functionality). &lt;/P&gt;&lt;P&gt;When the implementation is empty, like you did, the returning field &lt;/P&gt;&lt;P&gt;IS_AUTHORIZED will always be SPACE, so the authority check will alwaysfail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 16:25:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/3626384#M873672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T16:25:53Z</dc:date>
    </item>
  </channel>
</rss>

