<?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: difference in requests in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488787#M1420050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the tables&lt;/P&gt;&lt;P&gt;E071 , E070&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Boguda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2010 14:38:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-05T14:38:45Z</dc:date>
    <item>
      <title>difference in requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488785#M1420048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I delete record in table via maintance view. Create request and release it.&lt;/P&gt;&lt;P&gt;When i create deleted record in this table. Create request and release it.&lt;/P&gt;&lt;P&gt;Where i can see difference in requests? On first look both requests is equal. Same objects, same keys. But functionality - different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. sorry for my English&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 13:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488785#M1420048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: difference in requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488786#M1420049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think field E071-OBJFUNC is different for your requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.s. you have normal english, can be worse &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 14:18:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488786#M1420049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T14:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: difference in requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488787#M1420050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the tables&lt;/P&gt;&lt;P&gt;E071 , E070&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Satish Boguda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 14:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488787#M1420050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T14:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: difference in requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488788#M1420051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. Records in this tables is equal but AS4TIME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Objectfunc in both has value "K".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 14:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488788#M1420051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-05T14:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: difference in requests</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488789#M1420052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The database table E070, E071 and E071K only contain the id of the object (R3TR TABU &amp;lt;table name&amp;gt;) and the keys of the records, there won't be any difference between their records. the difference stay on the file stored on the application server during the release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This file will contain the data contained in the database table for the selected keys when the request was released, in a packed/cluster mode not readable by standard tools. (directory is DIR_TRANS subdirectory cofiles and data, more information in wiki [Copy Transport Requests to local file system|http://wiki.sdn.sap.com/wiki/display/Basis/Copy&lt;EM&gt;Transport&lt;/EM&gt;Requests&lt;EM&gt;to&lt;/EM&gt;local&lt;EM&gt;file&lt;/EM&gt;system])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that the keys may be generic (with "*") so the transport tool wont be able to store deletion/creation/update information at the release time in every case, and so it does never store it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the import time on target system system will read the current data in the target system and replace it with the data exported resolving update mode at this time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2010 14:58:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-in-requests/m-p/6488789#M1420052</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-01-05T14:58:31Z</dc:date>
    </item>
  </channel>
</rss>

