<?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: Print smartforms in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622163#M1760925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saravanan, yes, i tested in 2 different printers and the problem was the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2013 20:38:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-17T20:38:52Z</dc:date>
    <item>
      <title>Print smartforms in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622159#M1760921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a smartforms to print invoice documents and the problem is in the automatic print. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i print in J1B3N, the smartforms goes correctly. But when this print is made by a communication user (in background), it stays untidy, the logo image stays with a low resolution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's something to do on the smartforms or it's a problem with the printer driver? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function below is called on the badi CL_NFE_PRINT~CALL_RNAST00: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'J_1BNFE_CALL_RSNAST00'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_active&amp;nbsp;&amp;nbsp;&amp;nbsp; = i_active&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_kappl&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'NF'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_nacha&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = '1'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_dimme&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'X'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_printer&amp;nbsp;&amp;nbsp; = l_prnter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; print_error = 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Gustavo Prado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 18:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622159#M1760921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-15T18:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Print smartforms in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622160#M1760922</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;Check the smart form to see if there is anything in the code to select a different logo for foreground and background execution also compare the devices used for foreground and background execution in SPAD T-Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Arindam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 22:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622160#M1760922</guid>
      <dc:creator>arindam_m</dc:creator>
      <dc:date>2013-07-15T22:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Print smartforms in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622161#M1760923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Gustavo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that problem is showing in the same printer which you tested or different printer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have that issue in another printer it might be issue with printer so check with another printer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Saravanan Madhappan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 01:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622161#M1760923</guid>
      <dc:creator>saranwin</dc:creator>
      <dc:date>2013-07-16T01:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Print smartforms in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622162#M1760924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gustavo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the printer driver by what you mention.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the printer used in the foreground and background are using the same printer in SPAD and have the same setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 02:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622162#M1760924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T02:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Print smartforms in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622163#M1760925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saravanan, yes, i tested in 2 different printers and the problem was the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 20:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-smartforms-in-background/m-p/9622163#M1760925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-17T20:38:52Z</dc:date>
    </item>
  </channel>
</rss>

