<?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 Issue Regarding Text-Editor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-text-editor/m-p/1254189#M145728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Dialog Screen in that i had added one Push Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When User Clicks on that Push Button it will take us to &amp;lt;b&amp;gt;TEXT EDITOR[Just like SO10-Standard Text]&amp;lt;/b&amp;gt; to enter text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to make that &amp;lt;b&amp;gt;TEXT EDITOR&amp;lt;/b&amp;gt; to be disabled, Means user should not be able to enter any text he can see [&amp;lt;b&amp;gt;Dispaly&amp;lt;/b&amp;gt;] the text.&lt;/P&gt;&lt;P&gt;It should not be in change mode any more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me how can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2006 19:41:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-06T19:41:45Z</dc:date>
    <item>
      <title>Issue Regarding Text-Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-text-editor/m-p/1254189#M145728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Dialog Screen in that i had added one Push Button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When User Clicks on that Push Button it will take us to &amp;lt;b&amp;gt;TEXT EDITOR[Just like SO10-Standard Text]&amp;lt;/b&amp;gt; to enter text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to make that &amp;lt;b&amp;gt;TEXT EDITOR&amp;lt;/b&amp;gt; to be disabled, Means user should not be able to enter any text he can see [&amp;lt;b&amp;gt;Dispaly&amp;lt;/b&amp;gt;] the text.&lt;/P&gt;&lt;P&gt;It should not be in change mode any more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body tell me how can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 19:41:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-text-editor/m-p/1254189#M145728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T19:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding Text-Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-text-editor/m-p/1254190#M145729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that you are using the EDIT_TEXT function module?  If so, the just make the DISPLAY parameters = 'X' when you want display mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

* throw editor
call function 'EDIT_TEXT'
  exporting
&amp;lt;b&amp;gt;    display             = 'X'&amp;lt;/b&amp;gt;
    header              = header
    save                = 'X'
  tables
    lines               = txt_lines.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heiilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 19:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-text-editor/m-p/1254190#M145729</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-04-06T19:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding Text-Editor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-text-editor/m-p/1254191#M145730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i am using EDIT_TEXT F.M only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And thanks for that reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 03:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-regarding-text-editor/m-p/1254191#M145730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T03:51:29Z</dc:date>
    </item>
  </channel>
</rss>

