<?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 Link between spool request &amp; abap program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690077#M888544</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;&lt;/P&gt;&lt;P&gt;I m looking for the link table between a spool request and the corresponding job and abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select all spool requests generated via een job via een abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some suggestions?&lt;/P&gt;&lt;P&gt;&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>Fri, 18 Apr 2008 08:56:10 GMT</pubDate>
    <dc:creator>adel_adel</dc:creator>
    <dc:date>2008-04-18T08:56:10Z</dc:date>
    <item>
      <title>Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690077#M888544</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;&lt;/P&gt;&lt;P&gt;I m looking for the link table between a spool request and the corresponding job and abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select all spool requests generated via een job via een abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some suggestions?&lt;/P&gt;&lt;P&gt;&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>Fri, 18 Apr 2008 08:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690077#M888544</guid>
      <dc:creator>adel_adel</dc:creator>
      <dc:date>2008-04-18T08:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690078#M888545</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;Spool request is a document for which a print function has been selected. However, it has not yet been output to a printer or another device. The output data for the print document is stored partly formatted in a data store until an output request is created, that is, until it is sent to a particular output device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The spool system uses a spool request to store the print data temporarily and to access it. The data is stored in a temporary format. You can also display the print document. The system automatically assigns a 10-digit ID number to a spool request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Spool requests can be viewed via tcode SP01, the number will be there, programatiically it is sometimes populated in the system field SY-SPONO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will take input parameters through the selection screen variants and process the code normally as foreground when we are writing the output to list it will generate the spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward Points if found helpfull..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690078#M888545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690079#M888546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i m looking foe the link (table name) between a spool request and the job or the corresponding abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i have a spool request number (transaction sp01) how i can i found the abap program name ? Via wich table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to build a program that the spool request of a certain abap program process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690079#M888546</guid>
      <dc:creator>adel_adel</dc:creator>
      <dc:date>2008-04-18T09:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690080#M888547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You can view your spools using transaction SP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TSP01 is the table&lt;/STRONG&gt; to get spool request number&lt;/P&gt;&lt;P&gt;and the spool request number will be TSP01-RQIDENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=10899248&amp;amp;messageID=4234127" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=10899248&amp;amp;messageID=4234127&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=10899248&amp;amp;messageID=4549731" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=10899248&amp;amp;messageID=4549731&lt;/A&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690080#M888547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T09:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690081#M888548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TBTCP

TBTCO&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:27:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690081#M888548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T09:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690082#M888549</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;&lt;/P&gt;&lt;P&gt;Spool requests are stored on table tsp01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is : how i can find the corresponding program name of a spool request ? with abap .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is why i m looking for the technical table name of the link table between request number and abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that my question is clear enough &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690082#M888549</guid>
      <dc:creator>adel_adel</dc:creator>
      <dc:date>2008-04-18T09:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690083#M888550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find answer in my reply to same question.&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="5236068"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690083#M888550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690084#M888551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Ur looking the program which will convert spool to pdf?Then see the Program &lt;STRONG&gt;RSTXPDFT4&lt;/STRONG&gt;.&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690084#M888551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Link between spool request &amp; abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690085#M888552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to my answer in above given forum, you will find program name in TBTCP-PROGNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence flow will be as follow.&lt;/P&gt;&lt;P&gt;Get spool number from TSP01.&lt;/P&gt;&lt;P&gt;use TBTCP-TBTCP-LISTIDENT will contain spool number (only if spool is created by job). Corresponding program name will be indicate by TBTCP-PROGNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 09:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/link-between-spool-request-abap-program/m-p/3690085#M888552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T09:47:04Z</dc:date>
    </item>
  </channel>
</rss>

