<?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: Change pointers for custom message type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928198#M60313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will like you to check below items:&lt;/P&gt;&lt;P&gt;1. Table fields which you are looking at , should have Change document Check box selected at Data element level.&lt;/P&gt;&lt;P&gt;2. You have mentioned these fields in BD52 against correct object and table name.&lt;/P&gt;&lt;P&gt;3. Look into CDHDR table for change documents corresponding to the change object.&lt;/P&gt;&lt;P&gt;4. Text fields can not create Change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2005 16:59:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-20T16:59:25Z</dc:date>
    <item>
      <title>Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928195#M60310</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 new project on ALE (and I don't know so much about it!). I have created a new message type with one segment. I activated the change pointer globally and specially for my two fields of table TVRO. I linked my message type to my function (which works). I also added my message type to the distribution model.&lt;/P&gt;&lt;P&gt;But when I change the value of the field (which is change enabled), nothing appears in table BDCP or BDCPV.&lt;/P&gt;&lt;P&gt;Could someone help?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 14:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928195#M60310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-20T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928196#M60311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to have change pointers, you need change documents (tables CDHDR, CDPOS).&lt;/P&gt;&lt;P&gt;Pointers are just pointing to the change documents, applications have to implement change doc creation explicit. &lt;/P&gt;&lt;P&gt;Have a look in table TCDOB to get object (first key of CDHDR) of your table (-fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you have change documents, something in customizing is missing, otherwise some programming is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 16:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928196#M60311</guid>
      <dc:creator>christian_wohlfahrt</dc:creator>
      <dc:date>2005-01-20T16:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928197#M60312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you change the value of the field? The application that maintain table TVRO probably is not providing a mechanism that update the change pointers since you are creating your own message type for this table. You probably need to look at using CONDAT for distribution of customizing data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 16:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928197#M60312</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2005-01-20T16:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928198#M60313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will like you to check below items:&lt;/P&gt;&lt;P&gt;1. Table fields which you are looking at , should have Change document Check box selected at Data element level.&lt;/P&gt;&lt;P&gt;2. You have mentioned these fields in BD52 against correct object and table name.&lt;/P&gt;&lt;P&gt;3. Look into CDHDR table for change documents corresponding to the change object.&lt;/P&gt;&lt;P&gt;4. Text fields can not create Change pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know what you find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 16:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928198#M60313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-20T16:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928199#M60314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thank for your answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian, The tables CDHDR and CDPOS do not have get any additionnal entry when I change something in table TVRO. Should we create change documents and how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nablan, what do you mean by using CONDAT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 17:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928199#M60314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-20T17:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928200#M60315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- points 1&amp;amp;2 are ok&lt;/P&gt;&lt;P&gt;- point 3: no entry is made in CDHDR&lt;/P&gt;&lt;P&gt;- point 4: How do I check that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 17:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928200#M60315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-20T17:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928201#M60316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TVRO looks like a customizing table(Maintainable thru IMG). CONDAT is used for distribution of customizing tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2005 17:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928201#M60316</guid>
      <dc:creator>nablan_umar</dc:creator>
      <dc:date>2005-01-20T17:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928202#M60317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Finally, I will do it without whange pointers, a stand alone program seems to be the best solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, we had some solutions that did come up during the night &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It seems that the change pointers are not activated when we directly change the concerned field of the table, but only through a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2005 11:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928202#M60317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-21T11:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change pointers for custom message type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928203#M60318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anne,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I have a requirement to enable change pointers for custom fields. I know how to activate globally(using BD61). In your query you have mentioned that you have activated specifically for 2 custom fields also. How to activate for specific custom fields? Please tell me the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhuvana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 12:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-pointers-for-custom-message-type/m-p/928203#M60318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T12:57:43Z</dc:date>
    </item>
  </channel>
</rss>

