<?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: how can we create table in main window in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552938#M581541</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;You can use the POSITION and SIZE commands to set default parmeters for a box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of:  &lt;/P&gt;&lt;P&gt;/: BOX XPOS '11.21' MM  YPOS '5.31' MM  HEIGHT '10' MM WIDTH '20' MM INTENSITY 10 FRAME 0 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '11.21' YORIGIN '5.31' MM &lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '2' MM WIDTH '76' MM &lt;/P&gt;&lt;P&gt;/: BOX  FRAME 10 TW INTENSITY 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be usefull if you gave several boxes that share the same parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to set the position realtively to the window use POSITION WINDOW &lt;/P&gt;&lt;P&gt;to set the position to the top/left start of the window. Then use POSITION  &lt;/P&gt;&lt;P&gt;to set the current position relatively to the start of the Window.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you uses "+" or "-" in the ORIGIN position to the set the position relatively. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION WINDOW &lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '&lt;EM&gt;5' MM  YORIGIN '&lt;/EM&gt;10' MM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the position is now 5 MM from the left and 10 MM from the top of the window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: After using the position command you can move the current position &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;realtively to the last used position &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '&lt;EM&gt;10' MM  YORIGIN '&lt;/EM&gt;20' MM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the position will be X = 15 and Y = 30 &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drawing a line. You can draw a line by setting the Height or Weidth to 0 &lt;/P&gt;&lt;P&gt;and add a frane. E.g. a horizontal line: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '0' MM WIDTH '200' MM &lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW XPOS '11.21' MM YPOS '14.81' MM INTENSITY 100 &lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2007 12:51:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-20T12:51:02Z</dc:date>
    <item>
      <title>how can we create table in main window in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552933#M581536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;experts &lt;/P&gt;&lt;P&gt;can u help me pzzzzzzzzzzzzz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 12:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552933#M581536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: how can we create table in main window in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552934#M581537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;by using the BOX statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 12:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552934#M581537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: how can we create table in main window in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552935#M581538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the BOX, POSITION, and SIZE commands for drawing boxes, lines, and shading to print particular windows within a form or passages of text within a window in a frame or with shading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY] &lt;/P&gt;&lt;P&gt;/: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE] &lt;/P&gt;&lt;P&gt;/: SIZE [WIDTH] [HEIGHT] [WINDOW] [PAGE]&lt;/P&gt;&lt;P&gt;BOX Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect: draws a box of the specified size at the specified position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT, and FRAME, you must specify both a measurement and a unit of measurement. Specify the INTENSITY parameter as a percentage between 0 and 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&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;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 12:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552935#M581538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: how can we create table in main window in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552936#M581539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See following link :&lt;/P&gt;&lt;P&gt;&lt;A href="http://expertanswercenter.techtarget.com/eac/knowledgebaseCategory/0,295197,sid63_tax296859_idx0_off50,00.html" target="test_blank"&gt;http://expertanswercenter.techtarget.com/eac/knowledgebaseCategory/0,295197,sid63_tax296859_idx0_off50,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Srikanta Gope&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 12:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552936#M581539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: how can we create table in main window in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552937#M581540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY] &lt;/P&gt;&lt;P&gt;/: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE] &lt;/P&gt;&lt;P&gt;/: SIZE [WIDTH] [HEIGHT] [WINDOW] [PAGE]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOX Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect: draws a box of the specified size at the specified position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT, and FRAME, you must specify both a measurement and a unit of measurement. Specify the INTENSITY parameter as a percentage between 0 and 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XPOS, YPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upper left corner of the box, relative to the values of the POSITION command. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default: Values specified in the POSITION command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following calculation is performed internally to determine the absolute output position of a box on the page: &lt;/P&gt;&lt;P&gt;X(abs) = XORIGIN + XPOS &lt;/P&gt;&lt;P&gt;Y(abs) = YORIGIN + YPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIDTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Width of the box. Default: WIDTH value of the SIZE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEIGHT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Height of the box. Default: HEIGHT value of the SIZE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FRAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thickness of frame.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default: 0 (no frame).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTENSITY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grayscale of box contents as %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default: 100 (full black)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Draws a frame around the current window with a frame thickness of 10 TW (= 0.5 PT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX INTENSITY 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fills the window background with shading having a gray scale of 10 %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX HEIGHT 0 TW FRAME 10 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Draws a horizontal line across the complete top edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH 0 TW FRAME 10 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Draws a vertical line along the complete height of the left hand edge of the window.&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;Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Fri, 20 Jul 2007 12:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552937#M581540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: how can we create table in main window in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552938#M581541</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;You can use the POSITION and SIZE commands to set default parmeters for a box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of:  &lt;/P&gt;&lt;P&gt;/: BOX XPOS '11.21' MM  YPOS '5.31' MM  HEIGHT '10' MM WIDTH '20' MM INTENSITY 10 FRAME 0 TW &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '11.21' YORIGIN '5.31' MM &lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '2' MM WIDTH '76' MM &lt;/P&gt;&lt;P&gt;/: BOX  FRAME 10 TW INTENSITY 10 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be usefull if you gave several boxes that share the same parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to set the position realtively to the window use POSITION WINDOW &lt;/P&gt;&lt;P&gt;to set the position to the top/left start of the window. Then use POSITION  &lt;/P&gt;&lt;P&gt;to set the current position relatively to the start of the Window.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you uses "+" or "-" in the ORIGIN position to the set the position relatively. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION WINDOW &lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '&lt;EM&gt;5' MM  YORIGIN '&lt;/EM&gt;10' MM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the position is now 5 MM from the left and 10 MM from the top of the window &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: After using the position command you can move the current position &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;realtively to the last used position &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: POSITION XORIGIN '&lt;EM&gt;10' MM  YORIGIN '&lt;/EM&gt;20' MM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the position will be X = 15 and Y = 30 &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drawing a line. You can draw a line by setting the Height or Weidth to 0 &lt;/P&gt;&lt;P&gt;and add a frane. E.g. a horizontal line: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: SIZE HEIGHT '0' MM WIDTH '200' MM &lt;/P&gt;&lt;P&gt;/: BOX FRAME 10 TW XPOS '11.21' MM YPOS '14.81' MM INTENSITY 100 &lt;/P&gt;&lt;P&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 12:51:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-table-in-main-window-in-scripts/m-p/2552938#M581541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:51:02Z</dc:date>
    </item>
  </channel>
</rss>

