<?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: Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627493#M603832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we define tabs in character format and paragraph formats. When u define character format and paragraph format at that time u can define tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 06:42:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T06:42:17Z</dc:date>
    <item>
      <title>Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627491#M603830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are TABs in SAP scripts. Where do we define then and explain with an Example of how to use them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627491#M603830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627492#M603831</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 created in the paragraph formats&lt;/P&gt;&lt;P&gt;Create a new PARAGRAPH format (ZA) in the script&lt;/P&gt;&lt;P&gt;and in that paragraph format you can define the TAB settings and the FONT settings also&lt;/P&gt;&lt;P&gt;Tab settings like&lt;/P&gt;&lt;P&gt;10 CHAR left&lt;/P&gt;&lt;P&gt;20 CHAR left&lt;/P&gt;&lt;P&gt;40 CHAR left&lt;/P&gt;&lt;P&gt;it is the space between the fields on the output&lt;/P&gt;&lt;P&gt;then in the script write&lt;/P&gt;&lt;P&gt;ZA  &amp;amp;ITAB-KUNNR&amp;amp;,, &amp;amp;ITAB-ADRNR&amp;amp;,,&amp;amp;ITAB-NAME1&amp;amp;&lt;/P&gt;&lt;P&gt;,, IS Used to separate the fields so that it takes the space defined in TAB settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627492#M603831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627493#M603832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we define tabs in character format and paragraph formats. When u define character format and paragraph format at that time u can define tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627493#M603832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627494#M603833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever you want to provide some space between variables, especially of TAB size,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;EKPO-MATNR&amp;amp;,, &amp;amp;EKPO-MENGE&amp;amp;,,,, &amp;amp;EKPO-MEINS&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use ,, to set a tab.&lt;/P&gt;&lt;P&gt;&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>Mon, 30 Jul 2007 06:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627494#M603833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627495#M603834</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;We can control the tab feed in a paragraph with tab positions. The tab stops us&lt;/P&gt;&lt;P&gt;define in the paragraph format replace the tab spacing we defined in the header data of theform. However, this depends on the extent to which we have defined tab stops in theparagraph format. If there are fewer tabs in the paragra ph formats than in the headerdata, the tab stops of the header data are used for the rest of the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Use this Std program RSTXSCRP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i) First Export to Presentation file(.doc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ii) Whenever you need that Export into SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Normally we call them as Program symbols. Those are defined in Driver program. We can use in Script as for exp. &amp;amp;itab-matnr&amp;amp; Other variables ---System symbols : ex &amp;amp;page&amp;amp; ---Std symbols : ---Text symbols :We define them in script editor itself. Ex : /: Define &amp;amp;mysymbol&amp;amp; = 'XX'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) We can control the tab feed in a paragraph with tab positions. The tab stops us define in the paragraph format replace the tab spacing we defined in the header data of the form. However, this depends on the extent to which we 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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627495#M603834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627496#M603835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;rewards point for helpful answer&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627496#M603835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627497#M603836</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;Setting the TABS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE71, open your form and click on the paragraph format.&lt;/P&gt;&lt;P&gt;Then select the paragraph and hit the TABS button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can specify your TAB positions and the Alignment here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code, you can saperate the tabs using ,, (comma comma).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&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>Mon, 30 Jul 2007 06:44:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2627497#M603836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:44:26Z</dc:date>
    </item>
  </channel>
</rss>

