Skip to Content
0
Feb 16, 2010 at 09:26 AM

Compare different ways of customize Web Dynpro ABAP

63 Views

Hi all,

I'm new to WDA and now in a project upgrading to SRM7. When we want to customize the screen such as remove or disable an UI element, I found that there are four possible ways:

1. Enhancement Implementation of WDC - remove UI element

2. Component Configuration - set invisible of UI element

3. Class enhancement - insert Pre-exit or Post-exit of method to set UI element property visible to abap_false

4. Method enhancement - add coding in enhancement to set UI element property visible to abap_false

Can anyone compare above 4 approaches and what is the pros and cons? Thanks.

Regards,

Donald