User Tools

Site Tools


abap:autorisations

This is an old revision of the document!


Autorisations (ABAP)

authority check

  CALL FUNCTION 'AUTHORITY_CHECK_TCODE'
       EXPORTING
            tcode  = sy-tcode
       EXCEPTIONS
            ok     = 0
            not_ok = 2
            OTHERS = 3.
abap/autorisations.1361971836.txt.gz · Last modified: 2013/02/27 14:30 by ginko