SE37,AUTH_CHECK_TCODE加斷點:
執行事務代碼,進入斷點,修改sy-subrc = 0,執行,就可以跳過權限檢查。
只給了事務代碼權限,沒有操作權限:
CL_SUID_TOOLS=================CM00B
SE38進入這個程序
if sy-subrc eq 0. "Auth check in cache. if ls_cache_auth_node-authorized ne 'X'. es_msg = ls_cache_auth_node-msg. endif. return. endif.
在這個位置加斷點,每次修改sy-subrc = 0.
ls_cache_auth_node-authorized = 'X'