2008년 06월 25일
상하위 조직 불러오는 펑션
DATA: lt_result_tab TYPE TABLE OF swhactor.
CALL FUNCTION 'RH_STRUC_GET'
EXPORTING
act_otype = 'O'
act_objid = '10000000'
act_wegid = 'B002' " 'O-O-P' 'A002' => V_T77AW 참조
act_begda = '20080101'
act_endda = '20080101'
act_tdepth = 0
act_tflag = 'X'
act_vflag = 'X'
authority_check = 'X'
TABLES
result_tab = lt_result_tab
EXCEPTIONS
no_plvar_found = 1
no_entry_found = 2
OTHERS = 3.
CALL FUNCTION 'RH_STRUC_GET'
EXPORTING
act_otype = 'O'
act_objid = '10000000'
act_wegid = 'B002' " 'O-O-P' 'A002' => V_T77AW 참조
act_begda = '20080101'
act_endda = '20080101'
act_tdepth = 0
act_tflag = 'X'
act_vflag = 'X'
authority_check = 'X'
TABLES
result_tab = lt_result_tab
EXCEPTIONS
no_plvar_found = 1
no_entry_found = 2
OTHERS = 3.
# by | 2008/06/25 00:47 | 트랙백 | 덧글(0)














☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]