<?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: Skip background print parameter screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596259#M1861533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meiying,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is hard to give you a better answer than Felipe already does if you do not share detailed information about your problem.&lt;/P&gt;&lt;P&gt;I just can add the structures:&lt;/P&gt;&lt;P&gt;Sapscript is located in Structure ITCPO&lt;/P&gt;&lt;P&gt;and Adobe it is SFPDOCPARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2014 19:51:08 GMT</pubDate>
    <dc:creator>Florian</dc:creator>
    <dc:date>2014-09-05T19:51:08Z</dc:date>
    <item>
      <title>Skip background print parameter screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596257#M1861531</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;My program has selection screen. This program should be able to execute in foreground and background manually. When every time execute it in background, the background print parameter screen always pop up to ask you fill in the "Output Device" and need to click the green check etc. My client would like to skip this screen, since output from background will be a file in the server. Can anyone know how to program in order to turn it off?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Meiying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 18:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596257#M1861531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T18:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Skip background print parameter screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596258#M1861532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstly you have to identify where in your code, the print dialog is being called, if is being called by function module GET_PRINT_PARAMETERS then you can pass 'X' to import parameter NO_DIALOG.&lt;/P&gt;&lt;P&gt;If it is a smartform the NO_DIALOG option is in the &lt;SPAN style="font-size: 13.6000003814697px;"&gt;parameter&lt;/SPAN&gt; 'control_parameters'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596258#M1861532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T19:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Skip background print parameter screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596259#M1861533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Meiying,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is hard to give you a better answer than Felipe already does if you do not share detailed information about your problem.&lt;/P&gt;&lt;P&gt;I just can add the structures:&lt;/P&gt;&lt;P&gt;Sapscript is located in Structure ITCPO&lt;/P&gt;&lt;P&gt;and Adobe it is SFPDOCPARAMS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596259#M1861533</guid>
      <dc:creator>Florian</dc:creator>
      <dc:date>2014-09-05T19:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Skip background print parameter screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596260#M1861534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am not sure if that can be prevented.&lt;/P&gt;&lt;P&gt;An alternate solution is that you could create a wrapper program with the same selection screen plus a radio button to execute in foreground or background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then based on the radio button you could either submit your main program or you could schedule it in background using JOB_OPEN etc function modules.&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;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596260#M1861534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T19:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Skip background print parameter screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596261#M1861535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I think in start-of- selection chech if sy-batch = 'X' .&lt;/P&gt;&lt;P&gt;and thre you can add this code .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 19:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596261#M1861535</guid>
      <dc:creator>former_member206257</dc:creator>
      <dc:date>2014-09-05T19:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Skip background print parameter screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596262#M1861536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ankur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also did a lot of trying include yours. I think this might be the only way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meiying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 20:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/skip-background-print-parameter-screen/m-p/10596262#M1861536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T20:07:28Z</dc:date>
    </item>
  </channel>
</rss>

