<?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 Getting Value after call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-value-after-call-transaction/m-p/2940414#M693169</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 calling MI07 transaction from my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the call return I need to check whether the user clicked 'YES' or 'NO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to check what the user has clicked during POP up to confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing the POP UPTOCONFIRM, the control comes to my program. I need to check what the user clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your immediate response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 08:46:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T08:46:51Z</dc:date>
    <item>
      <title>Getting Value after call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-value-after-call-transaction/m-p/2940414#M693169</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 calling MI07 transaction from my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the call return I need to check whether the user clicked 'YES' or 'NO'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know how to check what the user has clicked during POP up to confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After executing the POP UPTOCONFIRM, the control comes to my program. I need to check what the user clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your immediate response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 08:46:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-value-after-call-transaction/m-p/2940414#M693169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T08:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Value after call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-value-after-call-transaction/m-p/2940415#M693170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CALL FUNCTION 'POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      titlebar                   = text-044&lt;/P&gt;&lt;P&gt;      text_question         = text-045&lt;/P&gt;&lt;P&gt;      text_button_1         = 'SAVE'&lt;/P&gt;&lt;P&gt;      text_button_2         = 'EXIT'&lt;/P&gt;&lt;P&gt;      default_button        = '1'&lt;/P&gt;&lt;P&gt;      display_cancel_button = c_x&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      answer                = w_indicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; w_indicate can any one of the value depending on  the user click&lt;/P&gt;&lt;P&gt;'1' Save pushbutton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'2' Exit pushbutton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'A' 'Cancel' pushbutton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 10:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-value-after-call-transaction/m-p/2940415#M693170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T10:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Value after call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-value-after-call-transaction/m-p/2940416#M693171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to see the value of w_indicate after the call transaction returns to calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In calling program, I need to execute a para if the user clicks 'YES'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 10:51:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-value-after-call-transaction/m-p/2940416#M693171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T10:51:47Z</dc:date>
    </item>
  </channel>
</rss>

