cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fixed Rows/Columns in Web Interfaces

Former Member
0 Likes
2,996

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.

Does anyone know of a way to fix leading colums or rows in BPS-Web Interfaces (either using pure HTML or Excel web component)?

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?

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.

Thorsten

View Entire Topic
Former Member
0 Likes

Hi all. I have implemented this and I have 2 issues.

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.

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.

M.

Message was edited by: Michael Svolos

Former Member
0 Likes

Hi Guys

I tried to implement the how to document for freezing the panes on the HTML layout but when I implemented the layout is not appearing. I am just seeing the blank space in place of layout. The functionality of having freeze panes in the web is very critical for us to have given the size of our layouts. So any help in this area is greatly appreciated.

Thanks,

Raj.

Former Member
0 Likes

Hi Raj,

This is from Olafs message above. It fixed the same issue for me.

Hints about layouts invisibility:

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.

To come around this insert the line 'divWidth = 800;'

directly after the comment '// insert div section around the layout body and seperate footer table'

Former Member
0 Likes

Thanks for your help.

We have applied the solution fo freeze panes on the web HTML layouts but the performance of the layout is very slow, please let me know if you have any suggustions for performance.

Thanks,

Raj.