<?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: Submit Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/6774801#M1463677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi JM,
&amp;lt;li&amp;gt;You can suppress pop-ups by running the program as background job.
&amp;lt;li&amp;gt;Follow the below steps
&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;
1. Call the function module &lt;STRONG&gt;JOB_OPEN&lt;/STRONG&gt; (Use JOB_OPEN to create a background job).
2. Use SUBMIT statement like below. 
 &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA print_parameters TYPE pri_params. 
  SUBMIT submitable TO SAP-SPOOL 
                    SPOOL PARAMETERS print_parameters 
                    WITHOUT SPOOL DYNPRO 
                    VIA JOB name NUMBER number 
                    AND RETURN. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;
3. Call the function module &lt;STRONG&gt;JOB_CLOSE&lt;/STRONG&gt; (Close Background Request With COMMIT WORK)
&lt;/P&gt;

I hope that it helps you . 

Thanks
Venkat.O&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Mar 2010 01:55:14 GMT</pubDate>
    <dc:creator>venkat_o</dc:creator>
    <dc:date>2010-03-24T01:55:14Z</dc:date>
    <item>
      <title>Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/6774800#M1463676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement for submiting a std. program(BD12) in a custom program. This std program has an output in the form of pop-up screen which I want to bypass, infact couple of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried using :         SUBMIT programname and return with paremeter1 = value1&lt;/P&gt;&lt;P&gt;                                                                                with parameter2 = vlaue1&lt;/P&gt;&lt;P&gt;                                                                                EXPORTING LIST TO MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not working...Can anyone provide me with a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;JM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 01:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/6774800#M1463676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-24T01:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/6774801#M1463677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;Hi JM,
&amp;lt;li&amp;gt;You can suppress pop-ups by running the program as background job.
&amp;lt;li&amp;gt;Follow the below steps
&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;
1. Call the function module &lt;STRONG&gt;JOB_OPEN&lt;/STRONG&gt; (Use JOB_OPEN to create a background job).
2. Use SUBMIT statement like below. 
 &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA print_parameters TYPE pri_params. 
  SUBMIT submitable TO SAP-SPOOL 
                    SPOOL PARAMETERS print_parameters 
                    WITHOUT SPOOL DYNPRO 
                    VIA JOB name NUMBER number 
                    AND RETURN. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;
3. Call the function module &lt;STRONG&gt;JOB_CLOSE&lt;/STRONG&gt; (Close Background Request With COMMIT WORK)
&lt;/P&gt;

I hope that it helps you . 

Thanks
Venkat.O&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 01:55:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program/m-p/6774801#M1463677</guid>
      <dc:creator>venkat_o</dc:creator>
      <dc:date>2010-03-24T01:55:14Z</dc:date>
    </item>
  </channel>
</rss>

