cancel
Showing results for 
Search instead for 
Did you mean: 

How to reduce the internal memory consumption in webdynpro application?

Former Member
0 Kudos

Hi,

     Iam new to webdynpro abap,i want to know about internal memory consumption in webdynpro applications and how to reduce the memory consumption in webdynpro apps.

One thing i heard about memory inspector where  i found that how much memory is allocated and how much memory is used.But i want to know at which statement it is consuming excess internal memory and how reduce that?

Please provide suggestions.

Thanks and Regards,

Venkat M.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ,

To reduce the internal memory of the WDA write the business logic in the assistance class.

Don't write the select queries in the WDA component and dont write the error messages in directly in the WDA component instead create the text elements.

Don't create the more number of views and windows if you need to create the more views better to create the new WDA component and reuse these WDA component there.

Even the generation limits also we can view as shown below:

Navigation: webdynprocomponent->check->Generation limits

Thanks & Regards

@surendra@

0 Kudos

Hi Venkat...

Check out below links.

For memory analysis in WD:

Memory Analysis - Web Dynpro for ABAP - SAP Library

For high performance in WD:

High performance of Web dynpro ABAP - Contributor Corner [Read-only] - SCN Wiki