Hi Experts!
I have simple FPM application which is based on FPM_OVP component. The configuration of OVP component contains only one content area, which includes one section with one FPM_LIST_UIBB. So, I want to call a popup window on if_fpm_guibb_list=>gc_guibb_list_on_cell_action event wich also will contain one FPM_LIST_UIBB and transmit entered data from current cell to the popup's LIST_UIBB.
This window should be created programmatically.
I found the method GENERATE_POPUP in /SCMTMS/CL_UI_CONTROLLER_CMN as an example. It seems that this method has functionality that I need. But it has an importing parameter with type of reference to IF_FPM_OVP.
So, the question is, how can I get the reference of my current instance of OVP component to call the generate_popup method?
O course, I'll be happy, if anybody knows alternative ways to programmatically generate new OVP popup window.