<?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 Script  - shade in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842307#M44444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible with SAPScript. First of all, you should define a Character format, say "SH" for "shading", then go to pushbutton "Font" at the bottom of the screen. Then click "On"-radiobutton at "Underlined" row, and press the "Other attributes" pushbutton (you know, the one with an arrow pointing right). Here you should define the shading. I recommend you to populate "-0.50 LN" as spacing, "1.00 LN" as thickness, and "80%" as intensity, but you may change these parameters if you wish!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If it works, please let us know by rewarding this answer. Thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jan 2005 09:06:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-01-24T09:06:28Z</dc:date>
    <item>
      <title>Sap Script  - shade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842305#M44442</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've a question -&amp;gt; it is possible to shade a window or a text (but you've to know the position of the text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POSITION WINDOW                                  &lt;/P&gt;&lt;P&gt;POSITION XORIGIN '-0.5' CH YORIGIN '-0.25' LN    &lt;/P&gt;&lt;P&gt;SIZE WIDTH '+0.4' CH HEIGHT +1 LN                &lt;/P&gt;&lt;P&gt;BOX HEIGHT '1.7' LN INTENSITY 20                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it also possible to shade a textline without knowing the position of the print? for example: I've two positions: print postion 1 without a shade - position 2 with a shade (in window main).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2005 14:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842305#M44442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-21T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script  - shade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842306#M44443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It s easy to do it using smartforms and a loop ( not a table ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sapscript, You might try to use standard function like WRITE_FORM_LINES to calculate dynamically the box position for shading, it isn't difficult but you have to spend time ( use LN for unit of position ), think about it before begining .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my mind, i prefer the use of smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jan 2005 15:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842306#M44443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-22T15:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script  - shade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842307#M44444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johannes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible with SAPScript. First of all, you should define a Character format, say "SH" for "shading", then go to pushbutton "Font" at the bottom of the screen. Then click "On"-radiobutton at "Underlined" row, and press the "Other attributes" pushbutton (you know, the one with an arrow pointing right). Here you should define the shading. I recommend you to populate "-0.50 LN" as spacing, "1.00 LN" as thickness, and "80%" as intensity, but you may change these parameters if you wish!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps. BR,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If it works, please let us know by rewarding this answer. Thanx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2005 09:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842307#M44444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-24T09:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sap Script  - shade</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842308#M44445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi alvaro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perfect ... this was it &lt;STRONG&gt;g&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanx&lt;/P&gt;&lt;P&gt;johannes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2005 12:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-shade/m-p/842308#M44445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-25T12:58:54Z</dc:date>
    </item>
  </channel>
</rss>

