<?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 POPUP MSG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810447#M347524</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 need to pop up a message..just as an Information/Warning only..&lt;/P&gt;&lt;P&gt;This popup msg box should have only OK button and not help and Cancel buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using POPUP_DISPLAY_MESSAGE..This has both OK,CANCEL and help buttons. How to avaoi this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sthere any other functions which i can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2006 08:01:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-14T08:01:57Z</dc:date>
    <item>
      <title>POPUP MSG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810447#M347524</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 need to pop up a message..just as an Information/Warning only..&lt;/P&gt;&lt;P&gt;This popup msg box should have only OK button and not help and Cancel buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using POPUP_DISPLAY_MESSAGE..This has both OK,CANCEL and help buttons. How to avaoi this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sthere any other functions which i can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810447#M347524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP MSG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810448#M347525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use FM &amp;lt;b&amp;gt;POPUP_TO_INFORM&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810448#M347525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP MSG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810449#M347526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Prabha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the FM -&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
POPUP_TO_INFORM
 
or POPUP_FOR_INFORMATION &lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'POPUP_TO_INFORM'
EXPORTING
TITEL = 'ERROR'
TXT1 = 'Enter the message using the input lines at the bottom'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810449#M347526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: POPUP MSG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810450#M347527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FUNCTION POPUP_TO_INFORM.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;*"Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;*"       IMPORTING&lt;/P&gt;&lt;P&gt;*"             TITEL&lt;/P&gt;&lt;P&gt;*"             TXT1&lt;/P&gt;&lt;P&gt;*"             TXT2&lt;/P&gt;&lt;P&gt;*"             TXT3 DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             TXT4 DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  RSTABL-TITLE  = TITEL.&lt;/P&gt;&lt;P&gt;  RSTABL-TXT1 =   TXT1.&lt;/P&gt;&lt;P&gt;  RSTABL-TXT2 =   TXT2.&lt;/P&gt;&lt;P&gt;  RSTABL-TXT3 =   TXT3.&lt;/P&gt;&lt;P&gt;  RSTABL-TXT4 =   TXT4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL SCREEN 201 STARTING AT 1 3&lt;/P&gt;&lt;P&gt;                  ENDING   AT 80 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 08:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-msg/m-p/1810450#M347527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T08:15:32Z</dc:date>
    </item>
  </channel>
</rss>

