상위 혹은 하위 조직 불러올수 있는 펑션

CALL FUNCTION 'HRCM_ORGSTRC_INFO_TABLE_GET'
    EXPORTING
      plvar          = '01'
      root_otype     = 'O '
      root_objid     = p_orgeh  "orgeh
      begda          = P_BEGDA
      endda          = P_BEGDA
      path_id        = 'B002'
      path_depth     = 0
    TABLES
      org_info_table = it_org_info_table
    EXCEPTIONS
      path_error     = 1
      root_error     = 2
      OTHER          = 3.

by saper | 2008/05/07 17:41 | Function | 트랙백 | 덧글(0)

트랙백 주소 : http://saper.egloos.com/tb/315370
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지 다음 페이지 ▶