Hello,
i implement the IF_FPM_GUIBB interface by a custom class but my redefined initialize is called only once per feeder class.
I have added 4 UIBB to the FPM, all with the same feeder class, but everyone with a different component configuration.
I read in this thread that the initialize method should be called for every UIBB.
Does this behaviour depend on the version of the sap system?
The problem i face is that i need the config id of each uibb to add it to the event data when we raise the event. As the initialize is called only once per feeder and not per uibb i don't get the information to address them later on again.
thanks in advance for any advices