<?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: Sapscript  - Main window Frame in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131262#M111769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi murthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution has solved my problem. Thank you very much. &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;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2006 15:46:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-01T15:46:05Z</dc:date>
    <item>
      <title>Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131257#M111764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am designing a form.I have three main windows in this form. I have the following code in the text editor for thre windows. /: box frame 10 tw &lt;/P&gt;&lt;P&gt;when I check the layout of the form I can see the box only in the main window 00 but not in main window 01 and main window 02. Can anyone please help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131257#M111764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131258#M111765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to define you box command in all the windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:30:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131258#M111765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131259#M111766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I defined box command in the editor of all the main windows. Let me explain you my requirement more clearly.&lt;/P&gt;&lt;P&gt;I have an internal table itab with three fields connid,carrid and fldate. To print these three columns to the main window I am defining three main window for each column. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you understood my quoestion.&lt;/P&gt;&lt;P&gt;I think what I said above is not possible displaying three fields of table in three main window ssimultaneously. But please explain me how I can out frame for all three windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: varun sonu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131259#M111766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131260#M111767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that no need to create a window for each column.you can define Your X-coredinate to define Verical line or means to create a box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Code :&lt;/P&gt;&lt;P&gt;BOX YPOS '1.25' LN WIDTH '120' CH HEIGHT 4 LN FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '18.00' CH YPOS '1.25' LN WIDTH 0 CH HEIGHT '4.00' LN  FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '31.00' CH YPOS '1.25' LN WIDTH 0 CH HEIGHT '4.00' LN  FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '47.00' CH YPOS '1.25' LN WIDTH 0 CH HEIGHT '4.00' LN  FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '68.00' CH YPOS '1.25' LN WIDTH 0 CH HEIGHT '4.00' LN  FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Lanka Murthy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:37:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131260#M111767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131261#M111768</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;Please check my reply .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131261#M111768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131262#M111769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi murthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution has solved my problem. Thank you very much. &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;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131262#M111769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131263#M111770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;  No need to define them as 3 main windows,if you want the 3 fields to come only once.If you want the 3 fields to be printed 3 times in the same form like labels then what you did is right ie creating 3 main windows.&lt;/P&gt;&lt;P&gt;But seeing your problem,i guess you want to print the values of these fields in a window with lines horizontal &amp;amp; vertical like a table right??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131263#M111770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131264#M111771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you said is right. Though my problem is solved, still my quoestion is not answered.&lt;/P&gt;&lt;P&gt;How do I put a box frame for  all the three main windows&lt;/P&gt;&lt;P&gt;say If i am trying to print three times the values.&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;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131264#M111771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131265#M111772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same command for creating the table like structure in all the 3 window.for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15 &lt;/P&gt;&lt;P&gt;/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW &lt;/P&gt;&lt;P&gt;/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW &lt;/P&gt;&lt;P&gt;/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But check your window length &amp;amp; height &amp;amp; change them accordingly to your requiremnts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131265#M111772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T15:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131266#M111773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi varun,&lt;/P&gt;&lt;P&gt;Instead creating a new window. Please use "copy" option to create the window from your "MAIN WINDOW" then all the Box, text elements will be copied .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 16:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131266#M111773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T16:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript  - Main window Frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131267#M111774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have almost same issue as discribed in above messages.&lt;/P&gt;&lt;P&gt;In my case, I created two windows which has &lt;/P&gt;&lt;P&gt;/:     PROTECT&lt;/P&gt;&lt;P&gt;SG  &amp;amp;REGUP-BELNR&amp;amp;	&amp;amp;REGUP-XBLNR&amp;amp;	&amp;amp;REGUP-BLDAT&amp;amp;	&lt;/P&gt;&lt;P&gt;=     &amp;amp;REGUD- WRBTR&amp;amp;&amp;amp;W_WSKTO(16T)&amp;amp;&amp;amp;REGUD-WSKTO&amp;amp;&lt;/P&gt;&lt;P&gt;/:     ENDPROTET&lt;/P&gt;&lt;P&gt;in MAIN windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One MAIN(MAIN) is at the very top of the form and the other(MAIN01) is at the very buttom of the form.&lt;/P&gt;&lt;P&gt;In both of the MAIN's I wrote same logic. However, only the first MAIN window displays the value&lt;/P&gt;&lt;P&gt;and the other MAIN window displays blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea to display same value in both MAIN and MAIN01?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regard,&lt;/P&gt;&lt;P&gt;Masanobu Kubota&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 03:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-main-window-frame/m-p/1131267#M111774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T03:00:14Z</dc:date>
    </item>
  </channel>
</rss>

