<?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: SD Document Conversion to PDF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211703#M133665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I knew about this that I had to pass ITCPO-TDNEWID with 'X' for New Spool request,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but where in the printing program I can pass usder defined  print parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 17:59:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-01T17:59:20Z</dc:date>
    <item>
      <title>SD Document Conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211701#M133663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;I am writing an Z program to convert SD documents, Quote/Order/Invoice Etc to PDF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that, it is not creating New spool request everytime I make a call to processing program(printing program defined in configuration). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am finding the processing program and then calling the FORM with that program e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM (tnapr-ronam) IN PROGRAM (tnapr-pgnam)&lt;/P&gt;&lt;P&gt;     USING wa_subrc wa_screen IF FOUND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This create a New spool request for the first time. but if tried to re-print same document , same spool request is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 17:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211701#M133663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T17:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: SD Document Conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211702#M133664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like the field ITCPO-TDNEWID has to be set to 'X'.  This will give you a new spool request even if another is open with the same characteristics.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 17:45:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211702#M133664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T17:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: SD Document Conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211703#M133665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I knew about this that I had to pass ITCPO-TDNEWID with 'X' for New Spool request,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but where in the printing program I can pass usder defined  print parameters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 17:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211703#M133665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T17:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: SD Document Conversion to PDF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211704#M133666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how you can set it with your defined scenario.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you populating the NAST structure before your PERFORM to the print routine?  You might be able to fake out the system by thinking you are generating a unique spool request.  If it is unique, it won't merge with the existing open request.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't remember the exact fields that make the request unique.  I think they include NAST-DSUF1 and NAST-DSUF2.  Try putting a unique value (like a timestamp) in NAST-DSUF2 before the call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 19:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sd-document-conversion-to-pdf/m-p/1211704#M133666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T19:06:07Z</dc:date>
    </item>
  </channel>
</rss>

