<?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 how can i set tab-points in sap script text elements? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-set-tab-points-in-sap-script-text-elements/m-p/3982665#M951366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i set tab-points in sap script text elements?&lt;/P&gt;&lt;P&gt;i want to display the inernal table fields in some fixed places.&lt;/P&gt;&lt;P&gt;now the fields are moving to right based on the lenght of previous fields.&lt;/P&gt;&lt;P&gt;how can i avoid that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jun 2008 05:22:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-09T05:22:53Z</dc:date>
    <item>
      <title>how can i set tab-points in sap script text elements?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-set-tab-points-in-sap-script-text-elements/m-p/3982665#M951366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i set tab-points in sap script text elements?&lt;/P&gt;&lt;P&gt;i want to display the inernal table fields in some fixed places.&lt;/P&gt;&lt;P&gt;now the fields are moving to right based on the lenght of previous fields.&lt;/P&gt;&lt;P&gt;how can i avoid that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 05:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-set-tab-points-in-sap-script-text-elements/m-p/3982665#M951366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-09T05:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: how can i set tab-points in sap script text elements?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-set-tab-points-in-sap-script-text-elements/m-p/3982666#M951367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Scripts, in Paragraph Format u can find the &lt;STRONG&gt;Tabs&lt;/STRONG&gt; Push button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there, u can mention the Tab positions for a particular Paragraph and use the paragraph in the text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5245862"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2008 02:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-set-tab-points-in-sap-script-text-elements/m-p/3982666#M951367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-21T02:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: how can i set tab-points in sap script text elements?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-set-tab-points-in-sap-script-text-elements/m-p/3982667#M951368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By defining tabs in paragraph format u can display internal table fields.&lt;/P&gt;&lt;P&gt;&lt;U&gt;Tabs in Paragraph Formats&lt;/U&gt; &lt;/P&gt;&lt;P&gt;You can define as many tab positions as you require for each paragraph format. The text can be aligned in different ways: &lt;/P&gt;&lt;P&gt;u2022	Left-aligned with LEFT&lt;/P&gt;&lt;P&gt;u2022	Right-aligned with RIGHT&lt;/P&gt;&lt;P&gt;u2022	Centered with CENTER&lt;/P&gt;&lt;P&gt;u2022	At the sign with SIGN&lt;/P&gt;&lt;P&gt;u2022	At the comma or decimal point with DECIMAL&lt;/P&gt;&lt;P&gt;You can control the tab feed in a paragraph with tab positions. The tab stops you define in the paragraph format replace the tab spacing you defined in the header data of the form. However, this depends on the extent to which you have defined tab stops in the paragraph format. If there are fewer tabs in the paragraph formats than in the header data, the tab stops of the header data are used for the rest of the line. The tab stops are represented as, , in the text editor. &lt;/P&gt;&lt;P&gt;You can use different units of measurement to define a tab position: &lt;/P&gt;&lt;P&gt;u2022	CH Characters &lt;/P&gt;&lt;P&gt;u2022	CM Centimeters &lt;/P&gt;&lt;P&gt;u2022	MM Millimeters &lt;/P&gt;&lt;P&gt;u2022	PT Points &lt;/P&gt;&lt;P&gt;u2022	TW Twips (1/20 point) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The unit of measurement CH is converted to an absolute unit of measurement using the CPI value (characters per inch) from the header data of the form. &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jun 2008 04:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-i-set-tab-points-in-sap-script-text-elements/m-p/3982667#M951368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-21T04:37:20Z</dc:date>
    </item>
  </channel>
</rss>

