cancel
Showing results for 
Search instead for 
Did you mean: 

Employee Search

Former Member
0 Kudos

Hi Experts,

We have implemented three methods of employee search through Employee Number, User id and Phone number but I would like to add one more filed called Other Contact.

Can you please help me to how to add additional field.

Regards,

Umesh Sharma

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Umesh,

Hope following steps will help you.

1) First the runtime framework needs to be changed

2) Controller substitutes

3) copy the view into new

4) add the required fields for search in the BSP application(attributes field of the context node QUERY).

5)For the filtering of the search if the affected employee and the contact employee is input u2013

The method query_levels of class cl_pobj_level1

6)In case the affected/contact employee is filled the following needs to be imported from the SAP memory to this method

7)The query search results are stored in the table l_dynamic_query_string

8)fields to mapped to the BOL Root objects

Hope this helps - Well I am functional consultant and my knowldge on technical development is very limit and I tried my best to answer.

Thanks

R

Edited by: Ravi417888 on Oct 17, 2011 12:06 PM

Answers (0)