<?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: sapscript: how to align empty fields? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164368#M458115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dawson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can i have ur code plz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 09:13:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T09:13:38Z</dc:date>
    <item>
      <title>sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164362#M458109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this sample sapscript report. some fields are empty that it is why it wont align to the rest of the columns. how to fix that? &amp;lt;b&amp;gt;thanks. &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;screenshot:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://i150.photobucket.com/albums/s116/painkiller2007/SAP/sapscript21.jpg" target="test_blank"&gt;http://i150.photobucket.com/albums/s116/painkiller2007/SAP/sapscript21.jpg&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 08:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164362#M458109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T08:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164363#M458110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of using spaces to align field use Tabs as given in Character formats to align the fields.&lt;/P&gt;&lt;P&gt;Check this link to learn about them.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRFORM/BCSRVSCRFORM.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRFORM/BCSRVSCRFORM.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:01:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164363#M458110</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-05-02T09:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164364#M458111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;use the Paragraph attribute NO BLANK LINES&lt;/P&gt;&lt;P&gt;for the respective paragraphs used for that printing.&lt;/P&gt;&lt;P&gt;and define TAB settings for the columns &lt;/P&gt;&lt;P&gt;to display with proper format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anji Reddy Vangala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:01:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164364#M458111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164365#M458112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  To overcome from the space problem,&lt;/P&gt;&lt;P&gt;instead of using spaces to align field use Tabs as given in Character formats to align the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the Character and Paragraph formats properly and use them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164365#M458112</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-02T09:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164366#M458113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;AMIT:&amp;lt;/b&amp;gt; im already using a tab. still the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SREE:&amp;lt;/b&amp;gt; im already using a tab. still the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ANJI: &amp;lt;/b&amp;gt;I tried "NO BLANK LINES" but still the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164366#M458113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164367#M458114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not tested it but please try to specify the field length in the sap-script. Check if that helps to resolve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;L_TEXT(20)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164367#M458114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164368#M458115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dawson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can i have ur code plz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164368#M458115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164369#M458116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;PAVAN:&amp;lt;/b&amp;gt; pls see image below for the code. &amp;lt;b&amp;gt;thanks.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://i150.photobucket.com/albums/s116/painkiller2007/SAP/sapscript22.jpg" target="test_blank"&gt;http://i150.photobucket.com/albums/s116/painkiller2007/SAP/sapscript22.jpg&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:22:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164369#M458116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164370#M458117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok dawson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform debugging so that u can know from which field ur getting those values and after that remove or add period(,) depending on ur requirement.&lt;/P&gt;&lt;P&gt;Why i'm saying to debug is &lt;/P&gt;&lt;P&gt;all the values are coming from 3 r 4 fields but even the data is diturbed so if u go for debug u can know easily from where those values are coming.&lt;/P&gt;&lt;P&gt;generally these type of problem occurs when we apply IF condition to any statements as &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF &amp;amp;BSEG-PROJK&amp;amp; = ' '
IF &amp;amp;BSEG-AUFNR&amp;amp; &amp;lt;&amp;gt; ' '
,,&amp;amp;BSEG-BSCHL(Z)&amp;amp;,,&amp;amp;BSEG-HKONT&amp;amp;,,,,,,
CHANGED BY PAVAN REMOVED &amp;amp;BSEG-DMBTR&amp;amp;
,,&amp;amp;BSEG-BSCHL(Z)&amp;amp;,,&amp;amp;BSEG-HKONT&amp;amp;,,,,&amp;amp;SKAT-TXT20&amp;amp;
&amp;amp;BSEG-KOSTL&amp;amp;,,&amp;amp;CSKT-LTEXT&amp;amp;
,,&amp;amp;BSEG-AUFNR&amp;amp;
,,,,&amp;amp; SKAT-TXT20&amp;amp;
ELSEIF &amp;amp;BSEG-PERNR&amp;amp; &amp;lt;&amp;gt; ' '
,,&amp;amp;BSEG-BSCHL(Z)&amp;amp;,,&amp;amp;BSEG-HKONT&amp;amp;,,,,&amp;amp;BSEG-KOSTL&amp;amp;,,&amp;amp;BSEG-PERNR&amp;amp;
,,&amp;amp;BSEG-BSCHL(Z)&amp;amp;,,&amp;amp;BSEG-HKONT&amp;amp;,,,,&amp;amp;SKAT-TXT20&amp;amp;
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;in  these conditions if refer to some conditions with the same value then we have to search for that term from it was coming &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not solved then i'll provide u another method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:34:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164370#M458117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164371#M458118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks &amp;lt;b&amp;gt;PAVAN &amp;lt;/b&amp;gt;and thank to all of you. im just a newbie to SAP. i hope u understand. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;thanks to all of u again.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164371#M458118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: sapscript: how to align empty fields?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164372#M458119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its ok yar if u r satisfied with our answers then plz provide points so that it will be a boost up for us&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 10:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-how-to-align-empty-fields/m-p/2164372#M458119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T10:49:08Z</dc:date>
    </item>
  </channel>
</rss>

