<?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: Custom Splitscreen Editor - Classes &amp; FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557327#M1075835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the splitter container for splitting of the screen cl_gui_splitter_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for showing the program in text editor you have to use the class cl_gui_textedit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 09:02:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T09:02:55Z</dc:date>
    <item>
      <title>Custom Splitscreen Editor - Classes &amp; FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557326#M1075834</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 new  but have an idea about ABAP objects. My requirement is as follows- &lt;/P&gt;&lt;P&gt;I have to create a cutsom splitscreen editor. On left side, there would be a program which should be editable(just like SE39) whereas on right side, I will have my comments(populating from table and non editable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my problem is that SE39 is purely based on ABAP objects. And I tried to play around Workbench manager classes but went unsuccesfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any steps or any simpler FM ?&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;Regards&lt;/P&gt;&lt;P&gt;Megha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557326#M1075834</guid>
      <dc:creator>megha_h</dc:creator>
      <dc:date>2008-10-08T08:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Splitscreen Editor - Classes &amp; FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557327#M1075835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the splitter container for splitting of the screen cl_gui_splitter_container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for showing the program in text editor you have to use the class cl_gui_textedit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557327#M1075835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Splitscreen Editor - Classes &amp; FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557328#M1075836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Yes I can use the classes cl_gui_splitter_container and cl_gui_textedit. But then i am not directly making channges to the source code. In this case, the complete source text(which we copy to the left container) has to be overitten to the original source which i want to avoid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the changes directly to the source code just like SE39.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Megha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557328#M1075836</guid>
      <dc:creator>megha_h</dc:creator>
      <dc:date>2008-10-08T09:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Splitscreen Editor - Classes &amp; FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557329#M1075837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SE39 doesn't directly change the source code.  It uses READ REPORT to get the source code, and INSERT REPORT to write it back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'd be doing exactly the same with your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557329#M1075837</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-08T09:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Splitscreen Editor - Classes &amp; FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557330#M1075838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that SE39 uses READ REPORT and INSERT REPORT ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coz i searched a lot, but coudlnt find anywhere...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Megha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557330#M1075838</guid>
      <dc:creator>megha_h</dc:creator>
      <dc:date>2008-10-08T09:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Splitscreen Editor - Classes &amp; FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557331#M1075839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Totally certain - check function module "SAVE_SOURCE".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557331#M1075839</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-08T09:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Splitscreen Editor - Classes &amp; FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557332#M1075840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for help, Matt and Vijay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Megha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 12:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-splitscreen-editor-classes-fm/m-p/4557332#M1075840</guid>
      <dc:creator>megha_h</dc:creator>
      <dc:date>2008-10-08T12:04:34Z</dc:date>
    </item>
  </channel>
</rss>

