<?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: sap smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887446#M1961225</link>
    <description>&lt;P&gt;Please be more specific when asking such questions. What exactly is not aligned?&lt;/P&gt;&lt;P&gt;I can only guess you mean quantity and amount being printed one line lower. Make the columns wider and see what happens. Also see  &lt;SPAN class="mention-scrubbed"&gt;simone.milesi&lt;/SPAN&gt; comment and &lt;A href="https://blogs.sap.com/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers/"&gt;this blog&lt;/A&gt; before posting a question, going forward.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jul 2019 18:44:46 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2019-07-01T18:44:46Z</dc:date>
    <item>
      <title>sap smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887444#M1961223</link>
      <description>&lt;P&gt;how to get table records in proper alignment? ref. the image.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1698712-align.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 07:35:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887444#M1961223</guid>
      <dc:creator>DKanna</dc:creator>
      <dc:date>2019-07-01T07:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: sap smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887445#M1961224</link>
      <description>&lt;P&gt;Which are the not aligned information? The Description and the Code?&lt;BR /&gt;Check if you have in data elements for quantity and amount any empty row, check if you set (C) or (Z) options for the variables because you are printing a quantity like 10.000 (6 chars) but the field is way bigger so the system always tries to print even the empty chars.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 08:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887445#M1961224</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2019-07-01T08:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: sap smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887446#M1961225</link>
      <description>&lt;P&gt;Please be more specific when asking such questions. What exactly is not aligned?&lt;/P&gt;&lt;P&gt;I can only guess you mean quantity and amount being printed one line lower. Make the columns wider and see what happens. Also see  &lt;SPAN class="mention-scrubbed"&gt;simone.milesi&lt;/SPAN&gt; comment and &lt;A href="https://blogs.sap.com/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers/"&gt;this blog&lt;/A&gt; before posting a question, going forward.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 18:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887446#M1961225</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2019-07-01T18:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: sap smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887447#M1961226</link>
      <description>&lt;P&gt;it seem like all the numeric is in 1 alignment and text in other alignment. could you check the smart style?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 01:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887447#M1961226</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-07-02T01:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: sap smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887448#M1961227</link>
      <description>&lt;P&gt;Two suggestions:&lt;/P&gt;&lt;P&gt;1) Try outputting the numeric fields with the (CIZ) addition. Example: &amp;amp;LS_ITAB-AMOUNT(CIZ)&amp;amp;&lt;/P&gt;&lt;P&gt;2) Move the numeric field to a text field (left justified), and print out the text field only. Here is a pseudo-code example:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: gv_amount_as_text TYPE char20.

WRITE ls_itab-amount TO gv_amount_as_text LEFT-JUSTIFIED CURRENCY ls_itab-waers.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then, print &amp;amp;GV_AMOUNT_AS_TEXT&amp;amp; (instead of amount).&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 05:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887448#M1961227</guid>
      <dc:creator>keremkoseoglu</dc:creator>
      <dc:date>2019-07-02T05:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: sap smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887449#M1961228</link>
      <description>&lt;P&gt;You should try to find it yourself, look at the available format options in online help (keywords:  &lt;A href="https://help.sap.com/viewer/search?q=Smart%20Forms%20Output%20Options%20for%20Field%20Contents"&gt;Smart Forms Output Options for Field Contents&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 06:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-smartforms/m-p/11887449#M1961228</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-07-02T06:08:38Z</dc:date>
    </item>
  </channel>
</rss>

