<?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: READ_TEXT splitting lines in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170409#M1908212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Splitting text in correct manner you can try for FM RKD_WORD_WRAP.. It Splits the character in a very good manner.Hope it will helps you.&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>Wed, 22 Jul 2015 07:05:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-22T07:05:32Z</dc:date>
    <item>
      <title>READ_TEXT splitting lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170405#M1908208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The standard function module for DELVRY05 Idoc structure uses READ_TEXT function module to populate text in the Delivery Idoc. I see an issue with this function module. It splits the 1st line after 72 characters with TD =&lt;STRONG&gt; " * "&lt;/STRONG&gt; and other lines are allowed for 132 characters with TD = &lt;STRONG&gt;" = "&lt;/STRONG&gt;. Is this an issue in the SAP standard function module? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, the text in my delivery is 73 characters long, so the function module splits the text into 1st line with 72 characters and 2nd line with 1 character. The Idoc as a result has two TDLINE subsegments which makes it difficult for our 3rd Party to read this. they want the text in one segment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain why this is happening? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170405#M1908208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-21T13:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT splitting lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170406#M1908209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Why the format is as what you are seeing because for each line, there&lt;/P&gt;&lt;P&gt;is a maxmum line width when you save it to ITF, in your case, it is 72. &lt;BR /&gt;This can be seen in Tcode SE75, please click change and select the corresponding &lt;BR /&gt;object.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Wen Peng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 03:00:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170406#M1908209</guid>
      <dc:creator>peng_wen</dc:creator>
      <dc:date>2015-07-22T03:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT splitting lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170407#M1908210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. That explains the line width of 72 characters for the 1st line. But from the 2nd line, it does allow 132 characters for each line. How is that happening? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 05:06:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170407#M1908210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-22T05:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT splitting lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170408#M1908211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;In SO10, if you enter the text with the formatting below, the length should be 132 characters&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp; 12345678901234567890123456789012345678901234567890123456789012345678&lt;BR /&gt;=&amp;nbsp;&amp;nbsp; 12345678901234567890123456789012345678901234567890123456789012&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;* 1234567890123456789012345678901234567890123456789012345678901234567890&lt;BR /&gt;&amp;nbsp; 12345678901234567890123456789012345678901234567890123456789012&lt;/P&gt;&lt;P&gt;The paragraph formats '='(Extended Line) or ' '(Continuous Text) should&lt;BR /&gt;ensure there is no line break in the ITF format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the following example will split the first line with 72 characters&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp; 12345678901234567890123456789012345678901234567890123456789012345678&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp; 12345678901234567890123456789012345678901234567890123456789012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure is it explained the behavior of yours, if not, please attach some screenshots&lt;BR /&gt;of the text in SAPScript editor view where we can see the exact formats and the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Wen Peng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 05:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170408#M1908211</guid>
      <dc:creator>peng_wen</dc:creator>
      <dc:date>2015-07-22T05:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: READ_TEXT splitting lines</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170409#M1908212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Splitting text in correct manner you can try for FM RKD_WORD_WRAP.. It Splits the character in a very good manner.Hope it will helps you.&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>Wed, 22 Jul 2015 07:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-text-splitting-lines/m-p/11170409#M1908212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-22T07:05:32Z</dc:date>
    </item>
  </channel>
</rss>

