cancel
Showing results for 
Search instead for 
Did you mean: 

Resource Qualification

Former Member
0 Kudos

Dear Experts,

Client has one requirement;

Whenerver we are creating Project Role with reference to Role Function, qualification search criteria should be automatic and with reference to Role function / type.

whether there is any assignment of role function with qualification search criteria.

Regards,

Pramod

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Pramod,

The is no reference of Role type & Qualification in std system.

You may try this work around method.

i) The Project Roles along with qualifications can be saved in Project Templates. The user should be restricted while creating New roles in Operational Projects, such that one can only include roles from templates which will have predefined qualifications. You will have to disable the create role button.

Or Else

ii) You may also make use of Badi DPR_RES_SEARCH, where you can code your logic that a particular role type is searched with predefined qualification criteria.

User method ENHANCE_RESOURCE_SEARCH (Customer defined search for resources), make use of parameters IT_SKILL_SELECTION (for qualification) & IS_GENERAL_SELECTION (for role type).

Regards

Sejo

Let me know if it helps!

Edited by: Sejo Srambikkal on May 22, 2009 6:10 AM