<?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: Message Before Main Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342501#M801351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you a small example of how to use this especially returning the answer - sorry not sure how to use it.&lt;/P&gt;&lt;P&gt;I'm using it like this but not gettiing anything back when I press No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_ev_answer(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'TR_POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;     iv_titlebar                  = 'Pre Work Warning'&lt;/P&gt;&lt;P&gt;      iv_text_question            = ' Have you done your pre-work?    check documentation'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_TEXT_BUTTON1             = 'Ja   '(D01)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_ICON_BUTTON1             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_TEXT_BUTTON2             = 'Nein '(D02)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_ICON_BUTTON2             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_WITH_CANCEL_BUTTON       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_START_COLUMN             = 10&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_START_ROW                = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     ev_answer                   = v_ev_answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2008 17:03:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-24T17:03:57Z</dc:date>
    <item>
      <title>Message Before Main Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342499#M801349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys/Girls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed an executable program it works ok but I need to display an informative message box prior to the front screen being displayed to ask the user to do some pre-work before they execute the main program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have any of you guru's done this - if so I would appreciate any help.&lt;/P&gt;&lt;P&gt;Some small sample code would be even more helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 24, 2008 11:44 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342499#M801349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message Before Main Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342500#M801350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You call FM TR_POPUP_TO_CONFIRM on the INITIALIZATION step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 16:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342500#M801350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T16:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Message Before Main Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342501#M801351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you a small example of how to use this especially returning the answer - sorry not sure how to use it.&lt;/P&gt;&lt;P&gt;I'm using it like this but not gettiing anything back when I press No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_ev_answer(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'TR_POPUP_TO_CONFIRM'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;     iv_titlebar                  = 'Pre Work Warning'&lt;/P&gt;&lt;P&gt;      iv_text_question            = ' Have you done your pre-work?    check documentation'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_TEXT_BUTTON1             = 'Ja   '(D01)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_ICON_BUTTON1             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_TEXT_BUTTON2             = 'Nein '(D02)&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_ICON_BUTTON2             = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_WITH_CANCEL_BUTTON       = 'X'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_START_COLUMN             = 10&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_START_ROW                = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     ev_answer                   = v_ev_answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 17:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342501#M801351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T17:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Message Before Main Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342502#M801352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you only want to display a message in a small window, no special user response is expected (only to hit Enter), than you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ... DISPLAY LIKE 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISPLAY LIKE will display the message as window and user has to press Enter to go on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 17:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342502#M801352</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-01-24T17:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message Before Main Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342503#M801353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok..try like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'TR_POPUP_TO_CONFIRM'
  EXPORTING
   IV_TITLEBAR                 = 'Pre Work Warning'
   iv_text_question            = ' Have you done your pre-work? check documentation'
   IV_TEXT_BUTTON1             = 'Yes'
   IV_TEXT_BUTTON2             = 'No'
   IV_WITH_CANCEL_BUTTON       = 'X'
 IMPORTING
   EV_ANSWER                   = v_ev_answer.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2008 17:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-before-main-screen/m-p/3342503#M801353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-24T17:32:51Z</dc:date>
    </item>
  </channel>
</rss>

