cancel
Showing results for 
Search instead for 
Did you mean: 

SAP webgui slow scrolling

former_member195791
Participant
0 Kudos

Overall,  transaction response time is good and has good usability.

But the scrolling up and down is quite slow. For few scrolls down, the hour glass is displayed. I am assuming this is because its trying to get the output data from SAP(?)

Is there a possible way to it scroll faster by maybe increasing the size of data that browser can retrieve from SAP?

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hello Juan,

Is this scrolling happening inside an ALV grid?

Regards,

Cris

former_member195791
Participant
0 Kudos

No. ALV grid  seems quite response.

it seem to be display of text.

ex)Transaction  FBL5n can be display the output  in Text and  ALV.

ALV works well. Each scroll down moves the screen ( no hour glass is display).

When I output in text  as shown on screenshot below .,  every scroll down causes the hourglass to appear  and it takes 1 to 2 seconds before  it scrolls a single line

former_member194364
Active Contributor
0 Kudos

Hello Jaun,

How does the transaction behave when called via the WEBGUI directly?

From the screenshot WEBGUI is been called via the NWBC service.

Can you also update the thread on your Kernel & Support pack levels.

See also as per attached KBA

2183990 - How to find Kernel and Basis SP level of a system

Regards,

Oisin

former_member195791
Participant
0 Kudos

Oisin

I am not sure what you mean by calling the WEBGUI directly.

I am currently using browser by :

htttps://server.port/sap/bc/ui2/nwbc

is there another way to call it?

SAP BASIS 740 SP 13

740 Kernel patch 323

Message was edited by: Oisin ONidh Remove screenshots as they show to much information.

former_member194364
Active Contributor
0 Kudos

Try the following.

Start transaction SICF

Open the corresponding tree nodes for the service you would like to test i.e webgui

> default host ->sap -> bc -> gui -> sap -> its -> webgui

Select 'Test service' from context menu of the service node{enteri.e: Right Click -> Test Service

This will launch the webgui service in the browser - from here logon to system again.

It should look like the following:

https://server.port/sap/bc/gui/sap/its/webgui?sap-client=000

Regards,

Oisin

former_member195791
Participant
0 Kudos

Oisin

weird. I replied to this message but never got posted.

anyhow, I have tested both IU2 and Webgui and they both act the same way as described above .

Is there maybe some sort of memory setting in the ICM to allow larger data buffers in the browser?

My assumption is that text results are not buffered therefore every scroll needs to get back to SAP and retrieve the data.

Also,

when i am on PR or MIGO, every time I click on one of the tabs , there is a noticeable delay(displays circular hour glass for each click). Its about 1 second slower.

can this be fixed? or its just inherent with HTML conversion rendering?

thanks

I am on kernel 7.42

former_member194364
Active Contributor
0 Kudos

Afraid no parameter available here in this scenario.

If data was been displaying in an ALV Grid - would have more influence.

See the note:2041946 - ALV Gridview Control: Scrolling on demand enabled by default

Reason for suggesting to test directly via WEBGUI was to see if NWBC Framework was having an effect here.

Your assumption re information not been buffered is correct

Chrome/Firefox browser may offer better performance.