cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing a Web Dynpro for Standard HR-Employee Search

Former Member
0 Kudos

I am trying to enhance Standard Component HRASR00_EMPLOYEE_SEARCH for HR Employee Search Form.

I want to add another field to the existing screen.i wanna add "Employee Phone Number" For Existing Screen.

where i have to add for that existing below attached screen short.Please guide me .

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184578
Active Contributor
0 Kudos

Hi,

By seeing the attachment it is clear that it is select options. So you have to add code to add the mobile number field.

enhance the WDDOINIT of the view and add the code

WD_THIS->M_HANDLER->ADD_SELECTION_FIELD( I_ID = 'S_TEL_NO' ...........

you may have to use post exit or over write the WDDOINIT code.

Check this article for reference Enhance Standard WDA

Hope this helps u.,

Thanks & Regards,

Kiran

former_member185241
Active Participant
0 Kudos

Hey Om,

It will help you, please follow the link

http://saptechnical.com/Tutorials/WebDynproABAP/Enhancements/Demo.htm

thanks

Abhi