<?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 reading deleted field values using change pointer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496465#M1557871</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;i am triggering DEBMAS06 using change pointer technique for XD01/02/05/06 transactions.&lt;/P&gt;&lt;P&gt;now when i delete data(make nulll values) in partner functions the generated IDOC is not showing the complete field itself.when i am deleting the field value and making it null the IDOC must send the fields with null values.but unable to trace out how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone let me know how to handle this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have extended DEBMAS06 with customer hierarchy data i.e. KNVH.i have written change pointers.now how can i populate these fields into my extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 06:47:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-17T06:47:54Z</dc:date>
    <item>
      <title>reading deleted field values using change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496465#M1557871</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;i am triggering DEBMAS06 using change pointer technique for XD01/02/05/06 transactions.&lt;/P&gt;&lt;P&gt;now when i delete data(make nulll values) in partner functions the generated IDOC is not showing the complete field itself.when i am deleting the field value and making it null the IDOC must send the fields with null values.but unable to trace out how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone let me know how to handle this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have extended DEBMAS06 with customer hierarchy data i.e. KNVH.i have written change pointers.now how can i populate these fields into my extension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 06:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496465#M1557871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-17T06:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: reading deleted field values using change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496466#M1557872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Moorthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This message function in the Idoc is populated as 005 then it should replace the entrire values while posting,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To populate KNVH extension you have to populate this only if you have KNVV data.. so you can either create enhance menti perfrom FILL_SEGMENT_E1KNVVM i(nf Function moduler MASTERIDOC_CREATE_DEBMAS) inclduer LVV01F01. or you can write the logic in BAdi CUSTOMER_ADD_DATA-&amp;gt;FILL_ALE_SEGMENTS_OWN_D or in user eixt EXIT_SAPLVV01_001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 11:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496466#M1557872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-17T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: reading deleted field values using change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496467#M1557873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks for the reply...&lt;/P&gt;&lt;P&gt;1) for KNVH extension in transaction VDH1N i created change pointers for this table so that i can trigger extension using DEBMAS06. i created change pointers in the &lt;STRONG&gt;perform save&lt;/STRONG&gt;.and KNVH values are reflected in CDHDR and CDPOS tables.now how to populate these values for change in hierarchial data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) when changing the values only the delta(changed fields) are sent inthe IDOC but i want to send complete record.do u know how can this be achieved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496467#M1557873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-17T13:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: reading deleted field values using change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496468#M1557874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello moorthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't send full data using change pointers.. to this you have write your won FM and assign this to message type in BD60. or you have to use reduced message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 14:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496468#M1557874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-17T14:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: reading deleted field values using change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496469#M1557875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message : It is not mandatory to put comments while closing old threads (unless it add some value).  This brings old questions to the top of current list. &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar on Sep 19, 2011 2:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 09:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496469#M1557875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-19T09:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: reading deleted field values using change pointer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496470#M1557876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure. will never close do that again....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apologize for that!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 07:24:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-deleted-field-values-using-change-pointer/m-p/7496470#M1557876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-20T07:24:47Z</dc:date>
    </item>
  </channel>
</rss>

