<?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 Implementing BADI BDCP_BEFORE_WRITE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-badi-bdcp-before-write/m-p/7434566#M1550834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented BADI BDCP_BEFORE_WRITE for a message type /SAPSLL/CREMAS_SLL.&lt;/P&gt;&lt;P&gt;I have also added code to the method FILTER_BDCPV_BEFORE_WRITE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also placed a break point inside the implmented method. But at runtime I am unable to stop at the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At runtime I found that the class name associated to BADI at run time was found to be CL_EXM_IM_BDCP_BEFORE_WRITE(example class) and not ZCL_IM__BDCP_BEFORE_WRITE which I have used to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the update debugger is on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does the system not halt at the breakpoint inside the implemented method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jiten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Nov 2010 09:37:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-15T09:37:58Z</dc:date>
    <item>
      <title>Implementing BADI BDCP_BEFORE_WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-badi-bdcp-before-write/m-p/7434566#M1550834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented BADI BDCP_BEFORE_WRITE for a message type /SAPSLL/CREMAS_SLL.&lt;/P&gt;&lt;P&gt;I have also added code to the method FILTER_BDCPV_BEFORE_WRITE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also placed a break point inside the implmented method. But at runtime I am unable to stop at the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At runtime I found that the class name associated to BADI at run time was found to be CL_EXM_IM_BDCP_BEFORE_WRITE(example class) and not ZCL_IM__BDCP_BEFORE_WRITE which I have used to implement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the update debugger is on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why does the system not halt at the breakpoint inside the implemented method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jiten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-badi-bdcp-before-write/m-p/7434566#M1550834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-15T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing BADI BDCP_BEFORE_WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-badi-bdcp-before-write/m-p/7434567#M1550835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This BADI is a filter dependent type .It will get trigger for a particular Message type and it can have only oneimplementation active please check howmany are active in your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:27:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-badi-bdcp-before-write/m-p/7434567#M1550835</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2010-11-17T09:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing BADI BDCP_BEFORE_WRITE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-badi-bdcp-before-write/m-p/7434568#M1550836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. There is only one active BADI for a particular filter condition. Actually the change pointer was not activated for the required message type(which was also filter condition) and hence I was having the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After activating the change pointers I am now able to halt at the breakpoint in the required method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jiten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/implementing-badi-bdcp-before-write/m-p/7434568#M1550836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-17T09:55:18Z</dc:date>
    </item>
  </channel>
</rss>

