<?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: Problem with Change Pointers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684817#M301593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you step through the customer update code, you will come to a call to function CUSTOMER_TEXTS_CP_CREATE which is called in update task.  One of the first things the function does is call REFMSGTYPE_GET_REDUCE_MSGTYPES.  This function selects a list of message types from TBDME (the table behind BD60) baed on reference message type DEBMAS.  This is how it works for MATMAS as well.  The option I provided in my previous post should work for you in this case as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Oct 2006 15:57:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-23T15:57:58Z</dc:date>
    <item>
      <title>Problem with Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684813#M301589</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;&lt;/P&gt;&lt;P&gt;I have a doubt regarding IDOCs. I don't want the change pointers to be written to BDCPS for the segments that I deselected in IDOC reduction (BD53). How can I do this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want the changes to Customer Sales Area Text to be transferred so I deselected the relevant segment using BD53. The IDoc does not process the change pointers on text from BDCPS. So the flag is not set to processed in BDCPS. This part is ok. The problem is that I don't want these changes to be written to BDCPS in the first place because the IDoc does not process these changes and the status is never set to processed. There are lot of unwanted entries in BDCPS which is increasing the IDoc processing time. Can anyone help me on how to avoid the change pointers from being written to BDCPS or point me to some maintenance program to delete these entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sckr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 15:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684813#M301589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684814#M301590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can maintain the list of fields captured as change pointers via BD52.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 15:20:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684814#M301590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T15:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684815#M301591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked BD52. The fields related to customer sales area texts is not entered against KNVV table. But the change pointers are still being written. Any other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;sckr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 15:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684815#M301591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684816#M301592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking into this for MATMAS a while back and found that it automatically captured sales text for materials, if the reference message type in BD60 was MATMAS.  You might find that DEBMAS works in a similar fashion.  Try using a custom message type, if you're not already, and change the reference message from DEBMAS to your custom message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 15:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684816#M301592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T15:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684817#M301593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you step through the customer update code, you will come to a call to function CUSTOMER_TEXTS_CP_CREATE which is called in update task.  One of the first things the function does is call REFMSGTYPE_GET_REDUCE_MSGTYPES.  This function selects a list of message types from TBDME (the table behind BD60) baed on reference message type DEBMAS.  This is how it works for MATMAS as well.  The option I provided in my previous post should work for you in this case as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 15:57:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684817#M301593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T15:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Change Pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684818#M301594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It Worked!! Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sckr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2006 16:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-change-pointers/m-p/1684818#M301594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-23T16:29:39Z</dc:date>
    </item>
  </channel>
</rss>

