<?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 editor call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editor-call/m-p/3411185#M819232</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 in ABAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one can explain me the use of  &lt;STRONG&gt;editor call&lt;/STRONG&gt; with code example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2008 05:48:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-23T05:48:04Z</dc:date>
    <item>
      <title>editor call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editor-call/m-p/3411185#M819232</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 in ABAP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any one can explain me the use of  &lt;STRONG&gt;editor call&lt;/STRONG&gt; with code example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;navneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 05:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editor-call/m-p/3411185#M819232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T05:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: editor call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editor-call/m-p/3411186#M819233</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;it displays ur itab so u can edit and save......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its obselete so avoid using it ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : BEGIN OF itab1 OCCURS 0,
       fld3  TYPE char8,
       fld5  TYPE char8,
       fld1  TYPE char8,
       fld2  TYPE char8,
       fld4  TYPE char8,
       END   OF itab1.

itab1-fld1 = ' 10'.
itab1-fld2 = ' 900'.
itab1-fld3 = ' apple'.
itab1-fld4 = '  14 '.
itab1-fld5 = ' 1'.
APPEND itab1.
itab1-fld1 = ' 10'.
itab1-fld2 = ' 900'.
itab1-fld3 = ' apple'.
itab1-fld4 = '  14 '.
itab1-fld5 = ' 1'.
APPEND itab1.
itab1-fld1 = ' 10'.
itab1-fld2 = ' 900'.
itab1-fld3 = ' apple'.
itab1-fld4 = '  14 '.
itab1-fld5 = ' 1'.
APPEND itab1.
itab1-fld1 = ' 10'.
itab1-fld2 = ' 900'.
itab1-fld3 = ' apple'.
itab1-fld4 = '  14 '.
itab1-fld5 = ' 1'.
APPEND itab1.

EDITOR-CALL FOR itab1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2008 05:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editor-call/m-p/3411186#M819233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-23T05:56:33Z</dc:date>
    </item>
  </channel>
</rss>

