<?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: data transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482717#M1255113</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;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so u mean if one of the target system is down ( B, C and D ) there will be a log created in SM13 . what if the call is successful but the data is not updated in the target system because of some config problem.  is there any way i can store that call in system A and reprocess it again when the config issue is corrected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Apr 2009 09:23:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-12T09:23:18Z</dc:date>
    <item>
      <title>data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482714#M1255110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a requirement like this . i ma updating some 10 fileds in a transaction in system A using some FM. and i need to transfer these 10 fields to sys B , 6 fields to sys C and 3 fields to sys D and update some transactions respectively. the question here is if i use RFC FM developed in B,C and D systems and call them in A pipe FM the purpose is solved. but what will happen if one of the system or all of the systems are down ( B,C,and D ) when the RFC call happens. the data is lost . how do i avoid this problem. i do not want to execute the FM in system A again &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also lets say in one of the systems ( system B ) the transaction is not updated with the data bcoz of some problem ( let s say config is the problem). remaining systems are updated with the data. Now i have corrected the config in system B and want to send the data to system B only wiht out running the FM in sys A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically is there any way in SAP that i can store the RFC call data in a queue and have the option to send the data to the target system whenever needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 11:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482714#M1255110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T11:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482715#M1255111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do that process using file based interfaces or using custom database table....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Files: once you process the files, rename the file a processed and date...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZDb: have filed like flag and once processed mark the field to X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482715#M1255111</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-10T12:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482716#M1255112</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;Try an UPDATE TASK function call.&lt;/P&gt;&lt;P&gt;Create an update type function module for each system and do the RFC call in that module (if you have no restricted actions in those processings!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If errors occur when calling A, the dump should be stored in SM13 then you would able to retry your call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help to find the solution.&lt;/P&gt;&lt;P&gt;Issa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:57:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482716#M1255112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T12:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482717#M1255113</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;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so u mean if one of the target system is down ( B, C and D ) there will be a log created in SM13 . what if the call is successful but the data is not updated in the target system because of some config problem.  is there any way i can store that call in system A and reprocess it again when the config issue is corrected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2009 09:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-transfer/m-p/5482717#M1255113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-12T09:23:18Z</dc:date>
    </item>
  </channel>
</rss>

