Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HR + Matchcode

Former Member
0 Likes
608

Hi,

I have to create a match code in a selection screen to select a group of employees (Object P) per Organizational Unit (Object O).

Could you tell me witch FM can achieve that ?

Best regards

3 REPLIES 3
Read only

Former Member
0 Likes
526

Hi!

If I understand you correctly, you have to create a new, specialized search help.

For this you have to use search help exit. Check out the followinf example function module F4IF_SHLP_EXIT_EXAMPLE.

Copy it to a Z-one with SE37 transaction, and attach it to your search help in SE11 transaction.

Regards

Tamá

Read only

Former Member
0 Likes
526

Hi,

Thanks for your replies.

In fact i am looking for a function module like a standard serch help RH_OBJID_REQUEST to use it in the code (see below).

But this FM is not what i want exactly, i am lookin for another one witch can allow me to select an organizational unit and inside this organizationel unit, i can select a group of employees. (hierarchical search help)

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_objet-low.

CALL FUNCTION 'RH_OBJID_REQUEST'

EXPORTING

plvar = '01'

otype = 'P'

...........

Read only

Former Member
0 Likes
526

it's solved, i have just used a logical database PNPCE