<?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: table for SAVE_TEXT function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511327#M1423554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the source code of the function module SAVE_TEXT... there they mentioned STXH and STXL... those tables contain the object, name, id and cluster alone there is no field which is maintaining for text.  I entered a text called "Testing for the SAP Script" using the save_function module....... in which table i can see the text???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2010 10:25:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-21T10:25:33Z</dc:date>
    <item>
      <title>table for SAVE_TEXT function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511325#M1423552</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 used the function module SAVE_TEXT and it works fine.  Now my problem is i want to see the text which i have saved, which table holds the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511325#M1423552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T10:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: table for SAVE_TEXT function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511326#M1423553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again... analyse the function and look through the form routines. The table names are in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511326#M1423553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: table for SAVE_TEXT function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511327#M1423554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the source code of the function module SAVE_TEXT... there they mentioned STXH and STXL... those tables contain the object, name, id and cluster alone there is no field which is maintaining for text.  I entered a text called "Testing for the SAP Script" using the save_function module....... in which table i can see the text???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511327#M1423554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T10:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: table for SAVE_TEXT function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511328#M1423555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wouldnt want to take much pain, use READ_TEXT FM for the same text id and object to find what values you saved using SAVE_TEXT else check the tables STXH and STXL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511328#M1423555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T10:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: table for SAVE_TEXT function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511329#M1423556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text is in the cluster table STXL (and STXB for non sapscript), not readable with human eyes on transaction SE16n or such tool, it's  ITF format in a Cluster storage (so [IMPORT|http://help.sap.com/abapdocu_70/en/ABAPIMPORT_DATA_CLUSTER.htm] [FROM DATABASE|http://help.sap.com/abapdocu_70/en/ABAPIMPORT_MEDIUM.htm#!ABAP_ALTERNATIVE_4@4@] statements) . (read [Storing Text Components|http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db668494511d182b70000e829fbfe/content.htm])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: There are sap FM like [READ_TEXT|http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db8c8494511d182b70000e829fbfe/frameset.htm] to manage text data, look at [SAPscript Function Modules|http://help.sap.com/saphelp_nw70/helpdata/en/d6/0db8bb494511d182b70000e829fbfe/frameset.htm]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511329#M1423556</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-01-21T10:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: table for SAVE_TEXT function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511330#M1423557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The best solution is to use READ_TEXT Function module to get the content with the same id and obj name which you had given for SAVE_TEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 10:41:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511330#M1423557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: table for SAVE_TEXT function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511331#M1423558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so we can't able to see the text which i have saved using save_text FM right???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you guys for your kind informations&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 11:04:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-save-text-function-module/m-p/6511331#M1423558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-21T11:04:41Z</dc:date>
    </item>
  </channel>
</rss>

