<?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: Spool numbers stored in which table? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781485#M336772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The spool numbers are stored in the table TSP01.&lt;/P&gt;&lt;P&gt;The field name for spool no in the table is RQIDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Dec 2006 09:22:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-13T09:22:43Z</dc:date>
    <item>
      <title>Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781483#M336770</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;Any idea where is spool numbers stored in sap table? Need to fetch based on job name........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781483#M336770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781484#M336771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TSP01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781484#M336771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781485#M336772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The spool numbers are stored in the table TSP01.&lt;/P&gt;&lt;P&gt;The field name for spool no in the table is RQIDENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781485#M336772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781486#M336773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check table TSP01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;based on job name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do like this tsp01-RQIDENT = TSPEVJOB-PJIDENT  "ur need &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  &lt;/P&gt;&lt;P&gt;query it on &amp;lt;b&amp;gt;TSPEVJOB-pjnumber&amp;lt;/b&amp;gt; is the link. this will be ur job number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table will be TSPEVJOB to look for and fetch the request from tsp01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        vijay k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781486#M336773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781487#M336774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with &lt;/P&gt;&lt;P&gt;    TSP01, TSP02, TSP03...TSP06&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781487#M336774</guid>
      <dc:creator>srinivas_akiri</dc:creator>
      <dc:date>2006-12-13T09:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781488#M336775</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 but I need it based on job name. If I input jobname I shud get the spool.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781488#M336775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781489#M336776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the fm:&lt;/P&gt;&lt;P&gt;BP_JOB_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the parameter-JOB_READ_JOBHEAD field-LISTIDENT  will have the spool number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can even check the table: TBTCP field LISTIDENT&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781489#M336776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781490#M336777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just chk with ur job number and spool request are present in this table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TSPEVJOB &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781490#M336777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spool numbers stored in which table?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781491#M336778</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;Use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LC_COVER is used as a title for spool. which can be used to get the spool id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Latest can be fetched by sorting the LIT_SPOOL_ID in desc order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT RQIDENT&lt;/P&gt;&lt;P&gt;         RQCRETIME&lt;/P&gt;&lt;P&gt;    INTO TABLE LIT_SPOOL_ID&lt;/P&gt;&lt;P&gt;    FROM TSP01&lt;/P&gt;&lt;P&gt;   WHERE RQTITLE = LC_COVER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Sort the table to pick up the latest spool number&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    SORT LIT_SPOOL_ID DESCENDING BY RQCRETIME.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Read the internal table to pass the latest spool id.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    READ TABLE LIT_SPOOL_ID INDEX 1 INTO WA_SPOOL_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 09:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/spool-numbers-stored-in-which-table/m-p/1781491#M336778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T09:36:14Z</dc:date>
    </item>
  </channel>
</rss>

