<?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 Regarding Custom message type configured for triggering change pointers in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120123#M984996</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;A new message type has been created with reference to Standard message type and change pointers has been created and configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a chaaracteristic is being created or changed both customizing message type as well as standard message type are getting triggered,change pointers are created for both BDCP and BDCPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of field TABKEY in table BDCP is getting updated for standard CHRMAS message type with correct characterstic values where as for customizing message type the value for TABKEY is not correct which is comming as internal numberic value where as for standard messag type its created with correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the configuration is done correctly.Would request any one to help me if they have faced any situation like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2008 04:35:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-27T04:35:43Z</dc:date>
    <item>
      <title>Regarding Custom message type configured for triggering change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120123#M984996</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;A new message type has been created with reference to Standard message type and change pointers has been created and configured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a chaaracteristic is being created or changed both customizing message type as well as standard message type are getting triggered,change pointers are created for both BDCP and BDCPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value of field TABKEY in table BDCP is getting updated for standard CHRMAS message type with correct characterstic values where as for customizing message type the value for TABKEY is not correct which is comming as internal numberic value where as for standard messag type its created with correct values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the configuration is done correctly.Would request any one to help me if they have faced any situation like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 04:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120123#M984996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T04:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Custom message type configured for triggering change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120124#M984997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if the same characteristic is changed only one entry should exist in BDCP for that change with two corresponding entries in BDCPV. So tabkey can not be different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see two possible reasons:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) change pointers of one messagetype only are migrated to BDCP2 (unlikely . but you may check).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You have cahnged different characteristics - some tabkeys are longer than defined in BDCP. Theese long tabkeys are stored internally in a different way. You can retrieve the correct tabkey only by using FM CHANGE_POINTERS_READ (recomneded always).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regard,&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120124#M984997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Custom message type configured for triggering change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120125#M984998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to use the bdcpv table to get the change pointers like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT cpident tabname tabkey fldname cdobjcl cdobjid cdchgno&lt;/P&gt;&lt;P&gt;         cdchgid&lt;/P&gt;&lt;P&gt;   INTO TABLE i_bdcpv&lt;/P&gt;&lt;P&gt;    FROM bdcpv&lt;/P&gt;&lt;P&gt;        WHERE mestype = 'ZSDG' AND&lt;/P&gt;&lt;P&gt;              tabname = 'DMARC' AND&lt;/P&gt;&lt;P&gt;              cretime &amp;gt;= l_change_date AND&lt;/P&gt;&lt;P&gt;              cdchgid IN r_change_type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 11:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120125#M984998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Custom message type configured for triggering change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120126#M984999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&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;Actually BDCPV table is not being updated by custom message type. In order to get update of BDCPV table do we need to make any settings or configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120126#M984999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Custom message type configured for triggering change pointers</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120127#M985000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry the entries are getting created for both custom msg type and standard msg type, but the tab key values and table name are different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-custom-message-type-configured-for-triggering-change-pointers/m-p/4120127#M985000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:55:12Z</dc:date>
    </item>
  </channel>
</rss>

