<?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: Popup/window for input text / changing text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462972#M1415806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call this FM 'CATSXT_SIMPLE_TEXT_EDITOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or there is one more alternative of creating a module-pool screen for the same and and calling it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the above FM module will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you want any further details if you want to go for the module-pool approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2009 11:35:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-21T11:35:04Z</dc:date>
    <item>
      <title>Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462969#M1415803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a popup/window where I can write some text in it, so that I can save this text and &lt;/P&gt;&lt;P&gt;when I call the popup again, it should be possible to change this text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function in abap for this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462969#M1415803</guid>
      <dc:creator>gerd_hotz</dc:creator>
      <dc:date>2009-12-21T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462970#M1415804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerd ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use following function modules :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_CONTINUE_YES_NO&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help to you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462970#M1415804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462971#M1415805</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;I need a popup / window, when this popup appears, then I should be able to create/edit text&lt;/P&gt;&lt;P&gt;in this window. (Like a note in ms outlook).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 10:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462971#M1415805</guid>
      <dc:creator>gerd_hotz</dc:creator>
      <dc:date>2009-12-21T10:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462972#M1415806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call this FM 'CATSXT_SIMPLE_TEXT_EDITOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or there is one more alternative of creating a module-pool screen for the same and and calling it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the above FM module will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you want any further details if you want to go for the module-pool approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 11:35:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462972#M1415806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T11:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462973#M1415807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I think you can use the FM POPUP_GET_VALUES. It is very helpful. You are giving the field names as a table then FM generates popup according to your fields.&lt;/P&gt;&lt;P&gt;You better check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 14:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462973#M1415807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462974#M1415808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abhijit G. Borkar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the fm 'CATSXT_SIMPLE_TEXT_EDITOR' is good,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the popup screen contains two buttons,  enter and cancel,&lt;/P&gt;&lt;P&gt;how can I use this two buttons ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always get the same return, if I press button enter or cancel,&lt;/P&gt;&lt;P&gt;the fm alwyas delivers the content of the popup screen, also I press cancel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 10:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462974#M1415808</guid>
      <dc:creator>gerd_hotz</dc:creator>
      <dc:date>2009-12-23T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462975#M1415809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data : input_text type CATSXT_LONGTEXT_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    im_title              = 'Test'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IM_DISPLAY_MODE       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IM_START_COLUMN       = 10&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IM_START_ROW          = 10&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  changing&lt;/P&gt;&lt;P&gt;    ch_text               = input_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-ucomm = 'CX_CONT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WRITE: 'OK'.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   " Do not clear content in imput variable.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ELSE.                                                  " SY-UCOMM = 'CX_CANC'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    WRITE: 'CANCEL'.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   " Clear your contents here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR input_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this out ....&lt;/P&gt;&lt;P&gt;hope it helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhijit G. Borkar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 10:42:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462975#M1415809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462976#M1415810</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;  The ok code for yes and cancel are different.&lt;/P&gt;&lt;P&gt;Check this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ch_text type CATSXT_LONGTEXT_ITAB,&lt;/P&gt;&lt;P&gt;      chk TYPE XFELD VALUE ' '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CATSXT_SIMPLE_TEXT_EDITOR'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    IM_TITLE              = 'Testing'&lt;/P&gt;&lt;P&gt;   IM_DISPLAY_MODE       = chk&lt;/P&gt;&lt;P&gt;   IM_START_COLUMN       = 10&lt;/P&gt;&lt;P&gt;   IM_START_ROW          = 10&lt;/P&gt;&lt;P&gt;  CHANGING&lt;/P&gt;&lt;P&gt;    CH_TEXT               = ch_text&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;WRITE / sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its CX_CONT for Yes&lt;/P&gt;&lt;P&gt;and CX_CANC for No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be you need to check based on the sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 10:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462976#M1415810</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-12-23T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Popup/window for input text / changing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462977#M1415811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, was useful for me too&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 06:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/popup-window-for-input-text-changing-text/m-p/6462977#M1415811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-03T06:16:33Z</dc:date>
    </item>
  </channel>
</rss>

