<?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: sapscript standard text clear in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972118#M1339420</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;If your question is to clear the standard text in script created in so10...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the answer would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there would be a code written to include that standard text in the script.. just go aheard and comment it, so that it will not pull the data displayed in that standard text... In scripts you can comment using "/*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you want some changes in that standard text then go to that standard text in so10 and make the necessary changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 10:03:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-10T10:03:01Z</dc:date>
    <item>
      <title>sapscript standard text clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972114#M1339416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;  how can i clear standard text created using so10 in sapscript...&lt;/P&gt;&lt;P&gt;i am passing a internal table to the sap script but am gettting only the datas under first line item.First line item contain 3 records that am able to get but Secong line item contain 4 records is not showing by instead the first line item datas(3) are appearing..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;safel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 09:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972114#M1339416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T09:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript standard text clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972115#M1339417</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; The Key to READ_TEXT FM i.e. the object name would be document number and item number.&lt;/P&gt;&lt;P&gt;So concatenate document number and the item number to get the text against each line item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 09:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972115#M1339417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript standard text clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972116#M1339418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;am using &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;&lt;/P&gt;&lt;P&gt;can u please explain ur logic?&lt;/P&gt;&lt;P&gt;can i clear standard text in sapscript&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Safel007 on Aug 10, 2009 2:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 09:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972116#M1339418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T09:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript standard text clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972117#M1339419</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;In my case i was updating purchase order text. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;i_text-tdobject = 'EKKO'.
  i_text-tdname   = l_pono.
  i_text-tdid     = 'F02'.
  i_text-tdspras  = sy-langu.

  CONCATENATE text-019 ':' wa_upload_file-leg_pono INTO l_header_txt.

  l_text-tdline   = l_header_txt.
  l_text-tdformat = 'X'.
  APPEND l_text.
  CLEAR  l_text.


  CALL FUNCTION 'SAVE_TEXT'
    EXPORTING
      header          = i_text
      insert          = 'X'
      savemode_direct = 'X'
    TABLES
      lines           = l_text
    EXCEPTIONS
      id              = 1
      language        = 2
      name            = 3
      object          = 4
      OTHERS          = 5.
  IF sy-subrc &amp;lt;&amp;gt; 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
  ENDIF.

  CLEAR: i_text,l_text,l_pono.
  REFRESH: l_text.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 09:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972117#M1339419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T09:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript standard text clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972118#M1339420</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;If your question is to clear the standard text in script created in so10...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the answer would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there would be a code written to include that standard text in the script.. just go aheard and comment it, so that it will not pull the data displayed in that standard text... In scripts you can comment using "/*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you want some changes in that standard text then go to that standard text in so10 and make the necessary changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 10:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972118#M1339420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T10:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript standard text clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972119#M1339421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; commenting stndrd text will not help my requirment..&lt;/P&gt;&lt;P&gt;i am looping the text.. so that latest work area has to appear.. in scripts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to clear the old workarea from the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 10:17:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-standard-text-clear/m-p/5972119#M1339421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T10:17:47Z</dc:date>
    </item>
  </channel>
</rss>

