Skip to Content
0
Former Member
Aug 08, 2016 at 05:03 AM

powl poppup besed on action

109 Views

Hi all , i ahve 2 popup

METHOD if_powl_feeder_ext~get_ui_peripherals.

DATA ls_ui_comp TYPE powl_namevalue_sty.

*

ls_ui_comp-value = 'ZAIN_SUBSTITUTE_MAINT'.

ls_ui_comp-key = 'POPUP_COMP' .

APPEND ls_ui_comp TO e_ui_comp.

ls_ui_comp-value = 'ZAIN_WDC_TASK'.

ls_ui_comp-key = 'POPUP_COMP' .

APPEND ls_ui_comp TO e_ui_comp.

ENDMETHOD.



but in action



IF i_actionid = 'ANNOUNCEMENT'.

* important: this triggers the event

e_portal_actions-fire_wdevent = abap_true.

e_portal_actions-launch_editor = abap_true.

ls_ui_comp-value = 'ZAIN_WDC_TASK'.

ls_ui_comp-key = 'POPUP_COMP' .

but i am getting only one 'ZAIN_SUBSTITUTE_MAINT'. even if i have given

'ZAIN_WDC_TASK'.

ls_ui_comp-key = 'POPUP_COMP' .

i wnat difrent difrennt popup besd on action