<?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 regarding call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942010#M388724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in call transaction how can i run backgroud processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       if errors occurs when i am uploading data by using call transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       where  i can found error records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2007 14:37:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-22T14:37:09Z</dc:date>
    <item>
      <title>regarding call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942010#M388724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in call transaction how can i run backgroud processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       if errors occurs when i am uploading data by using call transaction .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       where  i can found error records?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 14:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942010#M388724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942011#M388725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ur program has call transaction and at same time the various success and error messages are captured....we use write:/ to display these messages....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, when u schedule the program for background...all these message statements are written in a spool which can be viewed later for error messages...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 14:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942011#M388725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942012#M388726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the syntax -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL TRANSACTION '&amp;lt;tcode&amp;gt;' USING &amp;lt;table&amp;gt; MODE &amp;lt;Mode&amp;gt;                  MESSAGES INTO &amp;lt;table&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use A &amp;amp; N for fore ground and back ground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message will store errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 14:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942012#M388726</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-02-22T14:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942013#M388727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For error handling in call transaction method, have a look at below thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3032037"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 14:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942013#M388727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942014#M388728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use following sentence to call transaction Backg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'TCODE'  USING 'INTERNAL TABLE' MODE 'N' UPDATE 'A or S' Messages into 'INTERNAL TABLE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use Internal Table to capture the data. Then save that internal table to a Txt file and save it to Presentation server using LOGICAL Path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 14:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-call-transaction/m-p/1942014#M388728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T14:43:12Z</dc:date>
    </item>
  </channel>
</rss>

