<?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 indicator in change pointer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/6470024#M1417085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message type: HRMD_A, Idoc Type: HRMD_A07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We able to trigger the idoc by BD21 transaction and we are getting the changed values in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2010 14:57:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-05T14:57:13Z</dc:date>
    <item>
      <title>Change indicator in change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/6470022#M1417083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We implemented change pointers to create an idoc for all HR master data changes. We able to get the changed values in    &lt;/P&gt;&lt;P&gt;BDCP,BDCPS and also in the idoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But problem here is with change indicator (BDCP-CDCHGID). Even when i insert or delete a record (Ex: employee e-mail create or delete), I am getting this indicator as 'U'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to get this this indicator as 'I' for insert, 'D' for delete. But here what ever i do i am getting it as 'U'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me if anybody know the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 06:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/6470022#M1417083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T06:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change indicator in change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/6470023#M1417084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which message type have you used for triggering the IDOC.&lt;/P&gt;&lt;P&gt;Are you able to trigger the IDOC after making changes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 14:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/6470023#M1417084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change indicator in change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/6470024#M1417085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message type: HRMD_A, Idoc Type: HRMD_A07&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We able to trigger the idoc by BD21 transaction and we are getting the changed values in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 14:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/6470024#M1417085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T14:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change indicator in change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/13610322#M2026619</link>
      <description>&lt;P&gt;Hi, have a look into FM RH_INFTY_CHANGE_PROT_HRMD, there you can see that&amp;nbsp;&lt;!--  StartFragment   --&gt;&lt;SPAN&gt;cdchgid&lt;/SPAN&gt;&amp;nbsp;is set to 'U' from a global variable $UPD_MODE, which has a default value 'U' set in its declaration (and also coming from VALUE(MODE) LIKE&amp;nbsp; HRDBTAB-OPERA DEFAULT 'U' set as default in FM RH_OBJECT_IDOCSEG_CREATE (just to be very sure it becomes 'U' no matter what). I think it is an error.&lt;/P&gt;&lt;P&gt;Whereas in include&amp;nbsp;UP50RU01&lt;SPAN&gt;&amp;nbsp;psoper&lt;SPAN class=""&gt;-&lt;/SPAN&gt;opera&lt;/SPAN&gt;&amp;nbsp;is still ok (in my case it is 'I'). Nobody seems to have raised an OSS since 2010 when this issue was known.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 16:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-indicator-in-change-pointer/m-p/13610322#M2026619</guid>
      <dc:creator>cimerman83</dc:creator>
      <dc:date>2024-02-19T16:04:36Z</dc:date>
    </item>
  </channel>
</rss>

