<?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: BDCP_BEFORE_WRITE Change Pointers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417295#M1926306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks karthikeyan..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any enhancement point or exit to do this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2015 09:19:21 GMT</pubDate>
    <dc:creator>arpita_churi3</dc:creator>
    <dc:date>2015-12-09T09:19:21Z</dc:date>
    <item>
      <title>BDCP_BEFORE_WRITE Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417293#M1926304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;Dear All,&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;Currently in our system ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit; background: transparent;"&gt;change pointers are configured in such a way that when ever their is change&amp;nbsp; / removing / adding a new manager BDCP2 table is getting update with change pointer. Further,&amp;nbsp; that entry is getting picked by program RBDMIDOC program for IDOC generation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;New Requirement :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;Along with Manger they need pick the people sharing the same manager to be updated in change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;For this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;BADI : BDCP_BEFORE_WRITE is proposed for this requirement.&amp;nbsp; For this we are planning to add the people below the manager to the changing parameter : CHANGE_POINTERS. Can we do this or not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;if not so kindly please suggest me another option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #f8f8f8;"&gt;Arpita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 10:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417293#M1926304</guid>
      <dc:creator>arpita_churi3</dc:creator>
      <dc:date>2015-12-08T10:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDCP_BEFORE_WRITE Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417294#M1926305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Arpita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the sample implementation class CL_EXM_IM_BDCP_BEFORE_WRITE&amp;nbsp; given by SAP for the BADI &lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;BDCP_BEFORE_WRITE&lt;/SPAN&gt;. The BADI is to restrict the change pointers being written to BDCP2 table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the comments in the above mentioned class, you can delete the entry from &lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;CHANGE_POINTERS, but not add a new entry. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;Alternatively, you could save the manager id in a custom table and read that using a separate program &amp;amp; generate IDOC, sending the information of the people who shares the same manager.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;Karthikeyan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 11:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417294#M1926305</guid>
      <dc:creator>karthikeyan_p3</dc:creator>
      <dc:date>2015-12-08T11:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDCP_BEFORE_WRITE Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417295#M1926306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks karthikeyan..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any enhancement point or exit to do this?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 09:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417295#M1926306</guid>
      <dc:creator>arpita_churi3</dc:creator>
      <dc:date>2015-12-09T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDCP_BEFORE_WRITE Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417296#M1926307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could write that in the implementation of &lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;BDCP_BEFORE_WRITE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthikeyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 10:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-before-write-change-pointers/m-p/11417296#M1926307</guid>
      <dc:creator>karthikeyan_p3</dc:creator>
      <dc:date>2015-12-09T10:31:39Z</dc:date>
    </item>
  </channel>
</rss>

