cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro Component (ABAP) Generation Limit Issue : Best Practices

rahul_koneru3
Explorer
0 Kudos

Hello All,

We have a complex Webdynpro Application that has 12 Views, Component Controller has upto 12 Usages, One of the views has 20+ Usages defined : Upto 6 ALVs. When we do a check on the component for Generation limits, it is showing a red indicator representing 1.8 MB.

What are the best practices to minimize the ABAP generation limit issues.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Rahul.

Refer following links

http://scn.sap.com/thread/1472212

http://scn.sap.com/thread/3223516

Hope it will help you.

Thanks

Katrice

Answers (2)

Answers (2)

rahul_koneru3
Explorer
0 Kudos

Thanks Katrice and Chandra.

Former Member
0 Kudos

Hello,

Just a simple thing for this redesign your component means check which node is not in use or make your code and view reusable . And Try to use Tabs in the view if its possible. 

Still if you required to add more view to complete your application but you can't add the view in the same component then in tht case make another component and use the feature component usage and make your nodes interface node and method interface method if its required. 

BR

Chandra....