<?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: Using Tabs in Sapscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233120#M1209527</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 can see how you're confused, anyone who's every worked with SAPscript will understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may help to think of this as you would MS Word, but essentially your understanding is correct.  The line starts at the first character, if you first have ,, it will tab to the first tab stop then output the field.  The next ,, will go to the next tab UNLESS the field is longer than the space between tabs in which can you'll be at the third tab.  If you want to jump multiple tabs you would specify ,, multiple times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2009 11:07:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-27T11:07:27Z</dc:date>
    <item>
      <title>Using Tabs in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233118#M1209525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi developers,&lt;/P&gt;&lt;P&gt;I am new at Sapscript and I'm having a lot of troubles trying to understand how to use tabs ',,'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set the position for tabs but I really don't understand how it works... (My aim is to make the column of a table aligned).&lt;/P&gt;&lt;P&gt;Wich is the relation between what I wrote into this position and what i display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this: '',,&amp;amp;field_name1&amp;amp;,,&amp;amp;field_name2&amp;amp;,," write field_name1 in the first position and field_name2 in the second one? Do I have to use different notation? (like repeating ,, twice ',,,,' or three times ',,,,,,' for second and third position and so on...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...As you understand I'm really confused!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 11:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233118#M1209525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T11:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using Tabs in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233119#M1209526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone,&lt;/P&gt;&lt;P&gt;&amp;amp;fieldname(20)&amp;amp; it will automatically take 20 characters and it will get automatically aligned.&lt;/P&gt;&lt;P&gt;And ',,'  2 togetther is considered as one tab.But the best way to do it is Give that field a particular max. length. It will automatically fall in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much Regards,&lt;/P&gt;&lt;P&gt;Amuktha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amuktha Naraparaju on Feb 27, 2009 12:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 11:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233119#M1209526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T11:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Tabs in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233120#M1209527</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 can see how you're confused, anyone who's every worked with SAPscript will understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may help to think of this as you would MS Word, but essentially your understanding is correct.  The line starts at the first character, if you first have ,, it will tab to the first tab stop then output the field.  The next ,, will go to the next tab UNLESS the field is longer than the space between tabs in which can you'll be at the third tab.  If you want to jump multiple tabs you would specify ,, multiple times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 11:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233120#M1209527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Tabs in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233121#M1209528</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;,, means one tab &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,, &amp;amp;field1&amp;amp; means field1 would be displayed in 2nd tab position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,,,,&amp;amp;field1&amp;amp;means field1 would be displayed in 3rd tab position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 11:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233121#M1209528</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-02-27T11:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using Tabs in Sapscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233122#M1209529</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;Regarding your query:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this: '',,&amp;amp;field_name1&amp;amp;,,&amp;amp;field_name2&amp;amp;,," write field_name1 in the first position and field_name2 in the second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are absolutely right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now suppose you want to position the first field_name1 in the second tab position ( defined in the corresponding paragraph ) then you will use ,,,,&amp;amp;field_name1&amp;amp; If you want to position at say 5th tab posistion then it should be ,,,,,,,,,,(total 10,)&amp;amp;field_name1&amp;amp; etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned by the previous post, just remember ,, means 1 tab position. Thus if you count total no of ,, appearing before the field, that will give you the tab position where that particular field is being positioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 12:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-tabs-in-sapscript/m-p/5233122#M1209529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-27T12:00:43Z</dc:date>
    </item>
  </channel>
</rss>

