‎2009 Sep 04 11:36 AM
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
‎2009 Sep 04 12:01 PM
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á
‎2009 Sep 04 2:03 PM
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'
...........
‎2009 Sep 07 9:05 AM