<?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: CDPOS initial values when CHNGIND = 'I'. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390135#M9593</link>
    <description>&lt;P&gt;You really need to share your code. Just the relevant parts please,&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 06:36:37 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2017-02-28T06:36:37Z</dc:date>
    <item>
      <title>CDPOS initial values when CHNGIND = 'I'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390134#M9592</link>
      <description>&lt;P&gt;Hello ABAPers, I'm trying to write a report showing the changes of a particular record.  I would like to show the initial values and all the subsequent changes.  The changes are pretty easy and obvious.  The initial record in CDPOS is recorded as FNAME = KEY and chngind = 'I'.  If I catch this prior to values being changed, then I can capture the original values.  Is there a function module that does this for me?&lt;/P&gt;&lt;P&gt;In the meantime I have tried to do a dynamic select using the TABNAME and the corresponding TABKEY by using "ASSIGN wa_ref-&amp;gt;* TO &amp;lt;wa&amp;gt;"....  Im getting a short dump when assigning the TABKEY value to &amp;lt;wa&amp;gt;.    UC_OBJECTS_NOT_CONVERTIBLE.  &lt;/P&gt;&lt;P&gt;Any way that works is fine with me...any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 23:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390134#M9592</guid>
      <dc:creator>former_member368225</dc:creator>
      <dc:date>2017-02-27T23:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS initial values when CHNGIND = 'I'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390135#M9593</link>
      <description>&lt;P&gt;You really need to share your code. Just the relevant parts please,&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 06:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390135#M9593</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2017-02-28T06:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS initial values when CHNGIND = 'I'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390136#M9594</link>
      <description>&lt;P&gt;AFAIK the Initial
records values 'I' are not saved in change document. IMHO you should process the
other way, first read current values from database, and then change documents to determine
previous values. Note that most of the time 'D' delete change document wont save data either, if a flag was not set in SCDO for the change object generation.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 06:48:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390136#M9594</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-02-28T06:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS initial values when CHNGIND = 'I'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390137#M9595</link>
      <description>&lt;P&gt;Matthew, I move the reference of a structure of the table in CDPOS to a field symbol &amp;lt;wa&amp;gt;.  I have verified that the structure is correct at this point.  &lt;/P&gt;&lt;P&gt;Then I simply move my it_cdpos-tabkey to &amp;lt;wa&amp;gt;.  This is where I get the UC_OJBECTS_NOT_CONVERTIBLE.&lt;/P&gt;&lt;P&gt;But, the short dump only occurs if the table is MARA ( So far in my testing ).&lt;/P&gt;&lt;P&gt;The follow tables work great: KNA1, KNB1, KNBK, KNVI, KNVP, KNVV, LFA1, LFB1, LFBK, LFM1, WYT3.  &lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;Jayden&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390137#M9595</guid>
      <dc:creator>former_member368225</dc:creator>
      <dc:date>2017-02-28T16:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS initial values when CHNGIND = 'I'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390138#M9596</link>
      <description>&lt;P&gt;Raymond, thanks for your response.  I'm trying to go forward by using ABAP.  See my pseudo code above.  Do you have any idea why I would only receive this error on the MARA table?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:05:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390138#M9596</guid>
      <dc:creator>former_member368225</dc:creator>
      <dc:date>2017-02-28T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: CDPOS initial values when CHNGIND = 'I'.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390139#M9597</link>
      <description>&lt;P&gt;Post your actual code or explain how you defined and assigned wa_ref and &amp;lt;wa&amp;gt;. &lt;BR /&gt;&lt;EM&gt;Hint:
 You could also use some FM like CHANGEDOCU_KEY_CHAR2ANY and 
CHANGEDOCU_KEY_ANY2CHAR to convert the TABKEY value from/to table 
structure fields.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 06:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cdpos-initial-values-when-chngind-i/m-p/390139#M9597</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-03-01T06:33:45Z</dc:date>
    </item>
  </channel>
</rss>

