<?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: Save_Text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904787#M1481962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search before posting, don't ask interview/exam type of questions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please don't answer such questions!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 May 2010 07:54:21 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2010-05-11T07:54:21Z</dc:date>
    <item>
      <title>Save_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904783#M1481958</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;What is the usage of SAVE_TEXT,READ_TEXT and CREATE_TEXT in Scripts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 06:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904783#M1481958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-11T06:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Save_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904784#M1481959</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;You can find your self... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way of understanding any FM is by reading its documentation.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In SE37 -&amp;gt; Give the name of FM -&amp;gt; Main menu -&amp;gt; Goto -&amp;gt; Documentation -&amp;gt; Function module documentation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Or Simply&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In SE37 give the function module name and press F9&lt;/STRONG&gt; ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lokesh Tarey on May 11, 2010 8:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 06:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904784#M1481959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-11T06:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Save_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904785#M1481960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For just an example, there are Item Texts and Header Texts maintained in Sales Documents. SO, delivery etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If these texts are to be displayed on the form, READ_TEXT to be used to fetch them.&lt;/P&gt;&lt;P&gt;These texts are not directly available in the databse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For some functionality if you wish to change or create new text, you can do this using SAVE_TEXT, CREATE_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pranu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 06:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904785#M1481960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-11T06:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Save_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904786#M1481961</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 you want to know the value of the parameters of the function, you can find in the table STXH.&lt;/P&gt;&lt;P&gt;You create the text in the document (purchase order...) and with a SE16 on STXH:&lt;/P&gt;&lt;P&gt;TDFUSER = sy-uname&lt;/P&gt;&lt;P&gt;TDFDATE = the date you create the text. you will find the key of STXH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 07:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904786#M1481961</guid>
      <dc:creator>sylvain_vels</dc:creator>
      <dc:date>2010-05-11T07:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Save_Text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904787#M1481962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search before posting, don't ask interview/exam type of questions.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please don't answer such questions!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 07:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-text/m-p/6904787#M1481962</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-05-11T07:54:21Z</dc:date>
    </item>
  </channel>
</rss>

