<?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 for BMBC Tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-bmbc-tcode/m-p/1849009#M359906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Available BADI's for BMBC Tcode is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) BIC_SELECTION&lt;/P&gt;&lt;P&gt;2) BIC_FOLLOW_UP_ACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of a BADI is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Tcode SE19:&lt;/P&gt;&lt;P&gt;give Implementation name as : ZBIC_SELECTION and press "F5" for Creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it asks BADI Definition name as "BIC_SELECTION" just you create .&lt;/P&gt;&lt;P&gt;and press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you give the BADI Implementation Description : XXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;save this Implementation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on the Interface tab and double click on the Implementation Class as "ZCL_IM_BIC_SELECTION".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have the Methods . double click on the Method it opens the Code window for that method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as looks like bellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;method IF_EX_BIC_SELECTION~DEFINE_SUBSCREEN.&lt;/P&gt;&lt;P&gt;Here you will write the coding part.&lt;/P&gt;&lt;P&gt;endmethod.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;save,check &amp;amp; activate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;come back and activate again.&lt;/P&gt;&lt;P&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;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2007 17:31:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-05T17:31:39Z</dc:date>
    <item>
      <title>BADI for BMBC Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-bmbc-tcode/m-p/1849008#M359905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I am working on BMBC tcode.I need to calculate AVAILABLE FROM DATE.&lt;/P&gt;&lt;P&gt;    1) SLED = Date of manufacture + Material life days.( SAP Standard calculation)&lt;/P&gt;&lt;P&gt;    2)Now user will select his desired SLED by drop down list.So,we have to  calculate Difference in days between SLED provided by SAP(STEP 1) and USER selected SLED.&lt;/P&gt;&lt;P&gt;    3)Finally we need to add that difference in days to Date of manufacture to get AVAILABLE FROM DATE.&lt;/P&gt;&lt;P&gt;     AVAILABLE FROM DATE = Date of manufacture + Difference in days(STEP2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i was asked to do this using a BADI.can u plz tell me is there any Exsisting BADI for my requirement.If i need to create new BADI how can i do that(coding).&lt;/P&gt;&lt;P&gt;Plz help me regarding this.&lt;/P&gt;&lt;P&gt;Thanking u all,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 15:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-bmbc-tcode/m-p/1849008#M359905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: BADI for BMBC Tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-bmbc-tcode/m-p/1849009#M359906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vineel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Available BADI's for BMBC Tcode is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) BIC_SELECTION&lt;/P&gt;&lt;P&gt;2) BIC_FOLLOW_UP_ACTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creation of a BADI is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Tcode SE19:&lt;/P&gt;&lt;P&gt;give Implementation name as : ZBIC_SELECTION and press "F5" for Creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it asks BADI Definition name as "BIC_SELECTION" just you create .&lt;/P&gt;&lt;P&gt;and press enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you give the BADI Implementation Description : XXXXXXXXXXXXXXXXXXXX&lt;/P&gt;&lt;P&gt;save this Implementation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on the Interface tab and double click on the Implementation Class as "ZCL_IM_BIC_SELECTION".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have the Methods . double click on the Method it opens the Code window for that method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as looks like bellow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;method IF_EX_BIC_SELECTION~DEFINE_SUBSCREEN.&lt;/P&gt;&lt;P&gt;Here you will write the coding part.&lt;/P&gt;&lt;P&gt;endmethod.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;save,check &amp;amp; activate &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;come back and activate again.&lt;/P&gt;&lt;P&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;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 17:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-bmbc-tcode/m-p/1849009#M359906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T17:31:39Z</dc:date>
    </item>
  </channel>
</rss>

