<?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: BAPI giving POP UP message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695440#M31429</link>
    <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now I have created new FM to complete the shipment, still trying to resolve the Pop Up issue, thank you all for your messages.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Guru Prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 13:22:02 GMT</pubDate>
    <dc:creator>former_member288834</dc:creator>
    <dc:date>2018-10-05T13:22:02Z</dc:date>
    <item>
      <title>BAPI giving POP UP message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695435#M31424</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I am using BAPI BAPI_SHIPMENT_CHANGE to change status of shipment. But it is giving pop up when executing. I do not need pop up as I am using the BAPI in RF programs.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;I have tried with DESTINATION 'NONE', and Exceptions but not worked.&lt;/P&gt;
  &lt;P&gt;Also tried executing Background Task, Pop Up not displayed but no change in shipment. It is a custom program. Please help ASAP.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;CALL FUNCTION 'BAPI_SHIPMENT_CHANGE' IN BACKGROUND TASK DESTINATION 'NONE' &lt;/P&gt;
  &lt;P&gt;EXPORTING &lt;/P&gt;
  &lt;P&gt; headerdata = ls_headerdata &lt;/P&gt;
  &lt;P&gt; headerdataaction = ls_headerdataaction &lt;/P&gt;
  &lt;P&gt; TABLES return = lt_return &lt;/P&gt;
  &lt;P&gt; EXCEPTIONS &lt;/P&gt;
  &lt;P&gt; OTHERS = 99.&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Guru Prasad.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 15:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695435#M31424</guid>
      <dc:creator>former_member288834</dc:creator>
      <dc:date>2018-10-01T15:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI giving POP UP message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695436#M31425</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;This BAPI is NOT RELEASED to Customers, so you will have to do the necessary debugging / fixes on you own (no SAP Support).&lt;/P&gt;&lt;P&gt;Some hints would be :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Have you tried using only "DESTINATION 'NONE' " without the BACKGROUND TASK?&lt;/LI&gt;&lt;LI&gt;Use of FM "DIALOG_SET_NO_DIALOG" before Execution?&lt;/LI&gt;&lt;LI&gt;Create a Z-Wrapper around the BAPI and handle the Exceptions / Errors / Popups in an appropriate way?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 18:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695436#M31425</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2018-10-01T18:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI giving POP UP message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695437#M31426</link>
      <description>&lt;P&gt;what pop up it is? i saw there is a CTRL_NO_RECONFIRM field of HEADERDATAACTION parameter, maybe you could try to set it = X.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 00:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695437#M31426</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2018-10-02T00:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI giving POP UP message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695438#M31427</link>
      <description>&lt;P&gt;Hello Guru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the EXCEPTIONS addition "error_message" could stop the Pop Up (conditions &lt;A href="https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapcall_function_parameter.htm"&gt;abapcall_function_parameter&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 05:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695438#M31427</guid>
      <dc:creator>patrick_sojka</dc:creator>
      <dc:date>2018-10-02T05:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI giving POP UP message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695439#M31428</link>
      <description>&lt;UL&gt;&lt;LI&gt;What's your version, &lt;/LI&gt;&lt;LI&gt;did you or your basis already look for OSS notes?&lt;/LI&gt;&lt;LI&gt;Did you read the "caution" at start of unreleased FM code&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 02 Oct 2018 09:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695439#M31428</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-10-02T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI giving POP UP message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695440#M31429</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now I have created new FM to complete the shipment, still trying to resolve the Pop Up issue, thank you all for your messages.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Guru Prasad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 13:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-giving-pop-up-message/m-p/695440#M31429</guid>
      <dc:creator>former_member288834</dc:creator>
      <dc:date>2018-10-05T13:22:02Z</dc:date>
    </item>
  </channel>
</rss>

