cancel
Showing results for 
Search instead for 
Did you mean: 

how to navigate from BP_HEAD_SEARCH/MainSearchResult view to BP_EMPL OV

Former Member
0 Kudos

Hi All,

I want to provide button on result page of account advanced search page from here I want to navigate to employee create overview page.

1. I was created button create employee on the view : BP_HEAD_SEARCH/MainSearchResult component : BP_Head_search .

then I created event handler here I wrote a code in event handler method

OP_EMPCREATE( ).

Then I created outboundplug here is the code :

DATA : lr_window TYPE REF TO cl_bsp_wd_window.

lr_window = me->view_manager->get_window_controller( ).

lr_window->call_outbound_plug( iv_outbound_plug = 'EMPCREATE').

Then I created componen tusage : used component BP_EMPL

i am not able to get target view when creating navigation link before this can i need to create component interface or i need to add view under mail window of BP_HEAD_SEARCH component please guide me with sample code how to navigate from account search page to employee create over view page

Divya.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey Divya,

Did you create the Inbound Plug for the target view ?

Thanks,

Former Member
0 Kudos

HI,

under BP_EMPL/MainWindow we have inbound plugs they are IP_CREATE,IP_EMPLOYEE,IP_TOEMPLOYEECREATEEF is there we can use the IP_CREATE am i right ? why we need to create here once .