<?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: Storing text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338458#M171525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frederic for ur reply&lt;/P&gt;&lt;P&gt; i wann give points but not able to see those stars so will definately give latter&lt;/P&gt;&lt;P&gt;anyway.. i tries fg lstx.. its saying this fg doesnt exist&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>Mon, 15 May 2006 06:59:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T06:59:19Z</dc:date>
    <item>
      <title>Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338453#M171520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody&lt;/P&gt;&lt;P&gt;m back here&lt;/P&gt;&lt;P&gt;I want to store texts of about 500 characters &lt;/P&gt;&lt;P&gt;I have created a text box using controls along with one key field on the screen&lt;/P&gt;&lt;P&gt;Now i want that text to be saved and then again display when user enter the key&lt;/P&gt;&lt;P&gt;Can u plz tell me how to store the texts in the table&lt;/P&gt;&lt;P&gt;coz these tests doesnt store in the tables&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 05:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338453#M171520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T05:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338454#M171521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the data type LCHR for storing your long text and then you can also fetch this data into your text box. if the length is not sufficient then you can use more than one LCHR field and the while displaying just concatenate those fields and then display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Bhutani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 06:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338454#M171521</guid>
      <dc:creator>sbhutani1</dc:creator>
      <dc:date>2006-05-15T06:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338455#M171522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit&lt;/P&gt;&lt;P&gt;thnks for ur quick response&lt;/P&gt;&lt;P&gt;but its not good idea to display a single line of length 500 chars or more&lt;/P&gt;&lt;P&gt;thatz y we have created a text box using control&lt;/P&gt;&lt;P&gt;and now i want to store and then again access the text&lt;/P&gt;&lt;P&gt;I have found that these texts doesnt store in the z-tables&lt;/P&gt;&lt;P&gt;so any idea about where does this text store and how sap stores this text and then again access the same&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 06:06:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338455#M171522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T06:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338456#M171523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guyz &lt;/P&gt;&lt;P&gt;m waiting for ur replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 06:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338456#M171523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T06:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338457#M171524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To store long text, you could use the tables STXH, STXL. Don't write directly in the tables, use the functions :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_TEXT&lt;/P&gt;&lt;P&gt;DELETE_TEXT&lt;/P&gt;&lt;P&gt;SAVE_TEXT&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(function group LSTX)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 06:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338457#M171524</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-05-15T06:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338458#M171525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Frederic for ur reply&lt;/P&gt;&lt;P&gt; i wann give points but not able to see those stars so will definately give latter&lt;/P&gt;&lt;P&gt;anyway.. i tries fg lstx.. its saying this fg doesnt exist&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>Mon, 15 May 2006 06:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338458#M171525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T06:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338459#M171526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function group is STXD  (I read to fast)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 07:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338459#M171526</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-05-15T07:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338460#M171527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frederic again&lt;/P&gt;&lt;P&gt;I am new to this&lt;/P&gt;&lt;P&gt;I have gone through the FM documentation .&lt;/P&gt;&lt;P&gt;In that we can transfer the text to the tables parameter&lt;/P&gt;&lt;P&gt;but can u plz tell me how to transfer this text to std table or how to link fm save_text with std table&lt;/P&gt;&lt;P&gt;Secondly i have gone thorugh tables stxh but in that therz no field exceeding length of 100&lt;/P&gt;&lt;P&gt;ya therz one field of type lraw in table stxd&lt;/P&gt;&lt;P&gt;so do we need to use the same for this purpose??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 07:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338460#M171527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T07:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338461#M171528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three important paramters in reading and saving the texts like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT, TDNAME, TDID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you are not dealing with any of the texts of the documents like PO / SO, you can use SO10 transaction to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TDOBJECT = TEXT&lt;/P&gt;&lt;P&gt;TDNAME = Whatever name you want&lt;/P&gt;&lt;P&gt;TDID = ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you can pass these values to the READ_TEXT and SAVE_TEXT funcitons to read and save texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 07:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338461#M171528</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T07:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338462#M171529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are going to use FMs from function group STXD the text will be stored in the standard table where long texts for documents and standard texts are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to store them in custom table (Z)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can create a ztable with field type string (if you are on WAS) or LCHR to hold large texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as far the formatting when you read the text from the textedit control use method GET_TEXTSTREAM to get the text from the control into a string . (all line breaks, tabx will be retained within the string)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this string you can then directly store it in database and when you want to read this text from database and set it in the text editor you can use method SET_TEXTSTREAM for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 07:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338462#M171529</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-15T07:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338463#M171530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THanks Ravi&lt;/P&gt;&lt;P&gt;but can u plz bit elaborate the point&lt;/P&gt;&lt;P&gt;I have gone thru the transaction SO10.. therz option textname but as such no option tdobject&lt;/P&gt;&lt;P&gt;where do we need to mention all these tdobject, tdname and tdid and how do we relate this with fm save_text??&lt;/P&gt;&lt;P&gt;and ya Raja .. we need to store all these texts in std tables but we are accessing the key from z table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 07:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338463#M171530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338464#M171531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and ya one more thing&lt;/P&gt;&lt;P&gt;in the documentation of fm save_text, therz a line like&lt;/P&gt;&lt;P&gt;"The function module writes a text module to the text file or text memory, depending on the specific &amp;lt;b&amp;gt;text object&amp;lt;/b&amp;gt;"&lt;/P&gt;&lt;P&gt;so whatz this text object and whr do we need to mention this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338464#M171531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338465#M171532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the values that you enter on SO10 transaction before you can see the text - First screen of SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of a ZTABLE, all I have store is the name of the TEXT and I can retrieve that by passing the name to READ_TEXT. So, I don't have to worry about storing the entire text in the ZTABLE myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the TDOBJECT / Object field on SO10 is what he is mentioning about, so in this case we are hard coding it to TEXT. If you see the texts of the PO / SO, it will have different values like , EKKO (For header), EKPO (For item) etc etc. See the table TTXID (Not sure of the exact name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338465#M171532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338466#M171533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi&lt;/P&gt;&lt;P&gt;le me explain my requirement again&lt;/P&gt;&lt;P&gt;What we want to do is &lt;/P&gt;&lt;P&gt;we have one z table and screen for these table fields&lt;/P&gt;&lt;P&gt;Now we want user to enter texts say description of length more than 300 chars&lt;/P&gt;&lt;P&gt;For this we can have one lchar type field in z table but we don want to display a single line on the screen &lt;/P&gt;&lt;P&gt;and thatz why instead of creating field of type lchar in the z table , we have created textcontrol using controls on the screen&lt;/P&gt;&lt;P&gt;Now i want to store and again access this text depending on the table key of ztable in the control on the same screen..&lt;/P&gt;&lt;P&gt;so what should be the approach&lt;/P&gt;&lt;P&gt;1. using FM save_text and read_text &lt;/P&gt;&lt;P&gt;when m using fm save_text, &lt;/P&gt;&lt;P&gt;its giving error message ' Text ID TID for text objt DMC does not exist"&lt;/P&gt;&lt;P&gt;Plz reply soon its argunt&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, 15 May 2006 08:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338466#M171533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338467#M171534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes SAVE_TEXT / READ_TEXT is the way to go with the key in the ZTABLe. While using SAVE_TEXT passing ST for TDID and TEXT for TDOBJECT and with whatever key as the TDNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, you should be able to retrieve the same with the same values using READ_TEXT function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338467#M171534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338468#M171535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but where do we need to mention all these tdid, tdobjt, tdname&lt;/P&gt;&lt;P&gt;threz no such import parameter in fm save_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>Mon, 15 May 2006 08:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338468#M171535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338469#M171536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look under the HEADER Parameters, I am not sure of the exact name. There will be a structure parameter under which all these will be there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338469#M171536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338470#M171537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check structure THEAD and pass it to Header of save_text .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338470#M171537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338471#M171538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Siddharth, Ravi&lt;/P&gt;&lt;P&gt;I am now able to save the text as its not giving any error message&lt;/P&gt;&lt;P&gt;but now when i am trying to read it using read_text fm&lt;/P&gt;&lt;P&gt;its giving dump&lt;/P&gt;&lt;P&gt;The procedure is same for both read and save_text fm or its different??&lt;/P&gt;&lt;P&gt;I have given same parameters as :&lt;/P&gt;&lt;P&gt; CLIENT                        = SY-MANDT&lt;/P&gt;&lt;P&gt;    ID                            = 'ST'&lt;/P&gt;&lt;P&gt;    LANGUAGE                      = 'EN'&lt;/P&gt;&lt;P&gt;    NAME                          = 'TKEY'&lt;/P&gt;&lt;P&gt;    OBJECT                        = 'TEXT'&lt;/P&gt;&lt;P&gt;in the fm read_text&lt;/P&gt;&lt;P&gt;but its giving dump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:12:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338471#M171538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Storing text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338472#M171539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m waiting for ur replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 09:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/storing-text/m-p/1338472#M171539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T09:26:43Z</dc:date>
    </item>
  </channel>
</rss>

