<?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 Abt function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941103#M1152487</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 material master data i want to update sales text. &lt;/P&gt;&lt;P&gt;For this i want to use "read_text" and "save_text"  function modules.&lt;/P&gt;&lt;P&gt;What is parameters i have to use and how to use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 09:03:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-22T09:03:29Z</dc:date>
    <item>
      <title>Abt function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941103#M1152487</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 material master data i want to update sales text. &lt;/P&gt;&lt;P&gt;For this i want to use "read_text" and "save_text"  function modules.&lt;/P&gt;&lt;P&gt;What is parameters i have to use and how to use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 09:03:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941103#M1152487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Abt function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941104#M1152488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;SEARCH&lt;/STRONG&gt; in SCN you will get lots of posts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 09:06:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941104#M1152488</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-12-22T09:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Abt function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941105#M1152489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text ID is : STXH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the above text ID into READ_TEXT FM.&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, 22 Dec 2008 09:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941105#M1152489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Abt function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941106#M1152490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION 'READ_TEXT' consists of exporting and importing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CLIENT = SY-MANDT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OBJECT = ?...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NAME = ?...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ID = ?...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LANGUAGE = ?...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ARCHIVE_HANDLE = 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HEADER =&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABLES LINES = ?...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EXCEPTIONS ID =&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LANGUAGE =&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NAME =&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NOT_FOUND =&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OBJECT =&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;REFERENCE_CHECK =&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WRONG_ACCESS_TO_ARCHIVE =&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the answer for ur question is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID denoted the text ID of the text module. &lt;/P&gt;&lt;P&gt;Generally table  TTXID contains the valid text IDs, depending on the text object.&lt;/P&gt;&lt;P&gt;as we need to pass the sales text objetc the ID is STXH&lt;/P&gt;&lt;P&gt;pass the valus of &lt;/P&gt;&lt;P&gt;ID = 'STXH'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the function module and try out.&lt;/P&gt;&lt;P&gt;hope this works&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, 22 Dec 2008 09:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abt-function-modules/m-p/4941106#M1152490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:53:48Z</dc:date>
    </item>
  </channel>
</rss>

