<?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 converting into PDF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503166#M1065458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I debugged and found tht while using SUBMIT PROGRAM to create spool, there is some time lag. Means it creates spool number but if i check in SP01 it is not yet created. That is why it is not creating its pdf file. It happens sometimes not always. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to overcome this situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 08:16:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-24T08:16:52Z</dc:date>
    <item>
      <title>Problem in converting into PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503165#M1065457</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 convert data in PDF format but i am facing problem in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used 2 methods,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. i used job_open,job_submit,job_close,BP_JOB_READ to submit job and CONVERT_ABAPSPOOLJOB_2_PDF to convert into pdf format. it is working fine in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But when i use SUBMIT program with USING SELECTION-SCREEN 'xxxx' WITH selcrit2 IN 'xxxx'.. and then spool which created i used in FM CONVERT_ABAPSPOOLJOB_2_PDF , it is not converting even though same exporting and importing parameters are passed in this as in above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 04:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503165#M1065457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in converting into PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503166#M1065458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I debugged and found tht while using SUBMIT PROGRAM to create spool, there is some time lag. Means it creates spool number but if i check in SP01 it is not yet created. That is why it is not creating its pdf file. It happens sometimes not always. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to overcome this situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 08:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503166#M1065458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T08:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in converting into PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503167#M1065459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First check whether the spool request is working fine or not by just execute any PO or sales order or any print view and from the menu give print there by you will get the spool number, make a note of the spool number. &lt;/P&gt;&lt;P&gt;Go to SE38 and enter the program RSTXPDF4 and execute it will ask for the spool number give the spool number noted earlier and if PDF format is coming means you have some error while configureing the SP01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my answer helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 08:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503167#M1065459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in converting into PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503168#M1065460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But program u mentioned is for spool created from SAP script. But in my case i am using internal table data to create spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i runned the program by entering the spool num i crreated, it shows error "spool does not contain sap-script data".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other way to resolve my problem. To check whether exactly spool is generated or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 08:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-pdf/m-p/4503168#M1065460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T08:53:38Z</dc:date>
    </item>
  </channel>
</rss>

