<?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: RFC in background process. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418968#M1049617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export the internal table to INDX table and import it later. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXPORT int_tihdr FROM int_tihdr&lt;/P&gt;&lt;P&gt;             TO DATABASE indx(st)  FROM wa_indx ID wa_usrkey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Sep 2008 05:23:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-16T05:23:43Z</dc:date>
    <item>
      <title>RFC in background process.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418966#M1049615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I hve to process a RFC in background process.&lt;/P&gt;&lt;P&gt;For doing that firstlly i hve creted va rfc n it's wkg fine then using this syntax i called this rfc for background task&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL FUNCTION 'Y_DYNTABLE1_AJ' IN BACKGROUND TASK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DESTINATION 'rfc_bacground'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;buy whenever any error raise this rfc created a error log in sm58 n i can watch it in sm58 but whenever it's work fine then i'm unble to see there result in sp01, beco'z  it's nt creating any spool in sp01 n my result is in table form.&lt;/P&gt;&lt;P&gt;pls help me how to get my result&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 05:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418966#M1049615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T05:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: RFC in background process.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418967#M1049616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try to use write statement with in the function module in case success and see, whether it writes to spool&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;MD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 05:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418967#M1049616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T05:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: RFC in background process.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418968#M1049617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export the internal table to INDX table and import it later. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      EXPORT int_tihdr FROM int_tihdr&lt;/P&gt;&lt;P&gt;             TO DATABASE indx(st)  FROM wa_indx ID wa_usrkey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 05:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418968#M1049617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T05:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: RFC in background process.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418969#M1049618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madan ,&lt;/P&gt;&lt;P&gt;In case of success it doen't show a write statement messge in sp01, n pks suresh pls give a little more light on ur suggestion.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 05:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418969#M1049618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T05:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: RFC in background process.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418970#M1049619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this option you can EXPORT the whole internal table to INDX table and you can IMPORT the table for later usage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to demo programs DEMO_DATA_EXT_CLUSTER_EXPORT_D and DEMO_DATA_EXT_CLUSTER_DELETE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that you delete the the cluster after you import the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2008 05:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418970#M1049619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-16T05:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: RFC in background process.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418971#M1049620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 10:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc-in-background-process/m-p/4418971#M1049620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T10:57:55Z</dc:date>
    </item>
  </channel>
</rss>

