<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057491#M90830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
Effect: draws a box of the specified size at the specified position.
Parameters: For each parameter (XPOS, YPOS, WIDTH, HEIGHT and FRAME), both a measurement and a unit of measure must be specified. The INTENSITY parameter should be entered as a percentage between 0 and 100.
· XPOS, YPOS: Upper left corner of the box, relative to the values of the POSITION command.
Default: Values specified in the POSITION command.
The following calculation is performed internally to determine the absolute output position of a box on the page:
X(abs) = XORIGIN + XPOS
Y(abs) = YORIGIN + YPOS
· WIDTH: Width of the box.
Default: WIDTH value of the SIZE command.
· HEIGHT: Height of the box.
Default: HEIGHT value of the SIZE command.
· FRAME: Thickness of frame.
Default: 0 (no frame).
· INTENSITY: Grayscale of box contents as %.
Default: 100 (full black)
Measurements: Decimal numbers must be specified as literal values (like ABAP/4 numeric constants) by being enclosed in inverted commas. The period should be used as the decimal point character. See also the examples listed below.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2005 07:09:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-22T07:09:31Z</dc:date>
    <item>
      <title>SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057489#M90828</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 sapscript,i need to put in a window&lt;/P&gt;&lt;P&gt;like a small box with shading black and inside the box i need to write title like "address" in white color&lt;/P&gt;&lt;P&gt;If it is smartforms then we define in style ,the color,shading etc but how in sapscript&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl reply imm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 07:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057489#M90828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T07:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057490#M90829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using INTESITY option  you can do that..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 07:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057490#M90829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T07:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057491#M90830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;/: BOX [XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
Effect: draws a box of the specified size at the specified position.
Parameters: For each parameter (XPOS, YPOS, WIDTH, HEIGHT and FRAME), both a measurement and a unit of measure must be specified. The INTENSITY parameter should be entered as a percentage between 0 and 100.
· XPOS, YPOS: Upper left corner of the box, relative to the values of the POSITION command.
Default: Values specified in the POSITION command.
The following calculation is performed internally to determine the absolute output position of a box on the page:
X(abs) = XORIGIN + XPOS
Y(abs) = YORIGIN + YPOS
· WIDTH: Width of the box.
Default: WIDTH value of the SIZE command.
· HEIGHT: Height of the box.
Default: HEIGHT value of the SIZE command.
· FRAME: Thickness of frame.
Default: 0 (no frame).
· INTENSITY: Grayscale of box contents as %.
Default: 100 (full black)
Measurements: Decimal numbers must be specified as literal values (like ABAP/4 numeric constants) by being enclosed in inverted commas. The period should be used as the decimal point character. See also the examples listed below.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 07:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057491#M90830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T07:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057492#M90831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Look at the sample commands..........&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '3.8'CM WIDTH '25.4'CM HEIGHT '0.85'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '5.5'CM WIDTH '25.4'CM HEIGHT '0.85'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '7.2'CM WIDTH '25.4'CM HEIGHT '0.85'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '8.9'CM WIDTH '25.4'CM HEIGHT '0.85'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '10.6'CM WIDTH '25.4'CM HEIGHT '0.85'CM FRAME 0 TW INTENSITY 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you can play like any thing inside the window.&lt;/P&gt;&lt;P&gt;By increasing INTENSITY 8 This no if you increase the darkness will increase.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Deepak333 k&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 07:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057492#M90831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T07:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057493#M90832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I am able to draw a box with shading black &lt;/P&gt;&lt;P&gt;But I need to write some title inside the black box and the title will be white color (then only i will be visible in black box)&lt;/P&gt;&lt;P&gt;Pl relpy imm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 07:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057493#M90832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T07:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057494#M90833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reduce the intesnity little , so that you can see the title in side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but other way i m not sure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 07:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057494#M90833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T07:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057495#M90834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Look at the following example..........&lt;/P&gt;&lt;P&gt;/:   BOX WIDTH '5.0' CM HEIGHT '0.7' CM  INTENSITY 13&lt;/P&gt;&lt;P&gt;/:   BOX YPOS '1.4' CM WIDTH '5.0' CM HEIGHT '0.7' CM  INTENSITY 13&lt;/P&gt;&lt;P&gt;/:   SET DATE MASK = 'DD-MMM-YY'&lt;/P&gt;&lt;P&gt;TX    Inv.No.   &amp;amp;VBDKR-VBELN&amp;amp;&lt;/P&gt;&lt;P&gt;AR&lt;/P&gt;&lt;P&gt;P1    &amp;lt;H&amp;gt;Page:&amp;lt;/&amp;gt;,,&amp;amp;PAGE&amp;amp;&lt;/P&gt;&lt;P&gt;AR&lt;/P&gt;&lt;P&gt;DT    &amp;lt;H&amp;gt;Date:&amp;lt;/&amp;gt;,,&amp;amp;VBDKR-FKDAT&amp;amp;&lt;/P&gt;&lt;P&gt;/:   SET DATE MASK = 'MM/DD/YY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in BOX INV NO will be displayed with INTESITY in Background.&lt;/P&gt;&lt;P&gt;This looks good.&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But as you think letters to be displayed in white with back ground intensity i think it is not possible in Script. not sure about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 08:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057495#M90834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T08:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057496#M90835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a graphic bmp file with black background and while text, and import it to your form using tcode SE78&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2005 08:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/1057496#M90835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-22T08:36:03Z</dc:date>
    </item>
  </channel>
</rss>

