<?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: Asynchronous BAPI Call to Custom Transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223240#M137104</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debbie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Define the function module as RFC (Attribute-&amp;gt;Remote Enabled")&lt;/P&gt;&lt;P&gt;2.) Use the following syntax&lt;/P&gt;&lt;P&gt;CALL FUNCTION &amp;lt;Fn Name&amp;gt; &lt;/P&gt;&lt;P&gt;IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;AS SEPARATE UNIT&lt;/P&gt;&lt;P&gt;Importing.......&lt;/P&gt;&lt;P&gt;Exporting.......&lt;/P&gt;&lt;P&gt;3.) This is multi-threading and inside the Function Module you can SUBMIT a report which will have the WRITE STATEMENTs or COMMITs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this technique for various User Exits &amp;amp; Spl Functions in NACT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2006 04:09:05 GMT</pubDate>
    <dc:creator>bala_arunachalam3</dc:creator>
    <dc:date>2006-04-18T04:09:05Z</dc:date>
    <item>
      <title>Asynchronous BAPI Call to Custom Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223238#M137102</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;Would anyone know if it is possible to create an async BAPI to run a custom transaaction?  I would like to be able to start up a custom report by submitting into a batch queue after receiving a request.  This would be a generic BAPI where I can request for any custom report as long as the correct parameters are passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Apr 2006 22:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223238#M137102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-17T22:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous BAPI Call to Custom Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223239#M137103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debbie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are planning to call this BAPI (a Reports is embedded ) remotely, it will NOT be possible, as you cannot have write statements inside a remote RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain in detail, what are you trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 03:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223239#M137103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T03:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous BAPI Call to Custom Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223240#M137104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debbie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) Define the function module as RFC (Attribute-&amp;gt;Remote Enabled")&lt;/P&gt;&lt;P&gt;2.) Use the following syntax&lt;/P&gt;&lt;P&gt;CALL FUNCTION &amp;lt;Fn Name&amp;gt; &lt;/P&gt;&lt;P&gt;IN BACKGROUND TASK &lt;/P&gt;&lt;P&gt;AS SEPARATE UNIT&lt;/P&gt;&lt;P&gt;Importing.......&lt;/P&gt;&lt;P&gt;Exporting.......&lt;/P&gt;&lt;P&gt;3.) This is multi-threading and inside the Function Module you can SUBMIT a report which will have the WRITE STATEMENTs or COMMITs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this technique for various User Exits &amp;amp; Spl Functions in NACT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 04:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223240#M137104</guid>
      <dc:creator>bala_arunachalam3</dc:creator>
      <dc:date>2006-04-18T04:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous BAPI Call to Custom Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223241#M137105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be a custom BAPI which then calls a custom report.  I would like to be able to create a custom generic BAPI to pass the custom transaction code and relevant parameters.  Within the BAPI, I would do a call transaction to the custom report.   Would this be feasible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debbie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 17:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223241#M137105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T17:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous BAPI Call to Custom Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223242#M137106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI CHan,&lt;/P&gt;&lt;P&gt;   Your approach is almost correct except for the change that a report cannot be called using a call transaction.Instead you have to "submit" the report.&lt;/P&gt;&lt;P&gt;Use the submit report statement to do the same.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 18:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223242#M137106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T18:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Asynchronous BAPI Call to Custom Transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223243#M137107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.  I will try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you have a sample of using this technique?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debbie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 18:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/asynchronous-bapi-call-to-custom-transaction/m-p/1223243#M137107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T18:23:01Z</dc:date>
    </item>
  </channel>
</rss>

