<?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: Smartform : text justification not applied to variable in loop. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252374#M1914013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Oliver,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I use &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; Include Text and when ever user change it even not need to save the order and form display from buffer. And also ı use allignment with justified with style and not have problem like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls check in your style for create paragraph format with allignment justified (B1) and select standart paragraph (B1) on your Header Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 11:53:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-09-01T11:53:29Z</dc:date>
    <item>
      <title>Smartform : text justification not applied to variable in loop.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252371#M1914010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a SMARTFORM with a LOOP over a table of text lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data :&lt;/P&gt;&lt;P&gt;it type TEXT_LINE_TAB&lt;/P&gt;&lt;P&gt;structure type TLINE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is essentially :&amp;nbsp; Loop at it into structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the loop I have a normal Text Element that holds one variable&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;structure-TDLINE&amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a smartstyle with a style defined as justified and this style is in the form and applied to this text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, it seems that since the variable &amp;amp;structure-TDLINE&amp;amp; is so short that it would not need justification, then the text that is inserted at run-time is also not justified even though it is a full line length.&lt;/P&gt;&lt;P&gt;IS THERE A FIX FOR THIS?&amp;nbsp; IS THIS A SAP BUG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a check, when I type several lines of normal text into the text element, these lines are properly justified (right and left bound) on preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help in this problem.&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252371#M1914010</guid>
      <dc:creator>olivier_muff</dc:creator>
      <dc:date>2015-09-01T10:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform : text justification not applied to variable in loop.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252372#M1914011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think instead of looping, you can use include text function available in smartforms and apply this text justification for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252372#M1914011</guid>
      <dc:creator>shadab_maldar</dc:creator>
      <dc:date>2015-09-01T10:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform : text justification not applied to variable in loop.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252373#M1914012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shadab.&amp;nbsp; I tried using the "include text function."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Include Text is buffered and I have not found a way to bypass the buffering, so when the user makes a change to the text in the application, the change is not visible until the user quits the application and comes back in.&amp;nbsp; Not user friendly!&amp;nbsp; As a result I use READ_TEXT in the application to get the current text and then pass it to the loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252373#M1914012</guid>
      <dc:creator>olivier_muff</dc:creator>
      <dc:date>2015-09-01T11:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform : text justification not applied to variable in loop.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252374#M1914013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Oliver,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I use &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; Include Text and when ever user change it even not need to save the order and form display from buffer. And also ı use allignment with justified with style and not have problem like this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls check in your style for create paragraph format with allignment justified (B1) and select standart paragraph (B1) on your Header Data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 11:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252374#M1914013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-01T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Smartform : text justification not applied to variable in loop.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252375#M1914014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Acar,&lt;/P&gt;&lt;P&gt;This may be true for Orders but it is not true for the standard texts I am using in my application.&lt;/P&gt;&lt;P&gt;That is why I changed to reading the text directly.&lt;/P&gt;&lt;P&gt;The problem of formatting not being applied to a variable in a loop is still a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try your suggestion to use B1 although since I have a smartstyle myself, B1 may not apply.&lt;/P&gt;&lt;P&gt;Thanks for your input in any case!&lt;/P&gt;&lt;P&gt;All the best,&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:47:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-text-justification-not-applied-to-variable-in-loop/m-p/11252375#M1914014</guid>
      <dc:creator>olivier_muff</dc:creator>
      <dc:date>2015-09-02T14:47:17Z</dc:date>
    </item>
  </channel>
</rss>

