cancel
Showing results for 
Search instead for 
Did you mean: 

performance issues in Web Dynpro

0 Kudos

Hi friends,

How to resolve performance issues in Web Dynpro, session management and portal integration ?


Thanks in advance,

Abbas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mohammed,

Resolving the performance Issues:

1. Don't write the select queries in the Web dynpro component,Write in Assistance class.

2. Implement all the business logic in the Assistance class and get the data from assistance class

    to WDA component using the instance wd_assist and Bind to the UI elements.

Thanks & Regards

@Surendra@

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abbas,

Maybe you can find some hints on our wiki page:

Performance issues - Web Dynpro ABAP - SCN Wiki

Thanks,

Gabor

Szczerbowski
Active Participant
0 Kudos

You want to prevent issues, or fix existing ones?

For existing ones use SAT measurments to find the places of interest.

0 Kudos

want to prevent issues

Szczerbowski
Active Participant
0 Kudos

Then Surendra gave you some hints.