Hi All,
My requirement is to call a popup while creating a followup order with 2 entries and need to call another view based on entry in view1.
1) I have created a custom component with 2 views .
2) by using component usage I have called first view (znew_comp\view1 ) and it was triggered successfully in a standard(BT!!6H_SRVO) component based on some value.
lv_popup = comp_controller->window_manager->create_popup(
iv_interface_view_name = 'ZNEW_COMP/MainWindow'
iv_usage_name = 'ZCUSNEW'
iv_title = lv_title ).
( have not used BTFOLLOWP component ) .
3 ) created a navigation link between from view1 to view2 by creating inbound and outbound plugs.
4) in EH_ONSELECT method trying call view2 by using below syntax
view_manager->navigate(
source_rep_view = rep_view
outbound_plug = 'tonew' ).
5) when I am executing individually i.e.. executing component separately it is working fine .
6) when I am trying to use in (BT11RH_SRV0) it is not calling the second popup.
Please suggest did I miss any thing
Thanks & Regards,
Krishna