<?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: ABAP GENERAL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593118#M865171</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;As mentioned above, you can clear the variable before it is being displayed using WRITE statement. Otherwise, you cannot do anything once it is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points if it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 09:01:39 GMT</pubDate>
    <dc:creator>aris_hidalgo</dc:creator>
    <dc:date>2008-03-17T09:01:39Z</dc:date>
    <item>
      <title>ABAP GENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593114#M865167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you clear data already written using the 'WRITE' syntax?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 08:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593114#M865167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T08:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP GENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593115#M865168</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;Clear that Work Area....in which the data is stored runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR WA_IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 08:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593115#M865168</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-03-17T08:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP GENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593116#M865169</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;Just use CLEAR ITAB before WRITE STATEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Award Points If Useful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 09:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593116#M865169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T09:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP GENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593117#M865170</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;check this ......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: v_test(23).&lt;/P&gt;&lt;P&gt;write  'this is working boss' to v_test.&lt;/P&gt;&lt;P&gt;write:/ v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write  'this is working boss' to v_test.&lt;/P&gt;&lt;P&gt;clear v_test.&lt;/P&gt;&lt;P&gt;write:/ v_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 09:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593117#M865170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP GENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593118#M865171</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;As mentioned above, you can clear the variable before it is being displayed using WRITE statement. Otherwise, you cannot do anything once it is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points if it helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 09:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593118#M865171</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2008-03-17T09:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP GENERAL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593119#M865172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siddarth,&lt;/P&gt;&lt;P&gt;While writing data to a list output u can over write the already written data only if your cursor is there in the same line. If the cursor is moved to the next line using the syntax &lt;STRONG&gt;WRITE:/&lt;/STRONG&gt; or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SKIP&lt;/STRONG&gt; or &lt;STRONG&gt;NEW-LINE&lt;/STRONG&gt; u can't return back the previous line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below sample code for over writing the data which is already written to the list output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA w_space(5) TYPE c VALUE IS INITIAL.&lt;/P&gt;&lt;P&gt;WRITE:/1 'Vinod'.&lt;/P&gt;&lt;P&gt;WRITE: 1 w_space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;O/P: Blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can over write data by specifyings the position from where u want to over write also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE AT 3 w_space.&lt;/P&gt;&lt;P&gt;O/P: Vi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 09:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/3593119#M865172</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-03-17T09:07:50Z</dc:date>
    </item>
  </channel>
</rss>

