on 2007 Jul 11 7:40 AM
hi everyone,
My requirement is when i pass child orgid i want to get parent orgid.
Is there is any funciton module ?
vry urgent,
regards
Stanley
Hello,
use the function module RH_STRUC_GET.
CALL FUNCTION 'RH_STRUC_GET'
EXPORTING
act_otype = 'O'
act_objid = p_objid
act_wegid = 'O-O'
act_plvar = p_plvar
act_begda = sy-datum
act_endda = sy-datum
TABLES
result_struc = p_struc
EXCEPTIONS
no_plvar_found = 1
no_entry_found = 2
OTHERS = 3.
Regards,
Krishna
Message was edited by:
Krishnakumar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
try Fms -
HRHAP_PREP_READ_ORG_STRUCTURE
HR_CE_FILL_ALV_ORG_STRUCTURE
HR_CE_FILL_EXT_ORG_STRUCTURE
<b>RH_MWBC_GET_OBJEC_STRUC</b>
RH_ORG_STRUCTURE_SHOW
RHPH_SHOW_ORG_STRUCTURE
For Org specific info for users,you can search in the HRP* tables.
<b>
Reward points</b>
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
MAy help u.
HRXSS_ORG_GET_SUPERIOR_LEVEL
Reward if useful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
29 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.