<?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: Justify function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236804#M1381546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just declare a variable of length 60 and assign the tdline output of the FM READ_TEXT to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: var(60) type c.
var = tdline-tline
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2009 18:56:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-06T18:56:37Z</dc:date>
    <item>
      <title>Justify function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236802#M1381544</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'm using FM READ_TEXT to get the invoice item text and I get it as a tline table but it's 132 char line size and I need to be able to show it on a 60 char line size, is there any FM to adjust the text in order to get something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 18:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236802#M1381544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T18:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Justify function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236803#M1381545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there's lots that do this - have you looked??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 18:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236803#M1381545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T18:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Justify function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236804#M1381546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just declare a variable of length 60 and assign the tdline output of the FM READ_TEXT to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

data: var(60) type c.
var = tdline-tline
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 18:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236804#M1381546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T18:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Justify function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236805#M1381547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I've look for it in fact right now I'm using FM CONVERT_ITF_TO_STREAM_TEXT to get the text with the right length but it splits the text without any validation, it means, it split words or numbers in a wrong way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this text to be printed out on a Smartform thatu2019s why I canu2019t send it to a 60 char variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2009 19:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/justify-function/m-p/6236805#M1381547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-06T19:26:42Z</dc:date>
    </item>
  </channel>
</rss>

