<?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 Script Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296019#M156842</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;you can use tabulators (represented as ,, in the non-graphical sapscript text editor) to get the data aligned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABs are defined with paragraph formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the same tabs for heading and item paragraphs, that should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I got your question right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2006 21:54:41 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2006-06-02T21:54:41Z</dc:date>
    <item>
      <title>SAP Script Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296018#M156841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am having an issue with SAPScript. I have header and detail windows. I need to align data under the headings but the problem is that if a field is missing data or shorter than the full length defined for that field, the next data field shifts left and the layout gets messed up.&lt;/P&gt;&lt;P&gt;My question is that how can we have the data fields written at specific positions on the page regardless of the lengths of the data in other fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 21:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296018#M156841</guid>
      <dc:creator>former_member445996</dc:creator>
      <dc:date>2006-06-02T21:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296019#M156842</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;you can use tabulators (represented as ,, in the non-graphical sapscript text editor) to get the data aligned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABs are defined with paragraph formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the same tabs for heading and item paragraphs, that should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I got your question right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 21:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296019#M156842</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-02T21:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296020#M156843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with Clemens, TABs should do the trick -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use them like this, after you have declare them...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
,,MY_TAB-FIELD
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 21:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296020#M156843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T21:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296021#M156844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    There are two ways to solve this issue. &lt;/P&gt;&lt;P&gt;  First way is using tab setting to avoid such problems.&lt;/P&gt;&lt;P&gt;  second way is, to give some length that means &lt;/P&gt;&lt;P&gt;  &amp;amp;itab_matnr(IC10)&amp;amp; like this) it will also give some space if the particular variable is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   using any way of the above, you will get the answer.&lt;/P&gt;&lt;P&gt;  Kindly reward points if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks,&lt;/P&gt;&lt;P&gt;  Neptune.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Jun 2006 07:17:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-issue/m-p/1296021#M156844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-03T07:17:04Z</dc:date>
    </item>
  </channel>
</rss>

