cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Abap Application for list employees of one manager?

Former Member
0 Kudos

Hi experts!

I'm trying to find a Web Dynpro Abap application that could show the list of employees of some manager, like the Web Dynpro Java application for MSS - Training Management.

In my search's i don't find any, and i want to take sure if there wasn't any Dynpro Abap before to create a new application.

Thanks & Best Regards,

Luís Bento

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

u may create a Function module to get the list of employees for one manager..

and then use this fm in the Service call of your web dynpro component.

Thanks

gayathri

Former Member
0 Kudos

Hi Gayathri,

I just have that scenario in my mind, and certainly it's the purpose that i need to implement. However i'm tried to use only standard applications, but maybe this case it's a exceptional case

Best Regards,

Luís Bento

PS: I give you some points for your answer

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Luis,

For displaying the employees under a manager you can use any select query and get the list of all employees by specifying the manager details in the where clause.

Hope this is useful.

Regards,

Deepthi.