Customizing Internal Functions by using VBA

Customizing Internal Functions by using VBA

Hi Guys, There are some dedicated functions for particular screens like 'Alarms', 'ETM', 'CEL' (etc) and they are known as internal functions. My wish is to customize their functionality to meet my requirements. For example, if in a CEL Screen, I wish that the 'Filter' Dialog (on pressing the Filter button) should open in a particular location on the screen. Can I edit/customize this internal function in VBA which opens this dialog? I performed an experiment on a filter function for Alarm screen. In the help, it stated that this function can be found under the class name 'MDIFunction' in VBA. When I opened this function in VBA Editor and changed its parameters and compiled the code, nothing happened to the Filter Dialog/Screen :confused: Am I not editing the right function or I am not doing it in the right way?

This is a migrated post! Originally posted on 15.03.2011 by user shikra. Please be aware that information can be outdated.