<?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: problem in collecting Spool data into internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-collecting-spool-data-into-internal-table/m-p/6742140#M1458778</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 the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like i need to collect all the records from the spool to Internal table and&lt;/P&gt;&lt;P&gt;after that based on one field in the internal table i have to separate error records by deleting sucess records from that internal table(from spool),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that i have to loop the internal table and need to count the error records, after that download to excel and mail functionalities &lt;/P&gt;&lt;P&gt;required for that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Mar 2010 10:50:26 GMT</pubDate>
    <dc:creator>sarath_7</dc:creator>
    <dc:date>2010-03-11T10:50:26Z</dc:date>
    <item>
      <title>problem in collecting Spool data into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-collecting-spool-data-into-internal-table/m-p/6742138#M1458776</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;i need to download  spool request data into internal table, &lt;/P&gt;&lt;P&gt;after collecting i need to loop it and delete some records, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for this i am using  Fm  RSPO_RETURN_ABAP_SPOOLJOB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but getting some extra spaces and lines,unable to get right format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in this issue to prepare internal table like normal internal table with spool id. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Mar 2010 14:08:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-collecting-spool-data-into-internal-table/m-p/6742138#M1458776</guid>
      <dc:creator>sarath_7</dc:creator>
      <dc:date>2010-03-10T14:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem in collecting Spool data into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-collecting-spool-data-into-internal-table/m-p/6742139#M1458777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii Sarath...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly convert the spool data to an internal table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a function module which does the job ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through the following thread .////&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="921276"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 06:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-collecting-spool-data-into-internal-table/m-p/6742139#M1458777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-11T06:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem in collecting Spool data into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-collecting-spool-data-into-internal-table/m-p/6742140#M1458778</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 the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is like i need to collect all the records from the spool to Internal table and&lt;/P&gt;&lt;P&gt;after that based on one field in the internal table i have to separate error records by deleting sucess records from that internal table(from spool),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that i have to loop the internal table and need to count the error records, after that download to excel and mail functionalities &lt;/P&gt;&lt;P&gt;required for that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please help me in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 10:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-collecting-spool-data-into-internal-table/m-p/6742140#M1458778</guid>
      <dc:creator>sarath_7</dc:creator>
      <dc:date>2010-03-11T10:50:26Z</dc:date>
    </item>
  </channel>
</rss>

