cancel
Showing results for 
Search instead for 
Did you mean: 

how can i navigate via navigational link between views in different windows

britta_funk
Explorer
0 Kudos

hello

i am using CRM_UI and have opened a popup

gv_transcr_popup is a attribute referrring to if_bsp_wd_popup in my implementation class

gv_transcr_popup = comp_controller->window_manager->create_popup(

iv_interface_view_name = 'AIC_CM_TRANS/AssignTranspReq' "#EC NOTEXT

iv_usage_name = 'CUBAssignTransporReq' "#EC NOTEXT

iv_title = lv_title ).

  • get instance of BOL dynamic query

lo_qs = cl_crm_bol_dquery_service=>get_instance( 'BTQAIC_CM_TRANSPORTREQ').

gv_transcr_popup->set_on_close_event( iv_view = me iv_event_name = 'AssignTranspReq' ).

gv_transcr_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).

gv_transcr_popup->open( ).

through the iv_usage_name i will open in this popup a search view from another window

in this window is a searchview implemented and now after selecting the line in the result view in want to navigate through outbound plug / inbound plug to the starting view .

but i get the exception

Target view AIC_CM_TRANS/TransportReq of the navigation is not assigned to the current window AIC_CM_TRANS/AssignTranspReq ( which is true)

now the question: how can i navigate between views of different windows?

Best Regards

britta

Accepted Solutions (0)

Answers (1)

Answers (1)

britta_funk
Explorer
0 Kudos

hi

i have found a way : you have to use a outboungplug from the windows interface ..then it is working

best regards

britta