cancel
Showing results for 
Search instead for 
Did you mean: 

SAP GUI hangs up - tree control

Former Member
0 Kudos

Hi,

I have written an ABAP program to display a report in tree format. This tree(designed using SAPGUI tree control) has close to 75K nodes. When I exit from this application(report), the SAPGUI hangs up. It takes about 25-30 minutes to exit this report program.

Further analysis tells me that it is only the front end process and NOT the runtime of the program. I am using Windows.

I am not sure how much this forum is relevant to this problem. But, any inputs on the reason for a slow performing GUI is appreciated.

Thanks,

Hema

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

There are some known performance issues with older patchlevels, since you neither mention, what GUI version you use and which patchlevel I would just recommend updating to 7.20 and the latest patchlevel and try again.

If that doesn't help the only thing left is to decrease the amount of data being sent to the frontend.

Markus