cancel
Showing results for 
Search instead for 
Did you mean: 

Call standard search help (standard view for employee responsible)

former_member452749
Participant
0 Kudos

Hi to everyone,

i added a new custom field on INBOX search criteria and this field works correctly.

This new field is a partner (Employee Responsible) , and i need to add the standard search help like that called from employee responsible field on CSR detail page.

How can i do this? Have i to create an outbound plag?

Thanks in advance.

Dario.

Accepted Solutions (1)

Accepted Solutions (1)

kavindra_joshi
Active Contributor
0 Kudos

Yes you have to create an outbound plug where you would put your logic to launch the employee responsible.( I hope you know the standard employee responsible search help).

And in the GET_V_<attr_name> , you have to write the following code


CREATE OBJECT rv_valuehelp_descriptor
    TYPE
      cl_bsp_wd_valuehelp_navdescr
    EXPORTING
      iv_outbound_plug             = 'OP_<attr_name>'.

Regards

Kavindra

Answers (0)