<?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 remove insert replace delete options from abap editor in EDIT mode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-insert-replace-delete-options-from-abap-editor-in-edit-mode/m-p/6643914#M1443864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  ,&lt;/P&gt;&lt;P&gt;     i am facing a strange problem. when i change to edit mode the code remains as display format and there are buttons in the toolbar to insert,delete, modify  . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it puts a tag *{ insert  &lt;/P&gt;&lt;P&gt;    *}  &lt;/P&gt;&lt;P&gt;like this when i press insert button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to  do normal editing.  How to ressolve it. &lt;/P&gt;&lt;P&gt;this is a Z-program and  editor lock is  unchecked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 09:39:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T09:39:53Z</dc:date>
    <item>
      <title>remove insert replace delete options from abap editor in EDIT mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-insert-replace-delete-options-from-abap-editor-in-edit-mode/m-p/6643914#M1443864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  ,&lt;/P&gt;&lt;P&gt;     i am facing a strange problem. when i change to edit mode the code remains as display format and there are buttons in the toolbar to insert,delete, modify  . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it puts a tag *{ insert  &lt;/P&gt;&lt;P&gt;    *}  &lt;/P&gt;&lt;P&gt;like this when i press insert button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to  do normal editing.  How to ressolve it. &lt;/P&gt;&lt;P&gt;this is a Z-program and  editor lock is  unchecked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 09:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-insert-replace-delete-options-from-abap-editor-in-edit-mode/m-p/6643914#M1443864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T09:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: remove insert replace delete options from abap editor in EDIT mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-insert-replace-delete-options-from-abap-editor-in-edit-mode/m-p/6643915#M1443865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use EDIT-&amp;gt;Modification Operations -&amp;gt; Swith off assistant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you switch off, it will work like a normal editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 09:48:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-insert-replace-delete-options-from-abap-editor-in-edit-mode/m-p/6643915#M1443865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T09:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: remove insert replace delete options from abap editor in EDIT mode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-insert-replace-delete-options-from-abap-editor-in-edit-mode/m-p/6643916#M1443866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is because you are  trying  to change a progarm that is not the orignal in that system, in which you are trying to make changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for such program Original system is different from the system in which you are trying to modify it. You can also check it from object directory entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To edit such type of program please follow the below procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GOTO T-CODE SE03&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Under the node *&lt;STRONG&gt;Object Directory&lt;/STRONG&gt; choose &lt;STRONG&gt;change object directory entries&lt;/STRONG&gt; and click on execute icon or double click on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now check the check box &lt;STRONG&gt;R3TR PROG&lt;/STRONG&gt; and give the program name in the input area and click on execute icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now double click on program name and change the original system and give the name of system in which you are tyring to make changes in that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have applied this solution many times and this will also work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 11:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-insert-replace-delete-options-from-abap-editor-in-edit-mode/m-p/6643916#M1443866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T11:08:46Z</dc:date>
    </item>
  </channel>
</rss>

