<?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 CUSTOM CONTROL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599852#M2010871</link>
    <description>&lt;P&gt;Hi all.&lt;/P&gt;
  &lt;P&gt;I have implemented a custom control in order to have a multiple line input option. In Pa30, i try creating a record and save it. when i go to display mode, the custom control field is still in display mode and hence i can still edit it. Which method of the class cl_gui_textedit should i call to keep it in display mode? Or is there any other way to keep it in display mode?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2080458-image.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 06:55:07 GMT</pubDate>
    <dc:creator>former_member1175782</dc:creator>
    <dc:date>2022-07-28T06:55:07Z</dc:date>
    <item>
      <title>CUSTOM CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599852#M2010871</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;
  &lt;P&gt;I have implemented a custom control in order to have a multiple line input option. In Pa30, i try creating a record and save it. when i go to display mode, the custom control field is still in display mode and hence i can still edit it. Which method of the class cl_gui_textedit should i call to keep it in display mode? Or is there any other way to keep it in display mode?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2080458-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 06:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599852#M2010871</guid>
      <dc:creator>former_member1175782</dc:creator>
      <dc:date>2022-07-28T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOM CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599853#M2010872</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can make the screen field output only based on Tcode.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aditya.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 08:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599853#M2010872</guid>
      <dc:creator>former_member751463</dc:creator>
      <dc:date>2022-07-28T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOM CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599854#M2010873</link>
      <description>&lt;P&gt;You may search the forum/SAP Web site with your favorite Web search engine. I see many answers for search below. Based on the results, if it still doesn't solve, you may anyway refine your query/provide more information. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;cl_gui_textedit display mode site:sap.com&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 28 Jul 2022 11:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599854#M2010873</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-07-28T11:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOM CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599855#M2010874</link>
      <description>&lt;P&gt;the method get_readonly_mode is protected. how to access it?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 11:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599855#M2010874</guid>
      <dc:creator>former_member1175782</dc:creator>
      <dc:date>2022-07-28T11:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOM CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599856#M2010875</link>
      <description>&lt;P&gt;you should not, but protected could be accessed if you are a friend. search for  CLASS LOCAL FRIEND &lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 11:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599856#M2010875</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-07-28T11:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: CUSTOM CONTROL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599857#M2010876</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;misbaseemath&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;You call 'set_readonly_mode' method based on the event you pass value 0 or 1.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 14:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-control/m-p/12599857#M2010876</guid>
      <dc:creator>former_member794557</dc:creator>
      <dc:date>2022-07-28T14:05:14Z</dc:date>
    </item>
  </channel>
</rss>

