<?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 Regarding pop up window in function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pop-up-window-in-function-module/m-p/5783162#M1308671</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;I am using an sap standard function module IDOC_PROCESS_ERROR. &lt;/P&gt;&lt;P&gt;I need to pass the idoc numbers as the input for the function module. &lt;/P&gt;&lt;P&gt;For each of the idoc, the function module gives an pop up window which displays the status information of the idoc.I need to press enter and then the function module process the next idoc. &lt;/P&gt;&lt;P&gt;So when i am using it in my program, if i enter 10 idocs i need to press the enter key 10 times as an response to the pop up window. Is there any way of suppressing the popup window via my code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Lakshminarasimhan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2009 01:13:52 GMT</pubDate>
    <dc:creator>lakshminarasimhan_n4</dc:creator>
    <dc:date>2009-06-26T01:13:52Z</dc:date>
    <item>
      <title>Regarding pop up window in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pop-up-window-in-function-module/m-p/5783162#M1308671</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;I am using an sap standard function module IDOC_PROCESS_ERROR. &lt;/P&gt;&lt;P&gt;I need to pass the idoc numbers as the input for the function module. &lt;/P&gt;&lt;P&gt;For each of the idoc, the function module gives an pop up window which displays the status information of the idoc.I need to press enter and then the function module process the next idoc. &lt;/P&gt;&lt;P&gt;So when i am using it in my program, if i enter 10 idocs i need to press the enter key 10 times as an response to the pop up window. Is there any way of suppressing the popup window via my code? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Lakshminarasimhan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 01:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pop-up-window-in-function-module/m-p/5783162#M1308671</guid>
      <dc:creator>lakshminarasimhan_n4</dc:creator>
      <dc:date>2009-06-26T01:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pop up window in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pop-up-window-in-function-module/m-p/5783163#M1308672</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;There is an import parameter Dialog flag. Default value is X. Instead of X, use space. I think it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IMPORTING
*"             VALUE(IDOC_NUMBER) LIKE  EDIDC-DOCNUM
*"             VALUE(DIALOG_FLAG) DEFAULT 'X'
*"       EXCEPTIONS
*"              NO_AUTHORIZATION
*"              IDOC_NOT_IN_DATABASE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't work. Try scheduling your program in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 05:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pop-up-window-in-function-module/m-p/5783163#M1308672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T05:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding pop up window in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pop-up-window-in-function-module/m-p/5783164#M1308673</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;Pass space to DIALOG_FLAG parameter of the FM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 05:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pop-up-window-in-function-module/m-p/5783164#M1308673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T05:26:48Z</dc:date>
    </item>
  </channel>
</rss>

