<?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: pop up in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256150#M488514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many function module to show pop up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in se37 like popup*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here 9000 is the screen number &lt;/P&gt;&lt;P&gt;if you want to create pop up then use &lt;/P&gt;&lt;P&gt;call screen '9000'&lt;/P&gt;&lt;P&gt;      starting at '1'   '10'&lt;/P&gt;&lt;P&gt;      ending at   '10'  '30'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on 9000 and then select modal dialog radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need to create your layout as per ur req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 12:00:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-16T12:00:30Z</dc:date>
    <item>
      <title>pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256148#M488512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to create a pop up which gets poped up whenenver the user does any chenge to the pricing condition and only one value needs to be selected from there!!so do i need to create any screen or are there any already existing function modules to implement that code!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256148#M488512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256149#M488513</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 F.M POPUP_TO_GET_VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 11:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256149#M488513</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-05-16T11:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256150#M488514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are so many function module to show pop up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search in se37 like popup*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here 9000 is the screen number &lt;/P&gt;&lt;P&gt;if you want to create pop up then use &lt;/P&gt;&lt;P&gt;call screen '9000'&lt;/P&gt;&lt;P&gt;      starting at '1'   '10'&lt;/P&gt;&lt;P&gt;      ending at   '10'  '30'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on 9000 and then select modal dialog radio button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need to create your layout as per ur req.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256150#M488514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: pop up</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256151#M488515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use any of below...&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM&lt;/P&gt;&lt;P&gt;POPUP_FOR_INFORMATION&lt;/P&gt;&lt;P&gt;POPUP_FOR_USER&lt;/P&gt;&lt;P&gt;POPUP_FOR_CONDITIONS&lt;/P&gt;&lt;P&gt;POPUP_TO_DISPLAY_USERDATA&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE_DISPLAY_OK&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_VALUES&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_MSG_WITH_CALL&lt;/P&gt;&lt;P&gt;POPUP_TO_DISPLAY_TEXT&lt;/P&gt;&lt;P&gt;POPUP_TO_DECIDE_INFO&lt;/P&gt;&lt;P&gt;POPUP_FOR_INFO&lt;/P&gt;&lt;P&gt;POPUP_FOR_INTERACTION &lt;/P&gt;&lt;P&gt;POPUP_TO_GET_ONE_VALUE&lt;/P&gt;&lt;P&gt;POPUP_TO_GET_VALUE&lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES&lt;/P&gt;&lt;P&gt;POPUP_GET_VALUES_USER_CHECKED&lt;/P&gt;&lt;P&gt;POPUP_TO_DECIDE_LIST&lt;/P&gt;&lt;P&gt;POPUP_DISPLAY_TEXT&lt;/P&gt;&lt;P&gt;POPUP_DISPLAY_TEXT_USER_BUTTON&lt;/P&gt;&lt;P&gt;POPUP_DISPLAY_TEXT_WITH_PARAMS&lt;/P&gt;&lt;P&gt;POPUP_TO_FILL_COMMAND_LINE&lt;/P&gt;&lt;P&gt;POPUP_TO_INFORM&lt;/P&gt;&lt;P&gt;POPUP_GET_SELECTION_FROM_LIST&lt;/P&gt;&lt;P&gt;POPUP_NO_LIST&lt;/P&gt;&lt;P&gt;POPUP_TO_SHOW_USERINFO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 12:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pop-up/m-p/2256151#M488515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-16T12:06:03Z</dc:date>
    </item>
  </channel>
</rss>

