<?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>Question Re: Fixed Rows/Columns in Web Interfaces in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068968#M428024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search for the following source code piece:&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt; var ref = document.getElementById(idSrcTab + '-1-' + col.toString() + "-cell");&lt;/P&gt;&lt;P&gt;  while (ref){&lt;/P&gt;&lt;P&gt;    if (ref.className != c_lead_head) break;&lt;/P&gt;&lt;P&gt;    col = col + ref.colSpan; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    new_cell = ref.cloneNode(true);&lt;/P&gt;&lt;P&gt;    new_cell.style.width = ref.clientWidth;&lt;/P&gt;&lt;P&gt;    new_cell.style.height= ref.clientHeight;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    tabHdrLft.rows[0].appendChild(new_cell);&lt;/P&gt;&lt;P&gt;    ref = document.getElementById(idSrcTab + '-1-' + col.toString() + "-cell");    &lt;/P&gt;&lt;P&gt;  }  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  widthFrozen = ref.offsetLeft;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;If you need to add an additional data column the ref has to reference to the next cell. How to achive: before widthFrozen = ... insert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    col = col + ref.colSpan;&lt;/P&gt;&lt;P&gt;    ref = document.getElementById(idSrcTab + '-1-' + col.toString() + "-cell");    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Olaf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 09:08:55 GMT</pubDate>
    <dc:creator>olaf_fischer</dc:creator>
    <dc:date>2006-11-30T09:08:55Z</dc:date>
    <item>
      <title>Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaq-p/1068923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are implementing web based BPS-applications for different customers integrating the BPS interfaces into SAP Enterprise Portal. One of the main problems when using web interfaces is that you're not able to fix leading colums/rows in a way that the user only scrolls through the data cells of a layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a way to fix leading colums or rows in BPS-Web Interfaces (either using pure HTML or Excel web component)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTML: When using Web Interfaces I would suggest that you have to work with frames. Has anyone done this and can provide a code example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel OWC: Excel-based layouts work well with fixed rows/colums in SAP GUI. But as far as I know the Excel web component doesn't support this feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2005 09:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaq-p/1068923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-10T09:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068924#M427980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTML layouts do not provide this functionality. The best you can do is use styles to format them so they fit on screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel layout however can be set to fixed columns/rows. Make the change to the layout in BPS0. On the third screen of the layout builder, select "publish to web" (button above the layout).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;SAP NetWeaver RIG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2005 01:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068924#M427980</guid>
      <dc:creator>former_member93896</dc:creator>
      <dc:date>2005-11-12T01:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068925#M427981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have the same problem. Either the layout Key columns are to numerous or to big or the physical screen of the planners computer is too small. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;I mean It should be possible using javascript and the OWC to fix the layout! Is there any built in javascript/or not to fix the column view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yannick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2006 14:16:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068925#M427981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-21T14:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068926#M427982</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;Please check out the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html" target="test_blank"&gt;http://web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could help you to identify the HTML changes needed, to ge the scrolling. If it worked let me know. I am yet to use this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nataraj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 03:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068926#M427982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T03:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068927#M427983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nataraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please send the .csv file to this email-address: &lt;/P&gt;&lt;P&gt;yannick.sigwalt@de.bosch.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some trouble with the firewall &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yannick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 06:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068927#M427983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T06:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068928#M427984</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;Sent the files to you. If it worked let me know, I am in the process of finalizing this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nataraj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 09:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068928#M427984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T09:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068929#M427985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use freeze panes in the web interface.&lt;/P&gt;&lt;P&gt;You have to freeze panes (window - freeze pane) in the third screen of your planning layout in BPS0.&lt;/P&gt;&lt;P&gt;The freeze pane will then be active in the web if you use the office web component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your points if this helped you,&lt;/P&gt;&lt;P&gt;Filip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 21:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068929#M427985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T21:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068930#M427986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's an update on the topic. The SAP NetWeaver RIG is working on a how-to paper to address the issue. We are currently testing and will publish the paper shortly. I will make an announcement in this group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;P&gt;SAP NetWeaver RIG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2006 22:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068930#M427986</guid>
      <dc:creator>former_member93896</dc:creator>
      <dc:date>2006-02-13T22:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068931#M427987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like the topic of fixed rows/colums is quite interesting for a lot of BPS-applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We finaly came to the following solution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Modifying each web interface by using the freezepanes-method might work, but we wanted a flexible solution giving the user the opportunity to freeze whatever cell he likes.&lt;/P&gt;&lt;P&gt;2. So we decided to modify the template BPS uses to create new business server pages from web interface builder (BSP "SEM_UPWB"). We added two buttons: the first one freezes the cell the user selected, the second one removes the freeze.&lt;/P&gt;&lt;P&gt;3. Now whenever a new BSP is generated, the two buttons are added automaticaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the code we used for the modification:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;img onclick="javascript:layout_sheet.ActiveWindow.FreezePanes = true"&lt;/P&gt;&lt;P&gt;           title="Zeilen/Spalten fixieren"&lt;/P&gt;&lt;P&gt;           class="bpsBtnIcn"&lt;/P&gt;&lt;P&gt;           src="../PUBLIC/BC/Icons/s_brdins.gif"&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;img onclick="javascript:layout_sheet.ActiveWindow.FreezePanes = false"&lt;/P&gt;&lt;P&gt;           title="Fixierung aufheben"&lt;/P&gt;&lt;P&gt;           class="bpsBtnIcn"&lt;/P&gt;&lt;P&gt;           src="../PUBLIC/BC/Icons/s_brdout.gif"&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;!-- Ende Modifikation --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just insert the code into the Object "Layout2.htm" of BSP "SEM_UPWB" after line 492 ("...src="../PUBLIC/BC/Icons/s_f_ehlp.gif"&amp;gt;&amp;lt;%endif. %&amp;gt;") and activate the BSP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have problems adding the modification, contact me. I can also supply a short word document (only in german) describing the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2006 13:29:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068931#M427987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-20T13:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068932#M427988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten&lt;/P&gt;&lt;P&gt;   Did you het this done based on HTML or Excel component? If you can send the  detail information to sem_bps2000@yahoo.com, I would be veru much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2006 20:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068932#M427988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-21T20:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068933#M427989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simply GREAT &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;That was exactlky what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next step would be have the possibility to de/activate the functionality.. .just in case some user &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yannick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 07:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068933#M427989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068934#M427990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JW,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the described modification only works for web interfaces based on Microsoft Office Web Component (OWC). So you have to select Excel for all layouts in your web interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 08:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068934#M427990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-23T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068935#M427991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Mark mentioned I am working an a How to Paper for freezing pane (header and lead) which offers an almost footprintless solution - just include a style sheet section and one javascript section, that's all - no exit class etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What to to? &lt;/P&gt;&lt;P&gt;1. Insert a text component at the very beginning of the page and an other one at the very end (attribute html = true)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Insert the content of file freezeLayoutStyles.txt into the first text component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Insert the content of file freezeLayoutScript.txt into the second text component.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should be really all !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites:&lt;/P&gt;&lt;P&gt; - Internet Explorer&lt;/P&gt;&lt;P&gt; - New Design as of Release BW3.5 (using the SAPBEx styles)&lt;/P&gt;&lt;P&gt; - The front end PC should not be too old &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; - The text files are located at (for the next 100days):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapmats-de.sap-ag.de/download/download.cgi?id=KYWV2IXL9UWABTEI55GIPOF0ASQK7Z2FKBWN4URC5098ZU1NMC" target="test_blank"&gt;http://sapmats-de.sap-ag.de/download/download.cgi?id=KYWV2IXL9UWABTEI55GIPOF0ASQK7Z2FKBWN4URC5098ZU1NMC&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Olaf Fischer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 17:07:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068935#M427991</guid>
      <dc:creator>olaf_fischer</dc:creator>
      <dc:date>2006-02-23T17:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068936#M427992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olaf, thank you very much for posting a solution.  However, we tried it in our 3.5 BW-BPS system and could not get it to work.  Our web layout does NOT use the Excel web component -- it is strictly HTML.  After implementing your solution, all we see is a grey block where the layout should be.  We are using IE 6.0.  Any ideas what the problem might be?  Anybody else with success using this solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2006 19:17:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068936#M427992</guid>
      <dc:creator>tom_peng</dc:creator>
      <dc:date>2006-02-23T19:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068937#M427993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a test html page to the zip file that contains a simple example using the same techniques as the provided code for web interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this simple page first to check if your current browser installation supports the techniques used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the new link (valid for the next 100 days):&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapmats-de.sap-ag.de/download/download.cgi?id=SYACC77Q1K474W1ZZO1YKPB5FOX152005UN4IQI7IXPAKQNK03" target="test_blank"&gt;http://sapmats-de.sap-ag.de/download/download.cgi?id=SYACC77Q1K474W1ZZO1YKPB5FOX152005UN4IQI7IXPAKQNK03&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Olaf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2006 13:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068937#M427993</guid>
      <dc:creator>olaf_fischer</dc:creator>
      <dc:date>2006-02-24T13:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068938#M427994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olaf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice one...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a similar solution for locking columns/rows in the HTML web pages (using the relativity concept of cells), but these little javascripts are 'killing' the performance of the page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have noticed that installing your solution has the same 'bad performance' effect on the page. Do you know any tricks or concepts in order to improve page performance when using javascripts.....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Mar 2006 10:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068938#M427994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-02T10:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068939#M427995</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'm using BW 3.5 (Support Pk 11) and we seem to be having a similar problem to Thomas, in that the layouts are not appearing (or are appearing as grey blocks) after following Olaf's instructions.  When I load the test HTML page provided by Olaf this functionality works fine, so it can't be a browser problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried setting the layouts to ALV from BPS0 and also have played with the layout settings in BPS_WB, again no help there.  The web pages are using the new design.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the file 'freezelayoutscript' it is mentioned that this functionality requires additional style sheets to work.  I think this may be the problem, and if so what are they and how are they installed?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has any ideas, please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Marinos Tsiplakis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just realised the problem.  In BPS_WB, for the Page component the "Arrangement in Table Form" needs to be set to FALSE. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Mar 2006 07:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068939#M427995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-03T07:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068940#M427996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to all for the feedback about the scrolling solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hints about layouts invisibility:&lt;/P&gt;&lt;P&gt;The example contains a rule to automatically adjust the width of a layout according to the browser window. Unfortunatly this doesn't work in some cases (see post of Marino - arrangemant in table form) with a resulting width zero - nothing is shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To come around this insert the line '&amp;lt;i&amp;gt;divWidth = 800;&amp;lt;/i&amp;gt;' &lt;/P&gt;&lt;P&gt;directly after the comment '&amp;lt;i&amp;gt;// insert div section around the layout body and seperate footer table&amp;lt;/i&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other topic is about performance for larger layouts. I have some ideas and work on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Olaf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Mar 2006 08:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068940#M427996</guid>
      <dc:creator>olaf_fischer</dc:creator>
      <dc:date>2006-03-05T08:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068941#M427997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Olaf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your last post mentioned that you were going to work on 'performance issues' for the locking scenario.....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if you can't provide me with a solution, can you at least point me in the right direction to improve performance....? I will work on it myself (until you provide us mere earthlings with the ultimate solution to our problems)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 11:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068941#M427997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T11:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed Rows/Columns in Web Interfaces</title>
      <link>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068942#M427998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.  I have implemented this and I have 2 issues.  &lt;/P&gt;&lt;P&gt;1) when i go to the layout, it appears and it looks like it should work.  However my screen does not respond.  I cannot scroll or click any other buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) performance.  It takes a very long time for my layout to appear.  It is not a lot of data.  Only 15 or 20 lines by 20 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Michael Svolos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2006 19:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/fixed-rows-columns-in-web-interfaces/qaa-p/1068942#M427998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-07T19:04:55Z</dc:date>
    </item>
  </channel>
</rss>

