<?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 EDIT_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065313#M1354609</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 am using EDIT_TEXT function to show and save text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need in some cases to open that screen in read and edit mode, is there any way I can do this?.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I need to show the previous text and to "Insert" news...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2009 16:52:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-10T16:52:14Z</dc:date>
    <item>
      <title>EDIT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065313#M1354609</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 am using EDIT_TEXT function to show and save text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need in some cases to open that screen in read and edit mode, is there any way I can do this?.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;I need to show the previous text and to "Insert" news...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 16:52:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065313#M1354609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T16:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: EDIT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065314#M1354610</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;Before usin the edit_text. first read the previous test using the READ_TEXT,and store in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use the EDIT_TEXT and pass the above read data to it,and set the save ind = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  it_ITCEDi-CHANGEMODE = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'EDIT_TEXT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      HEADER              = it_theadi&lt;/P&gt;&lt;P&gt;      SAVE                = 'X'&lt;/P&gt;&lt;P&gt;      CONTROL             = it_ITCEDi&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    FUNCTION            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     NEWHEADER           = it_theadi&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    RESULT              =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      LINES               = it_TLINEi&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     ID                  = 1&lt;/P&gt;&lt;P&gt;     LANGUAGE            = 2&lt;/P&gt;&lt;P&gt;     LINESIZE            = 3&lt;/P&gt;&lt;P&gt;     NAME                = 4&lt;/P&gt;&lt;P&gt;     OBJECT              = 5&lt;/P&gt;&lt;P&gt;     TEXTFORMAT          = 6&lt;/P&gt;&lt;P&gt;     COMMUNICATION       = 7&lt;/P&gt;&lt;P&gt;     OTHERS              = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 16:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065314#M1354610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T16:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: EDIT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065315#M1354611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any way to show and edit at same screen???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: like a table control that is the 5 firsts lines are only output and the others are editabled...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;I'll try to speak my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the FM read_text to get the lines...&lt;/P&gt;&lt;P&gt;That lines we cannot edit, only to insert another, undertand?&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;Edited by: Allan Cristian on Sep 10, 2009 2:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 17:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065315#M1354611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T17:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: EDIT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065316#M1354612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need to use class CL_GUI_TEXTEDIT instead of EDIT_TEXT function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create 2 containers 1 with read only and 2nd with Edit mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the example program SAPTEXTEDIT_DEMO_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 17:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065316#M1354612</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-09-10T17:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: EDIT_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065317#M1354613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi a®s,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx again, I'll check the program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 17:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-text/m-p/6065317#M1354613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-10T17:55:40Z</dc:date>
    </item>
  </channel>
</rss>

