<?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: DOI spreadsheet set_frame in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-spreadsheet-set-frame/m-p/950483#M65136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christiane!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've faced with the same problem and found the solution:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA typ TYPE i.
  FIELD-SYMBOLS &amp;lt;fs&amp;gt; TYPE x.

  ASSIGN typ TO &amp;lt;fs&amp;gt; CASTING.
  SET BIT 1 OF &amp;lt;fs&amp;gt; TO 1. "thickness
  SET BIT 2 OF &amp;lt;fs&amp;gt; TO 1. "thickness
  SET BIT 3 OF &amp;lt;fs&amp;gt; TO 0. "horizontal lines
  SET BIT 4 OF &amp;lt;fs&amp;gt; TO 1. "vertical lines
  SET BIT 5 OF &amp;lt;fs&amp;gt; TO 1. "right margin
  SET BIT 6 OF &amp;lt;fs&amp;gt; TO 1. "bottom margin
  SET BIT 7 OF &amp;lt;fs&amp;gt; TO 1. "top margin
  SET BIT 8 OF &amp;lt;fs&amp;gt; TO 1. "left margin
  typ = &amp;lt;fs&amp;gt;(1).

  CALL METHOD i_spreadsheet-&amp;gt;set_frame
    EXPORTING
      rangename = 'table2'
      typ       = typ
      color     = 13.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward it with points if it is helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Pavel Aleshko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2007 13:22:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-26T13:22:54Z</dc:date>
    <item>
      <title>DOI spreadsheet set_frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-spreadsheet-set-frame/m-p/950482#M65135</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;we´re working with the spreadsheet interface to display several entries in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for layout-reasons we want do draw vertical lines to separate the cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;method SET_FRAME has an parameter called TYP.&lt;/P&gt;&lt;P&gt;we tried several combinations to use it, with strange results. the doi-print-file was no help either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help,&lt;/P&gt;&lt;P&gt;christiane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 09:42:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doi-spreadsheet-set-frame/m-p/950482#M65135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-27T09:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: DOI spreadsheet set_frame</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doi-spreadsheet-set-frame/m-p/950483#M65136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Christiane!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've faced with the same problem and found the solution:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA typ TYPE i.
  FIELD-SYMBOLS &amp;lt;fs&amp;gt; TYPE x.

  ASSIGN typ TO &amp;lt;fs&amp;gt; CASTING.
  SET BIT 1 OF &amp;lt;fs&amp;gt; TO 1. "thickness
  SET BIT 2 OF &amp;lt;fs&amp;gt; TO 1. "thickness
  SET BIT 3 OF &amp;lt;fs&amp;gt; TO 0. "horizontal lines
  SET BIT 4 OF &amp;lt;fs&amp;gt; TO 1. "vertical lines
  SET BIT 5 OF &amp;lt;fs&amp;gt; TO 1. "right margin
  SET BIT 6 OF &amp;lt;fs&amp;gt; TO 1. "bottom margin
  SET BIT 7 OF &amp;lt;fs&amp;gt; TO 1. "top margin
  SET BIT 8 OF &amp;lt;fs&amp;gt; TO 1. "left margin
  typ = &amp;lt;fs&amp;gt;(1).

  CALL METHOD i_spreadsheet-&amp;gt;set_frame
    EXPORTING
      rangename = 'table2'
      typ       = typ
      color     = 13.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward it with points if it is helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Pavel Aleshko&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 13:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doi-spreadsheet-set-frame/m-p/950483#M65136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-26T13:22:54Z</dc:date>
    </item>
  </channel>
</rss>

