<?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 display popup in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277298#M1387637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ROFL ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this tranlator : [http://www.frengly.com/|http://www.frengly.com/]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2009 16:05:02 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2009-11-11T16:05:02Z</dc:date>
    <item>
      <title>function display popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277297#M1387636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;boys I should send a popup that as textline has a title that is more the connection you live, does it exist some function that accepts varying char?&lt;/P&gt;&lt;P&gt;thk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 15:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277297#M1387636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-11T15:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: function display popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277298#M1387637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ROFL ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this tranlator : [http://www.frengly.com/|http://www.frengly.com/]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 16:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277298#M1387637</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-11T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: function display popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277299#M1387638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a function that as the title of the popup to accept a variable.&lt;/P&gt;&lt;P&gt;now with that I use when I pass a variable goes dunp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;data : l_txt(50).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate 'ciao' sy-datum into l_txt.&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DEFAULTOPTION        = 'Y'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      diagnosetext1        = 'Controllo flag cancellazione'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIAGNOSETEXT2        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  DIAGNOSETEXT3        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      textline1            =   l_txt&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  TEXTLINE2            = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      titel                = 'Controllo flag cancellazione'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  START_COLUMN         = 25&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  START_ROW            = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CANCEL_DISPLAY       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     answer               = l_risp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: francesco aiello on Nov 11, 2009 5:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 16:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277299#M1387638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-11T16:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: function display popup</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277300#M1387639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_WITH_MESSAGE is an obsolete FM. You have to use POPUP_TO_CONFIRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
v_title TYPE char120,
v_ans TYPE char1.

v_title = 'Lets check this :)'.

DATA : l_txt(50).

CONCATENATE 'Ciao' sy-uname INTO l_txt SEPARATED BY space.

CALL FUNCTION 'POPUP_TO_CONFIRM'
  EXPORTING
   titlebar                    = v_title
*   DIAGNOSE_OBJECT             = ' '
    text_question               = 'Can i use Variable in Title?'
   text_button_1               = l_txt
*   ICON_BUTTON_1               = ' '
   text_button_2               = 'No'(002)
*   ICON_BUTTON_2               = ' '
*   DEFAULT_BUTTON              = '1'
*   DISPLAY_CANCEL_BUTTON       = 'X'
*   USERDEFINED_F1_HELP         = ' '
*   START_COLUMN                = 25
*   START_ROW                   = 6
*   POPUP_TYPE                  =
*   IV_QUICKINFO_BUTTON_1       = ' '
*   IV_QUICKINFO_BUTTON_2       = ' '
 IMPORTING
   answer                      = v_ans
* TABLES
*   PARAMETER                   =
 EXCEPTIONS
   text_not_found              = 1
   OTHERS                      = 2
          .
IF sy-subrc = 0.
  IF v_ans = '1'.
    WRITE: 'Hurray'.
  ENDIF.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: The title can be variable but maximum lenght is 40 characters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 16:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-display-popup/m-p/6277300#M1387639</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-11T16:14:13Z</dc:date>
    </item>
  </channel>
</rss>

