<?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 SAVE_TEXT FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894818#M374054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Sudhi...&lt;/P&gt;&lt;P&gt;Even I thought of this ..But when I replace 'TEXT1' with 'TEXT1' + 'TEXT2' in first attempt..&lt;/P&gt;&lt;P&gt;and in second I might end up with 'TEXT1' 'TEXT1+TEXT2' &amp;amp; 'TEXT3' at the third attempt...&lt;/P&gt;&lt;P&gt;Hope you understand..The Old replacements are not gone they are stored and extracted by &lt;/P&gt;&lt;P&gt;GETDETAILS BAPI....&lt;/P&gt;&lt;P&gt;Can you think of any other solution...Thanks for your help...&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Mar 2007 15:35:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-17T15:35:51Z</dc:date>
    <item>
      <title>Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894815#M374051</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 with using the SAVE_TEXT FM.&lt;/P&gt;&lt;P&gt;Here is the scenario.&lt;/P&gt;&lt;P&gt;I am trying to populate the Long Text on a PM work order component line for a reservation.&lt;/P&gt;&lt;P&gt;Prior to populating this field, no text will exist in this field.&lt;/P&gt;&lt;P&gt;I create the name key using the following:&lt;/P&gt;&lt;P&gt;sy-mandt + resb-rsnum + resb-rspos + resb-rsart&lt;/P&gt;&lt;P&gt;The object id AUFK and the ID is MATK.&lt;/P&gt;&lt;P&gt;INSERT =  X &lt;/P&gt;&lt;P&gt;SAVEMODE_DIRECT =  X &lt;/P&gt;&lt;P&gt;OWNER_SPECIFIED = space             &lt;/P&gt;&lt;P&gt;LOCAL_CAT  = space           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call the FM I get a return code of 0 and when I do a READ_TEXT FM using this key I can see that the text exists in table STXH.&lt;/P&gt;&lt;P&gt;However, when I go to view the long text for the reservation component in IW32 there is no text there.&lt;/P&gt;&lt;P&gt;If I now manually add text to the long text and save, if I now run the SAVE_TEXT FM with the same key, the FM overwrites the value of the text which was manually entered with the value from the FM.&lt;/P&gt;&lt;P&gt;So, does anyone know why the FM writes an entry to STXH which isn't visible in IW32 prior to manually adding text, but is visible after manually adding text?&lt;/P&gt;&lt;P&gt;Has anyone experienced this problem before?&lt;/P&gt;&lt;P&gt;I would appreciate any help anyone could give me.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 16:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894815#M374051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T16:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894816#M374052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;Iam experienceing same kind of problem where in when I update the long text through &lt;/P&gt;&lt;P&gt;BAPI_ALM_ORDER_MAINTAIN and when I view the long text in IW32 iam seeing the text which is updated recently and the old text has been replaced.But when I do a BAPI_ALM_ORDER_GET_DETAIL Iam seeing the all the texts(both old and new)..&lt;/P&gt;&lt;P&gt;Did you find a the reason behind it...?&lt;/P&gt;&lt;P&gt;Pls share if you have found anything on that...&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894816#M374052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894817#M374053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you will have to try the option of first getting the old text maintained in an internal table and then add the new text and then pass it back to the BAPI. I guess that might solve the problem. Looks weird that the old text is not visible but to first read and then append might solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 22:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894817#M374053</guid>
      <dc:creator>sudhindra_chandrashekar</dc:creator>
      <dc:date>2007-03-14T22:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894818#M374054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Sudhi...&lt;/P&gt;&lt;P&gt;Even I thought of this ..But when I replace 'TEXT1' with 'TEXT1' + 'TEXT2' in first attempt..&lt;/P&gt;&lt;P&gt;and in second I might end up with 'TEXT1' 'TEXT1+TEXT2' &amp;amp; 'TEXT3' at the third attempt...&lt;/P&gt;&lt;P&gt;Hope you understand..The Old replacements are not gone they are stored and extracted by &lt;/P&gt;&lt;P&gt;GETDETAILS BAPI....&lt;/P&gt;&lt;P&gt;Can you think of any other solution...Thanks for your help...&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 15:35:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894818#M374054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-17T15:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894819#M374055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have to call INIT_TEXT then SAVE_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 18:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894819#M374055</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-03-17T18:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894820#M374056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe to remember that IW32/ check a flag in table AUFK, view CAUFV, which indicates existence of a long text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you have to put this flag on before the program accept to display your text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 19:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894820#M374056</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-03-17T19:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894821#M374057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry table was RESB, but answer is correct anyway,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field is RESB-LTXSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at &amp;lt;a href="https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/corr_instr/correction_detail.htm?_CINSTA=0120061532&amp;amp;_CALEID=0000356881&amp;amp;_CPAKID=1&amp;amp;_PGMID=LIMU&amp;amp;_OBJ=REPS&amp;amp;_OBJNAM=ZDELRESBLTXSP&amp;amp;tab=2"&amp;gt;Example of program updating flag long text&amp;lt;/a&amp;gt; or note &amp;lt;a href="https://service.sap.com/sap/support/notes/706261"&amp;gt;Note 488862 - No long text for component although long text flag existing&amp;lt;/a&amp;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>Sat, 17 Mar 2007 19:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894821#M374057</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-03-17T19:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SAVE_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894822#M374058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try function COMMIT_TEXT after SAVE_TEXT. SAVE_TEXT will save the text to a special text memory area; from there it must be commited to database using FM COMMIT_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 20:29:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-save-text-fm/m-p/1894822#M374058</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-03-17T20:29:13Z</dc:date>
    </item>
  </channel>
</rss>

