<?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 table - change id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468432#M1416834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After creating change document you will get one update function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'Z_xxxxx_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     OBJECTID                      =  C_CDOBJID_&lt;/P&gt;&lt;P&gt;     TCODE                         =  sy-tcode&lt;/P&gt;&lt;P&gt;     UTIME                         =  sy-uzeit&lt;/P&gt;&lt;P&gt;     UDATE                         =  sy-datum&lt;/P&gt;&lt;P&gt;     USERNAME                      =  sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    OBJECT_CHANGE_INDICATOR        = 'U'            &amp;lt;--- pass this variable according to your requirement&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PLANNED_OR_REAL_CHANGES       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NO_CHANGE_POINTERS            = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   UPD_ICDTXT_Zxxxxx         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    UPD_Zxxxxx               = 'U'&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;     ICDTXT_Zxxxx              = ICDTXT_Zxxxx&lt;/P&gt;&lt;P&gt;     Xxxxx               = Xxxxx&lt;/P&gt;&lt;P&gt;     Yxxxx                 = Yxxxx .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2010 14:17:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-12T14:17:57Z</dc:date>
    <item>
      <title>BDCP table - change id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468429#M1416831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are integrating SAP and a non SAP system using SAP PI. For this std IDOC is used(basic type) HRMD_A07 with message type HRMD_A using change pointers. The idoc is getting triggered but we are facing the following problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Whenever a record is added or deleted using pa30 transaction, BDCP table is recording it as "U" (update)&lt;/P&gt;&lt;P&gt;in change id column instead of "I" (insert) or "D"(delete).We want the table to record the correct information in change id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) When there are muliple actions on one infotype of an employee, the latest action is &lt;/P&gt;&lt;P&gt;gettting triggered in IDOC. For e.g for employee no. 1234 if i add 2 address in IT 6 and &lt;/P&gt;&lt;P&gt;then i delete one adress and then modify the remaining address; The idoc captures only &lt;/P&gt;&lt;P&gt;the last action (which is modification in the quoted example).&lt;/P&gt;&lt;P&gt;However we want the IDOC to record all the actions..(ie addition, deletion and then modification in case of the quoted example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help us&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 10:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468429#M1416831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T10:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDCP table - change id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468430#M1416832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintain  change document  item  for the message type in Tcode BD52. along with  field names . add one more item as 'KEY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give  your object name, ztable name and in field name give  as 'KEY'. you will get all the addition, deletion and modify updates.&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;krd prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 14:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468430#M1416832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T14:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDCP table - change id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468431#M1416833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Prasad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a possibility of getting the required indicator without any customisation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 05:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468431#M1416833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T05:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: BDCP table - change id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468432#M1416834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After creating change document you will get one update function module name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'Z_xxxxx_WRITE_DOCUMENT'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     OBJECTID                      =  C_CDOBJID_&lt;/P&gt;&lt;P&gt;     TCODE                         =  sy-tcode&lt;/P&gt;&lt;P&gt;     UTIME                         =  sy-uzeit&lt;/P&gt;&lt;P&gt;     UDATE                         =  sy-datum&lt;/P&gt;&lt;P&gt;     USERNAME                      =  sy-uname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PLANNED_CHANGE_NUMBER         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    OBJECT_CHANGE_INDICATOR        = 'U'            &amp;lt;--- pass this variable according to your requirement&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   PLANNED_OR_REAL_CHANGES       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   NO_CHANGE_POINTERS            = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   UPD_ICDTXT_Zxxxxx         = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    UPD_Zxxxxx               = 'U'&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;     ICDTXT_Zxxxx              = ICDTXT_Zxxxx&lt;/P&gt;&lt;P&gt;     Xxxxx               = Xxxxx&lt;/P&gt;&lt;P&gt;     Yxxxx                 = Yxxxx .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CHECK SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     COMMIT WORK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 14:17:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcp-table-change-id/m-p/6468432#M1416834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T14:17:57Z</dc:date>
    </item>
  </channel>
</rss>

