<?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: Text Editor on modulepool Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494087#M840374</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;Automaticaly, We can't move cursor one field to another field wihtout pressing key. ABAP is not suport for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Mar 2008 08:36:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-11T08:36:11Z</dc:date>
    <item>
      <title>Text Editor on modulepool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494086#M840373</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;my requirement is to have two input fields on the screen where the user can input some text. when the user comes to the end of one field the cursor should automatically to the next input field.&lt;/P&gt;&lt;P&gt;How to do this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought of placing an text editor on the screen, can anybody give some sample code to place the text editor on the screen and at the desired position in my case it is in the middle of the screen...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 07:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494086#M840373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Text Editor on modulepool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494087#M840374</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;Automaticaly, We can't move cursor one field to another field wihtout pressing key. ABAP is not suport for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L.Velu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 08:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494087#M840374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T08:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Text Editor on modulepool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494088#M840375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your SAPGui settings (Customizing of Local Layout) under Options &amp;gt; Cursor... there is a checkbox "Automatic Tabbing at End of Field" that can control this behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 10:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494088#M840375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T10:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text Editor on modulepool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494089#M840376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check jonathan sugestion will work for u r requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 11:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494089#M840376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Text Editor on modulepool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494090#M840377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To put text editor on moudule pool screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add 'custom control' element on Screen : name it as TEXTEDITOR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Declare the variable in TOP include as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :&lt;/P&gt;&lt;P&gt;g_editor TYPE REF TO cl_gui_textedit, " Text Editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_editor_container TYPE REF TO cl_gui_custom_container, "Container For Text Editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Variables to Get the Content of the Text Box Editor&lt;/P&gt;&lt;P&gt;DATA: line TYPE solisti1.&lt;/P&gt;&lt;P&gt;DATA : it_editor TYPE STANDARD TABLE OF line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Put following code in &lt;STRONG&gt;PBO&lt;/STRONG&gt; as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF g_editor IS INITIAL.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;CREATE OBJECT g_editor_container&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;       container_name = 'TEXTEDITOR1'&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      cntl_error = 1&lt;/P&gt;&lt;P&gt;      cntl_system_error = 2&lt;/P&gt;&lt;P&gt;      create_error = 3&lt;/P&gt;&lt;P&gt;      lifetime_error = 4&lt;/P&gt;&lt;P&gt;      lifetime_dynpro_dynpro_link = 5.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt; IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" TextEdit Control&lt;/P&gt;&lt;P&gt;    CREATE OBJECT g_editor&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      parent = g_editor_container&lt;/P&gt;&lt;P&gt;      wordwrap_mode =&lt;/P&gt;&lt;P&gt;"    cl_gui_textedit=&amp;gt;wordwrap_off&lt;/P&gt;&lt;P&gt;     cl_gui_textedit=&amp;gt;wordwrap_at_fixed_position&lt;/P&gt;&lt;P&gt;"   cl_gui_textedit=&amp;gt;WORDWRAP_AT_WINDOWBORDER&lt;/P&gt;&lt;P&gt;      wordwrap_position = 128&lt;/P&gt;&lt;P&gt;      wordwrap_to_linebreak_mode = cl_gui_textedit=&amp;gt;true.&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;4. Now to Retireve data from Editor in &lt;STRONG&gt;PAI&lt;/STRONG&gt; write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR it_editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Method to  retrieve table from control (Text From Editor in IT_EDITOR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD g_editor-&amp;gt;get_text_as_r3table&lt;/P&gt;&lt;P&gt;" EXPORTING&lt;/P&gt;&lt;P&gt;"  ONLY_WHEN_MODIFIED     = FALSE&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;      table                  = it_editor&lt;/P&gt;&lt;P&gt;"     IS_MODIFIED            =&lt;/P&gt;&lt;P&gt;  EXCEPTIONS &lt;/P&gt;&lt;P&gt;      error_dp               = 1&lt;/P&gt;&lt;P&gt;      error_cntl_call_method = 2&lt;/P&gt;&lt;P&gt;      error_dp_create        = 3&lt;/P&gt;&lt;P&gt;      potential_data_loss    = 4 &lt;/P&gt;&lt;P&gt;      OTHERS                 = 5&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 07:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-editor-on-modulepool-screen/m-p/3494090#M840377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T07:13:32Z</dc:date>
    </item>
  </channel>
</rss>

