<?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: Problem with FM SAVE_TEXT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449516#M828618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;U can not see the long text directly in the database&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;U have to use FM  READ_TEXT to see the long text.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to this FM, u have to pass TDID, TD OBJECT, TD NAME AND TD SPRAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 20, 2008 10:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 15:02:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-20T15:02:06Z</dc:date>
    <item>
      <title>Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449515#M828617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem in saving the text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the FM and the function module retirns with Sy-subrc = 0.&lt;/P&gt;&lt;P&gt;I see the record in STXH.&lt;/P&gt;&lt;P&gt;However when i see in IA11 transaction I dont see the long text uploaded yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO I need to do something after this .&lt;/P&gt;&lt;P&gt;Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raju..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
      CALL FUNCTION 'SAVE_TEXT'
        EXPORTING
*       CLIENT                = CLIENT
          HEADER               = HEADER
         INSERT                = 'X'
         SAVEMODE_DIRECT       = 'X'
         OWNER_SPECIFIED       = 'X'
*   LOCAL_CAT             = 'X'
       IMPORTING
         FUNCTION              = STATUS
         NEWHEADER             = HEADER
        TABLES
          LINES                 = LINES
       EXCEPTIONS
         ID                    = 1
         LANGUAGE              = 2
         NAME                  = 3
         OBJECT                = 4
         OTHERS                = 5
                .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 14:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449515#M828617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T14:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449516#M828618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;U can not see the long text directly in the database&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;U have to use FM  READ_TEXT to see the long text.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;to this FM, u have to pass TDID, TD OBJECT, TD NAME AND TD SPRAS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 20, 2008 10:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449516#M828618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449517#M828619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had the same experience with work order long text.&lt;/P&gt;&lt;P&gt;The problem occurs when you create a new long text right?&lt;/P&gt;&lt;P&gt;For me, I had to update the field txtsp field of table AFVC to link the long text to work order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i gues you also have to do some thing like this. I am not sure which table needs to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you debug the program for IA11 and check the table field for long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~goldie.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449517#M828619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449518#M828620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the FM to read text and I have everything. I am passing the same text to save and am having problems in Saving it.&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>Wed, 20 Feb 2008 15:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449518#M828620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449519#M828621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Goldie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449519#M828621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449520#M828622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any More Suggestions friends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raju...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449520#M828622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449521#M828623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Are u using COMMIT_TEXT or COMIIT_WORK after calling   the save text.&lt;/P&gt;&lt;P&gt;2. Does the table STXH have an entry for the text u have created.&lt;/P&gt;&lt;P&gt;3. If every thing is okay then create a text in the Tcode IA11 directly and compare the entry with ur entry in STXH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope with this you can sort out the issue.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 16:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449521#M828623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449522#M828624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vasant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked into one of the previous post and have done everything you have mentioned.&lt;/P&gt;&lt;P&gt;The entry also exists in STXH table. However I am still Unable to process the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However in IA11, there is a check box for long text. when I do manually go and create a long text the check box is automatically checked on., However when I am using the FM its not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more observation for the operation that already had a check mark on and now when I try to save the laong text it created and removed the older text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 16:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449522#M828624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T16:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449523#M828625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the problem with SAVE_TEXT, it does not append lines to the existing text but edits it completely.&lt;/P&gt;&lt;P&gt;If you want to append to an existing long text, you'll have to read the text first using READ_TEXT and then append the other lines to that table and then use SAVE_TEXT with the whole appended table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first issue, you can only solve by finding the database table. Because your long text is getting created and you can see it in STXH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what r you doing to link this text with your object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create it manually, the corresponding table gets updated, but the SAVE_TEXT doesnt do that.&lt;/P&gt;&lt;P&gt;That is why you can see your long text in STXH but not in IA11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the field that gets checked on in IA11 when you have a long text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 17:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449523#M828625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T17:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449524#M828626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let everyone know if you were able to fix this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vaibhav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 18:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449524#M828626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T18:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449525#M828627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, the answer is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are missing COMMIT WORK after SAVE_TEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kisses.. miau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 15:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449525#M828627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T15:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449526#M828628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a long text exists indicator in an associated table (sometimes called LTEXT)?  This has to be set ON ('X') or SAP will not look for your long texts, if the long text exists indicator is not ON.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 16:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449526#M828628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM SAVE_TEXT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449527#M828629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before anyone else decides to respond, check the date of the OP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 18:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-save-text/m-p/3449527#M828629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-27T18:25:02Z</dc:date>
    </item>
  </channel>
</rss>

