<?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 background avoiding confirm POPUP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-in-background-avoiding-confirm-popup/m-p/9021689#M1699517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Larisa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that Popup reletated to Printer paramaters.&lt;/P&gt;&lt;P&gt;or Could you provide the Comple message whcih you are getting in popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prathap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2012 06:13:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-22T06:13:09Z</dc:date>
    <item>
      <title>Submit Program in background avoiding confirm POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-in-background-avoiding-confirm-popup/m-p/9021688#M1699516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;Hi Experts,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;I make submit to program&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;SDV03V02 &lt;/STRONG&gt;with job.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;But I get message asking me to confirm my action.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;How avoid this POPUP?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;&lt;SPAN style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;my code:&lt;/SPAN&gt;--------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;&lt;SPAN lang="EN" style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;lv_report = 'SDV03V02'.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;&lt;SPAN lang="EN" style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;&lt;SPAN lang="EN" style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;CALL FUNCTION 'JOB_OPEN'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;jobname = pv_jobname&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;jobcount = pv_jobcount.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;&lt;SPAN lang="EN" style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;CALL FUNCTION 'GET_PRINT_PARAMETERS'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;immediately = space&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;line_size = '80'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;mode = 'BATCH'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;no_dialog = abap_true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;report = pv_report&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;out_parameters = ps_pri_params.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;&lt;SPAN lang="EN" style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;&lt;SPAN lang="EN" style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;STRONG style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;SUBMIT (lv_report) TO SAP-SPOOL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;&lt;STRONG style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;SPOOL&lt;/STRONG&gt; PARAMETERS ls_priparams&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;WITHOUT SPOOL DYNPRO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;WITH SELECTION-TABLE lt_valutab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;VIA JOB lv_jobname NUMBER lv_jobcount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 11pt; font-family: 'Inherit','serif';"&gt;AND RETURN.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;CALL FUNCTION 'JOB_CLOSE'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;jobcount = pv_jobcount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;jobname = pv_jobname&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Inherit','serif'; color: #333333; font-size: 11pt;"&gt;strtimmed = 'X'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;_______________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Larissa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 05:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-in-background-avoiding-confirm-popup/m-p/9021688#M1699516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T05:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program in background avoiding confirm POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-in-background-avoiding-confirm-popup/m-p/9021689#M1699517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Larisa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that Popup reletated to Printer paramaters.&lt;/P&gt;&lt;P&gt;or Could you provide the Comple message whcih you are getting in popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prathap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 06:13:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-in-background-avoiding-confirm-popup/m-p/9021689#M1699517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T06:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Submit Program in background avoiding confirm POPUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-in-background-avoiding-confirm-popup/m-p/9021690#M1699518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prathap,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not message POPUP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is code of popup ('POPUP_TO_CONFIRM_STEP'):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN lang="EN"&gt;&amp;nbsp; **********************************************************&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;FORM SICHERHEITSABFRAGE.&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;DATA: DA_TEXT1(35),&lt;/P&gt;&lt;P dir="ltr"&gt;DA_TEXT2(35),&lt;/P&gt;&lt;P dir="ltr"&gt;DA_ANSWER.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0063a4; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;CHECK SY-BATCH EQ SPACE AND P_SIMUL EQ SPACE.&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;WRITE TEXT-006 TO DA_TEXT1+0(35).&lt;/P&gt;&lt;P dir="ltr"&gt;WRITE TEXT-007 TO DA_TEXT2+0(35).&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'&lt;/P&gt;&lt;P dir="ltr"&gt;EXPORTING&lt;/P&gt;&lt;P dir="ltr"&gt;DEFAULTOPTION = 'N'&lt;/P&gt;&lt;P dir="ltr"&gt;TEXTLINE1 = DA_TEXT1&lt;/P&gt;&lt;P dir="ltr"&gt;TEXTLINE2 = DA_TEXT2&lt;/P&gt;&lt;P dir="ltr"&gt;TITEL = TEXT-008&lt;/P&gt;&lt;P dir="ltr"&gt;IMPORTING&lt;/P&gt;&lt;P dir="ltr"&gt;ANSWER = DA_ANSWER.&lt;/P&gt;&lt;P dir="ltr"&gt;CASE DA_ANSWER.&lt;/P&gt;&lt;P dir="ltr"&gt;WHEN CHARN.&lt;/P&gt;&lt;P dir="ltr"&gt;LEAVE TO TRANSACTION SY-TCODE.&lt;/P&gt;&lt;P dir="ltr"&gt;WHEN CHARA.&lt;/P&gt;&lt;P dir="ltr"&gt;LEAVE TO TRANSACTION SY-TCODE.&lt;/P&gt;&lt;P dir="ltr"&gt;WHEN OTHERS.&lt;/P&gt;&lt;P dir="ltr"&gt;ENDCASE.&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;***********************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN"&gt;Larissa&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 06:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/submit-program-in-background-avoiding-confirm-popup/m-p/9021690#M1699518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T06:34:09Z</dc:date>
    </item>
  </channel>
</rss>

