<?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: boxes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392853#M190747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using uline and vline.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;    write: sy-vline. WRITE:/(95) sy-uline.&amp;lt;/b&amp;gt;, sy-vline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2006 06:28:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-10T06:28:21Z</dc:date>
    <item>
      <title>boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392852#M190746</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;how to make box in report(not alv)and how to fill the data in the box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392852#M190746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392853#M190747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using uline and vline.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;    write: sy-vline. WRITE:/(95) sy-uline.&amp;lt;/b&amp;gt;, sy-vline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392853#M190747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392854#M190748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just  draw  uing sy-uline( fro horizontal line) and sy-vline( for vertial line )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392854#M190748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392855#M190749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In Sap-script :&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;Measurements: You must specify decimal numbers as literal values (like ABAP numeric constants) by enclosing them in inverted commas. Use the period as the decimal point character. See also the examples listed below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Units of measurement: The following units of measurement may be used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TW (twip)&lt;/P&gt;&lt;P&gt;PT (point) &lt;/P&gt;&lt;P&gt;IN (inch) &lt;/P&gt;&lt;P&gt;MM (millimeter) &lt;/P&gt;&lt;P&gt;CM (centimeter) &lt;/P&gt;&lt;P&gt;LN (line) &lt;/P&gt;&lt;P&gt;CH (character). &lt;/P&gt;&lt;P&gt;The following conversion factors apply: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 TW = 1/20 PT &lt;/P&gt;&lt;P&gt;1 PT = 1/72 IN &lt;/P&gt;&lt;P&gt;1 IN = 2.54 CM &lt;/P&gt;&lt;P&gt;1 CM = 10 MM &lt;/P&gt;&lt;P&gt;1 CH = height of a character relative to the CPI specification in the form header &lt;/P&gt;&lt;P&gt;1 LN = height of a line relative to the LPI specification in the form header&lt;/P&gt;&lt;P&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;And to fill data adjust the tab positions of the fields according to box position.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392855#M190749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392856#M190750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        You cannot directly use any command in report to get a box but you can design box with the help of ABAP statment &amp;lt;b&amp;gt;SY-ULINE and SY-VLINE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ULINE&amp;lt;/b&amp;gt; will draw a horizontal line.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;VLINE&amp;lt;/b&amp;gt; will draw a vertical line with one piping symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to display content of internal table itab with a box format, use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ITAB[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;WRITE:/ULINE(80).&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE:/ SY-VLINE, 5 'MATERIAL NUMBER',SY-VILNE, 30 'PLANT', SY-VILNE, 50 'S-LOCATION',80 SY-VILNE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;WRITE:/ SY-VLINE, 5 ITAB-MATNR,SY-VILNE, 30 ITAB-WERKS, SY-VILNE, 50 ITAB-LGORT ,80 SY-VILNE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392856#M190750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392857#M190751</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 have to use. sy-uline and sy-vline to create box manully.&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;write:/ sy-uline(20).&lt;/P&gt;&lt;P&gt;write:/ sy-vline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wasim Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392857#M190751</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-07-10T06:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392858#M190752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the code.&lt;/P&gt;&lt;P&gt;         WRITE:/3 SY-ULINE(75).          &lt;/P&gt;&lt;P&gt;         WRITE:/3 SY-VLINE.&lt;/P&gt;&lt;P&gt;         WRITE: 10 'Description:',  25 I_OUT-MAKTX.&lt;/P&gt;&lt;P&gt;         WRITE:77 SY-VLINE.&lt;/P&gt;&lt;P&gt;         WRITE:/3 SY-ULINE(75).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: mukesh kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392858#M190752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: boxes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392859#M190753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want Boxex in normal report you have to write the coding using sy-uline,sy-vline with the positions to make it a box. &lt;/P&gt;&lt;P&gt;Check the transaction &amp;lt;b&amp;gt;LIBS&amp;lt;/b&amp;gt; , here you can see examples on normal lists..&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes/m-p/1392859#M190753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:39:22Z</dc:date>
    </item>
  </channel>
</rss>

