Hi Friends,
I have a FPM with a coupla of Mainviews, Subviews and UIBB's.
When I start the application, in componentcontroller of webdynpro component I use OVERRIDE_EVENT_OIF to add a new UIBB.
It works for the first time. It's proceeding GET_DEFAULT_CONFIG, GET_DEFINITION and GET_DATA.
Now I have a button and when I press this button I come to the OVERRIDE_EVENT_OIF again.
There I remove the UIBB with io_oif->REMOVE_UIBB and I add a new one with io_oif->ADD_UIBB and
the same parameters.
But this time it only passes the GET_DATA method and it does not pass the GET_DEFAULT_CONFIG, GET_DEFINITION methodes.
It seems there is still something left.
Is there a way to go through the methods GET_DEFAULT_CONFIG, GET_DEFINITION again?
Thanks for help.
Rg. Joerg