Hi All
I am developing a FPM Webdynpro ABAP application using FPM_OIF_COMPONENT componenet.
In that I have used different webdynpro components FPM_FORM_UIBB and FPM_LIST_UIBB_ATS
I have used a Feeder class where the interfaces GUIBB_FORM and GUIBB_LIST are added.
My question is , in the fedder class, there are different process_event method for each GUIBB,
My requirement is to capture data from both the GUIBB and pass it to another workflow. So I want to write the code in one process_event for two different GUIBB. How is this possible ?
regards
Anup