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