<?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 MODIFICATION AND UPDATION IN DDIC DATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-and-updation-in-ddic-data/m-p/3695039#M889721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) I have &lt;STRONG&gt;flat file&lt;/STRONG&gt; on presentation server &lt;STRONG&gt;this file has to compare&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data in DDIC .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      After comparing these two files(flat file data &amp;amp; DDIC data),&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data in DDIC has to modify and update according to flat file .&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Apr 2008 09:19:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-11T09:19:41Z</dc:date>
    <item>
      <title>MODIFICATION AND UPDATION IN DDIC DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-and-updation-in-ddic-data/m-p/3695039#M889721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) I have &lt;STRONG&gt;flat file&lt;/STRONG&gt; on presentation server &lt;STRONG&gt;this file has to compare&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data in DDIC .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      After comparing these two files(flat file data &amp;amp; DDIC data),&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data in DDIC has to modify and update according to flat file .&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 09:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-and-updation-in-ddic-data/m-p/3695039#M889721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: MODIFICATION AND UPDATION IN DDIC DATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modification-and-updation-in-ddic-data/m-p/3695040#M889722</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;do one thing &lt;/P&gt;&lt;P&gt;upload that file into a n internal table and get the data from DDIC table into another internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose itab for DDIC and itab1 for uploaded data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that write this logic &lt;/P&gt;&lt;P&gt;it will compare the data in that 2tables and move it to itab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that by useing modfiy statment it will modify the DDIC table from that itab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;read table itab1 with key field1 = itab-field1.&lt;/P&gt;&lt;P&gt;if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;modify table DDIC from itab.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Apr 2008 09:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modification-and-updation-in-ddic-data/m-p/3695040#M889722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-11T09:24:16Z</dc:date>
    </item>
  </channel>
</rss>

