<?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: Clearing  buffers in Scripts. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-buffers-in-scripts/m-p/5760220#M1304697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;Their is problem in the clearing of the tables in the driver program&lt;/P&gt;&lt;P&gt;deberg once u will be get to know .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to chek put the break point in the start of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 07:15:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-17T07:15:19Z</dc:date>
    <item>
      <title>Clearing  buffers in Scripts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-buffers-in-scripts/m-p/5760219#M1304696</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 working on SAP scripts. I am saving some  data in the standard text created through transaction SO10 which is being printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well when I execute the script for first time. But when i execute it for second time for diffrent data , it displays data from previous execution also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this is due to the problem of buffer not getting refreshed. Please let me know how to refresh the&lt;/P&gt;&lt;P&gt;buffers. Please have a look at the below code which i am using to save data in the standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SAVE_TEXT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      header          = w_header&lt;/P&gt;&lt;P&gt;      insert          = 'X'&lt;/P&gt;&lt;P&gt;      savemode_direct = 'X'&lt;/P&gt;&lt;P&gt;      owner_specified = ' '&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      lines           = i_text&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      id              = 1&lt;/P&gt;&lt;P&gt;      language        = 2&lt;/P&gt;&lt;P&gt;      name            = 3&lt;/P&gt;&lt;P&gt;      object          = 4&lt;/P&gt;&lt;P&gt;      OTHERS          = 5.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 07:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-buffers-in-scripts/m-p/5760219#M1304696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing  buffers in Scripts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-buffers-in-scripts/m-p/5760220#M1304697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;Their is problem in the clearing of the tables in the driver program&lt;/P&gt;&lt;P&gt;deberg once u will be get to know .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to chek put the break point in the start of selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 07:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-buffers-in-scripts/m-p/5760220#M1304697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T07:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Clearing  buffers in Scripts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-buffers-in-scripts/m-p/5760221#M1304698</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 have tried the above  option also, But it doesn't work.&lt;/P&gt;&lt;P&gt;The standard text is being populated with req data in second go, but the data is not being printed in the Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 08:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clearing-buffers-in-scripts/m-p/5760221#M1304698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T08:14:07Z</dc:date>
    </item>
  </channel>
</rss>

