<?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: save string with save_text FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271937#M1217008</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;For split text use FM TR_SPLIT_TEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 13:32:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-11T13:32:53Z</dc:date>
    <item>
      <title>save string with save_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271935#M1217006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I use to save long text this FM call:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'SAVE_TEXT'
  EXPORTING
    header = header
  TABLES
    lines  = text_table.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where text_table:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA text_table TYPE STANDARD TABLE OF tline.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where tline is char 132:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TDFORMAT	TDFORMAT	CHAR	2	0	Tag column
TDLINE	        TDLINE	       CHAR	132	0	Text Line&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have a string longer then 132 I split the string in substring long 132 (counting each characters) and reassembling when reloading with read_text, and I ask myself ... this is the only way possible or does exist a more simple way?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Gabriele&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Gabriele Montori on Mar 11, 2009 2:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 13:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271935#M1217006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T13:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: save string with save_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271936#M1217007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am afraid that there isn't any other way.&lt;/P&gt;&lt;P&gt;the text is split into substrings of 132 length and appended, we have no other way of passing long texts longer than 132 chars &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 13:22:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271936#M1217007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T13:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: save string with save_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271937#M1217008</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;For split text use FM TR_SPLIT_TEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 13:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271937#M1217008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T13:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: save string with save_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271938#M1217009</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; There is no option other than splitting the string into 132 chanracters. However, rather than splitting the string by counting, you can use the function module RKD_WORD_WRAP.&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 13:33:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271938#M1217009</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-03-11T13:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: save string with save_text FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271939#M1217010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, even if it's incredible that RKD_WORD_WRAP FM take only char and not string as input... opening a new post on it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 15:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/save-string-with-save-text-fm/m-p/5271939#M1217010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T15:14:37Z</dc:date>
    </item>
  </channel>
</rss>

