<?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: help on save_text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995447#M405639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of the old transactions that SAP had where it determines the existence of long text based on whether the language key field is having a value or not. Unfortunately that language key is filled in only if you go through the transaction instead of SAVE_TEXT. You will have to do a direct update of the table field with the language key (make sure you update it in internal format). The field is TXTSP on PLKO and PLPO depending on if the text is for header or item. Set this field to 'E' (assuming you are uploading the text in English language).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To validate this, you can check the current value of this field and it will be blank. You can then go to the transaction in change mode, go to the text long text area and simply save without entering anything. You will see your text now because this field will now show 'E' as its value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 13:35:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T13:35:39Z</dc:date>
    <item>
      <title>help on save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995443#M405635</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 am using the save_text to insert long text in Tcode QP01,&lt;/P&gt;&lt;P&gt;i passed all parametes but it is not getting updated in transaction&lt;/P&gt;&lt;P&gt;but it is updated  in table STXH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 13:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995443#M405635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T13:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: help on save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995444#M405636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the parameter OBJECTNAME , that you are passing to the Fun module.&lt;/P&gt;&lt;P&gt;What code you have written? put here? it is easy to know what;s wrong in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 13:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995444#M405636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T13:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: help on save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995445#M405637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the Transaction code QP01, press the Line editor button, then the line editor will open, then press Goto --&amp;gt; Header, you will get the options to pass in the SAVE_TEXT function module, pass these values in that function module then the text will be stored in the Transaction also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 13:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995445#M405637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T13:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: help on save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995446#M405638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have passed that values only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 13:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995446#M405638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T13:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: help on save_text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995447#M405639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of the old transactions that SAP had where it determines the existence of long text based on whether the language key field is having a value or not. Unfortunately that language key is filled in only if you go through the transaction instead of SAVE_TEXT. You will have to do a direct update of the table field with the language key (make sure you update it in internal format). The field is TXTSP on PLKO and PLPO depending on if the text is for header or item. Set this field to 'E' (assuming you are uploading the text in English language).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To validate this, you can check the current value of this field and it will be blank. You can then go to the transaction in change mode, go to the text long text area and simply save without entering anything. You will see your text now because this field will now show 'E' as its value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 13:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-save-text/m-p/1995447#M405639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T13:35:39Z</dc:date>
    </item>
  </channel>
</rss>

