<?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: Scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728798#M317501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sarath...&lt;/P&gt;&lt;P&gt;jus checkl out if the below works..&lt;/P&gt;&lt;P&gt;reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based upon data display, you can define left aligned, right aligned tabs which helps to format output columns in layouts. The tab stops you define in the paragraph format replace the tab spacing you defined in the header data of the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg my first field is Sales order which is 10 characters long, second field is MATNR which is 18 character long and then MAKTX - 40 characters long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In paragraph format i will use first tab at 11th position and second at 30th position. You need to consider field lengths while declaring tab positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details check this link -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 05:41:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T05:41:12Z</dc:date>
    <item>
      <title>Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728793#M317496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do use tab sets in layout sets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728793#M317496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728794#M317497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make the paragraph format and  do the tab setting there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use these tab position in sapscript layout.&lt;/P&gt;&lt;P&gt;Assume DP is ur paragraph format &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DP ,,&amp;amp;itab-v1&amp;amp;,,&amp;amp;itab-v2&amp;amp;,, and so on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define tabs as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 5.00 cm left&lt;/P&gt;&lt;P&gt;2 10.00 cm left&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't think that if u give right it is assigned to right like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left means from left it move to the 5 cm position and then display at that position ,right means from right corner it will adjust the alignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kishan negi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728794#M317497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728795#M317498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarath , &lt;/P&gt;&lt;P&gt;  You first need to define the tabs for a paragraph format and the for each tab use ,,&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mara-matnr,makt-maktx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:38:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728795#M317498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728796#M317499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create paragraph format and within this click on the TABS push button wherein u can specify the tab settings.&lt;/P&gt;&lt;P&gt;This tab setting is been used in the sapscript layout for proper alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say, u have given 3 in Tabs of I2.&lt;/P&gt;&lt;P&gt;when U use as 1. , , text...in output it will print as&lt;/P&gt;&lt;P&gt;1.    text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728796#M317499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728797#M317500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Tabs are used for alignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give your tab format in your command line &amp;amp; use ,to use the tab positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say you have a paragragh format P1 with tab positions as below&lt;/P&gt;&lt;P&gt; 1) 1 CM LEFT&lt;/P&gt;&lt;P&gt; 2) 2 CM LEFT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; you want to display var1 &amp;amp; var2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in script&lt;/P&gt;&lt;P&gt;P1 ,var1,var2&lt;/P&gt;&lt;P&gt;now var1 will be displayed 1 cm from left hand side of the window &amp;amp; var2 will be displayed 2 cm from left side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728797#M317500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728798#M317501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sarath...&lt;/P&gt;&lt;P&gt;jus checkl out if the below works..&lt;/P&gt;&lt;P&gt;reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based upon data display, you can define left aligned, right aligned tabs which helps to format output columns in layouts. The tab stops you define in the paragraph format replace the tab spacing you defined in the header data of the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg my first field is Sales order which is 10 characters long, second field is MATNR which is 18 character long and then MAKTX - 40 characters long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In paragraph format i will use first tab at 11th position and second at 30th position. You need to consider field lengths while declaring tab positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details check this link -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 05:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/1728798#M317501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T05:41:12Z</dc:date>
    </item>
  </channel>
</rss>

