<?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: Delete spool FM throwing dump in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902834#M1144900</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;Add the validation to check whether the spool no. is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If not lv_spoolno is initial.

CALL FM 'RSPO_R_RDELETE_SPOOLREQ'


endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2008 09:33:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-08T09:33:34Z</dc:date>
    <item>
      <title>Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902833#M1144899</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`m using the FM "RSPO_R_RDELETE_SPOOLREQ" to delete spool from my program and I`m trying to execute the program in background, but the batch job fails and it gives a dump in the FM used, when I tried debugging the program (in background).&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   Could anyone let me know what could be the reason for the dump.As I`m passing values of proper type to the FM, it still throws me "SPOOL_INVALID_JOB " exception.&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;Farhana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 09:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902833#M1144899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T09:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902834#M1144900</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;Add the validation to check whether the spool no. is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If not lv_spoolno is initial.

CALL FM 'RSPO_R_RDELETE_SPOOLREQ'


endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 09:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902834#M1144900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T09:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902835#M1144901</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;Make sure you give the correct JOB Name( as the dump name suggest SPOOL_INVALID_JOB )&lt;/P&gt;&lt;P&gt;also try to pass the Job name in Capital letters if you are using char literals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if both these doesn't serve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the compatibility of the parameters that you are passing as one of the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 09:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902835#M1144901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T09:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902836#M1144902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for your reply. This check does not solve the problem, it still throws the same exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Farhana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 10:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902836#M1144902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902837#M1144903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramachander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Job name is not being passed as paramter to this FM, and I also checked with the data type of the parameters, they seem to match.&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;Farhana.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Farhana Sheriff on Dec 8, 2008 11:59 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 10:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902837#M1144903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T10:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902838#M1144904</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;Please check whether some other job which is still running &amp;amp; hence there is a table lock bcz of which you are receiving invalid spool job error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are passing the job name from JOB_OPEN fm to JOB_SUBMIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 11:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902838#M1144904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T11:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902839#M1144905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth/Ramachandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I got the solution for this. As the spool was empty, it was not allowing me to delete the spool, even though there was a spool id being generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for all your quick responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Farhana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2008 12:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902839#M1144905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-08T12:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Delete spool FM throwing dump in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902840#M1144906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farhana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know the solution you applied to solve this problem. I am also facing this error in our project. I am facing this error at the end of integration model activation program RIMODAC2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Shiv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 05:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-spool-fm-throwing-dump-in-background/m-p/4902840#M1144906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T05:34:24Z</dc:date>
    </item>
  </channel>
</rss>

