on ‎2005 Nov 10 9:21 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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'
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.