<?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 Help me create and develop editor in classical screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-create-and-develop-editor-in-classical-screen/m-p/12128255#M1974943</link>
    <description>&lt;P&gt;Hi experts,&lt;BR /&gt;I want to develop a new screen same as picture below. But i can't image how to do it. I don't know how to create editor and many button (cut, paste, ... ) and language same as screen. Please help me&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1797528-untitled.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Apr 2020 00:42:58 GMT</pubDate>
    <dc:creator>chau1995</dc:creator>
    <dc:date>2020-04-04T00:42:58Z</dc:date>
    <item>
      <title>Help me create and develop editor in classical screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-create-and-develop-editor-in-classical-screen/m-p/12128255#M1974943</link>
      <description>&lt;P&gt;Hi experts,&lt;BR /&gt;I want to develop a new screen same as picture below. But i can't image how to do it. I don't know how to create editor and many button (cut, paste, ... ) and language same as screen. Please help me&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1797528-untitled.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 00:42:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-create-and-develop-editor-in-classical-screen/m-p/12128255#M1974943</guid>
      <dc:creator>chau1995</dc:creator>
      <dc:date>2020-04-04T00:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help me create and develop editor in classical screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-create-and-develop-editor-in-classical-screen/m-p/12128256#M1974944</link>
      <description>&lt;P&gt;In SAP GUI programming, the layout can be achieved as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The left part could be an ALV Grid (CL_GUI_ALV_GRID) with 2 columns. A text can start with an icon, for instance the text "@BG@Billing Notes" correspond to the icon "Absence" followed by "Billing Notes". Program SHOWICON to see the list of all possible icon codes.&lt;/LI&gt;&lt;LI&gt;The right part is a TextEdit Control (CL_GUI_TEXTEDIT).&lt;/LI&gt;&lt;LI&gt;To get them on the same screen, you have to use a Splitter Control (CL_GUI_SPLITTER_CONTAINER). Inside it, you'll define it with one row and two columns. In each cell, you'll include the two first controls.&lt;/LI&gt;&lt;LI&gt;To get containers and controls inside a dynpro, you have to use a field of type "custom control", to link to an instance of CL_GUI_CUSTOM_CONTAINER. You'll include the splitter container inside it.&lt;/LI&gt;&lt;LI&gt;For the "language" field, it could be defined as a classic dropdown listbox field.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Search the forum to get examples (you will find names of SAP demo programs too).&lt;/P&gt;&lt;P&gt;By the way, I don't know what the language field is for, but if you want a spell checker, it doesn't exist in SAP GUI.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 07:29:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-create-and-develop-editor-in-classical-screen/m-p/12128256#M1974944</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-04-04T07:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help me create and develop editor in classical screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-create-and-develop-editor-in-classical-screen/m-p/12128257#M1974945</link>
      <description>&lt;P&gt;Thanks so much for your solution, I will try it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 02:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-me-create-and-develop-editor-in-classical-screen/m-p/12128257#M1974945</guid>
      <dc:creator>chau1995</dc:creator>
      <dc:date>2020-04-05T02:19:06Z</dc:date>
    </item>
  </channel>
</rss>

