<?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: Function module for popup window and take input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-popup-window-and-take-input/m-p/2946675#M694680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE37 search  for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;POPUP&lt;/STRONG&gt;VALUE*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Oct 2007 09:46:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-16T09:46:36Z</dc:date>
    <item>
      <title>Function module for popup window and take input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-popup-window-and-take-input/m-p/2946674#M694679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there any function module which popups a window and asks for entry of some text or material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-popup-window-and-take-input/m-p/2946674#M694679</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for popup window and take input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-popup-window-and-take-input/m-p/2946675#M694680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE37 search  for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;POPUP&lt;/STRONG&gt;VALUE*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-popup-window-and-take-input/m-p/2946675#M694680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for popup window and take input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-popup-window-and-take-input/m-p/2946676#M694681</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;Use the FM "POP_UP_TO_CONFIRM" to get the pop up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: str type string,&lt;/P&gt;&lt;P&gt;numb type i.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;*--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="---------" /&gt;if you want integer to be input--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CC_POPUP_INT_INPUT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;property_name = 'Enter Integer Value'&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;int_value = numb.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;*--&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;&lt;HR originaltext="---------" /&gt;if you want string to be input--&lt;P&gt;&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CC_POPUP_STRING_INPUT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;property_name = 'Enter String Value'&lt;/P&gt;&lt;P&gt;changing&lt;/P&gt;&lt;P&gt;string_value = str.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Write:/ 'your input Values :',str,numb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Reward If Helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 09:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-popup-window-and-take-input/m-p/2946676#M694681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T09:46:46Z</dc:date>
    </item>
  </channel>
</rss>

