<?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 Scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017072#M80273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP has provided since long the Smart Forms Tool. In most cases this can replace SAP Script requirements. Smart Forms provide loser integration between your extraction/processing logic and display logic. You can pass complete internal tables to the Smart Form and then display them as you like. It provides far greater control on formatting and positioning. One of the greatest advantage over SAP Script is the provision of a grid like table layout, and cells that can wrap data.&lt;/P&gt;&lt;P&gt;I will very strongly recommend that you move on to Smart Forms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2005 09:43:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-28T09:43:48Z</dc:date>
    <item>
      <title>SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017066#M80267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to loop through 2 itabs in the main window.&lt;/P&gt;&lt;P&gt; I'm using 2 write_forms. But the contents of the 2nd itab is output below the 1st. Is there any method to make the contents of the 2nd itab to come next to the 1st entry of the first itab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 08:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017066#M80267</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2005-09-28T08:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017067#M80268</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;loop at itab1&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   ELEMENT                        = 'P1'&lt;/P&gt;&lt;P&gt;   WINDOW                         = 'MAIN'&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;  loop at itab2&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;          ELEMENT                        = 'P2'&lt;/P&gt;&lt;P&gt;          WINDOW                         = 'MAIN'&lt;/P&gt;&lt;P&gt;   endloop&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017067#M80268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017068#M80269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sasi,&lt;/P&gt;&lt;P&gt; thats wot im doing. But the contents of the 2nd itab comes below the first. I Want it 2 come in the same row as the contents of the first itab in the main window.&lt;/P&gt;&lt;P&gt; any solutions???&lt;/P&gt;&lt;P&gt; regards,&lt;/P&gt;&lt;P&gt;Madan, Bangalore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017068#M80269</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2005-09-28T09:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017069#M80270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a big new itab in the printprogram which has the combination of the 2 itabs on 1 line. Then put the output of this to the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017069#M80270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T09:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017070#M80271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Bas,&lt;/P&gt;&lt;P&gt; my 1st itab itself has 4 other itabs in it.&lt;/P&gt;&lt;P&gt; more ever my requirement is that i have to loop through the 2nd itab seperately.&lt;/P&gt;&lt;P&gt; regards madan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017070#M80271</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2005-09-28T09:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017071#M80272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this is the only way unfortunally. The only other solution I can think of is creating a second MAIN window which is located next to the original one. The second itab can put it's  output there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017071#M80272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T09:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017072#M80273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP has provided since long the Smart Forms Tool. In most cases this can replace SAP Script requirements. Smart Forms provide loser integration between your extraction/processing logic and display logic. You can pass complete internal tables to the Smart Form and then display them as you like. It provides far greater control on formatting and positioning. One of the greatest advantage over SAP Script is the provision of a grid like table layout, and cells that can wrap data.&lt;/P&gt;&lt;P&gt;I will very strongly recommend that you move on to Smart Forms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017072#M80273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T09:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017073#M80274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bas,&lt;/P&gt;&lt;P&gt; A 2nd main window wud be like a 2nd column. also the contenets of the first will flow into the 2nd .&lt;/P&gt;&lt;P&gt;i tried it. but tell me , is here a way to call the 2nd main window explicitly thru write_form.&lt;/P&gt;&lt;P&gt; i tries window =  'MAIN 01'... but got an error. more ever the 2nd main window will take the same width of the 1st. only the height is variable.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017073#M80274</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2005-09-28T09:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017074#M80275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no on-hands experience with this. There should be possibilities to do this somehow. There are several topics about it on the forum. Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 09:50:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017074#M80275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T09:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017075#M80276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear Ahsan,&lt;/P&gt;&lt;P&gt; My friend is working on a different object  with a similar requirement as mine. and he is using smart forms.&lt;/P&gt;&lt;P&gt; unfortunately even he is having the same problem.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madan...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 10:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017075#M80276</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2005-09-28T10:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017076#M80277</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 think the best solution would be to create a 3rd Internal Table. Let th first loop the first few columns of the internal table and the second loop fill the other remaining columns of the Internal table. Finally u can display the Internal table in just one Main Window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2005 10:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1017076#M80277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-28T10:06:43Z</dc:date>
    </item>
  </channel>
</rss>

