Quantcast
Channel: SCN : Document List - ABAP Development
Viewing all articles
Browse latest Browse all 935

Organizational Structure in a Tree Structure!

$
0
0

Function Module to display the organizational structure in a tree structure.

 

CALL FUNCTION 'RH_ORG_STRUCTURE_SHOW'
       EXPORTING
         act_plvar                    = '01'
         act_otype                   = 'O'
         act_objid                   
'50000001''
         act_begda                  = sy-datum
         act_endda                  = '99991231'
       EXCEPTIONS
         org_unit_not_valid       = 1
         plvar_not_found          = 2
         wegid_not_found        = 3
         structure_error           = 4
         OTHERS                   = 5.
     IF sy-subrc <> 0.
       EXIT.
     ENDIF.

 



Viewing all articles
Browse latest Browse all 935

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>