Hoping this is the correct area to ask this question.
I am working with implementing the Web Dynpro Abap component for Reminder of Dates. I see in the component configuration there are some filter values that can be set to display birthday or anniversaries. However, they don't appear to be respected by the actual component.
There is a global attribute on the component controller mv_disp_bd that should control whether or not birthdays are shown.
Within the GET_ROD method of the componenent_controller, there are two potential calls to the wd_assist->get_reminder_of_dates.
On the ONACTIONON_SELECT method for the MAIN view, mv_disp_bd gets reset regardless of what you have selected in the component configuration.
If I toggle in the component configuration to NOT display birthdates, This is not respected by the code.
Even though we are hiding birthdays, we are still showing anniversaries. Given that we are also still showing the tabbed view. Within GET_ROD of component controller wd_assist->get_reminder_of_dates is still called with mv_disp_bd instead of the value LS_FILTER_VALUES-DIS_BIRTHDAYS.
I was going to open an incident but was hoping to confirm that this is in fact an issue and I'm not just missing something.