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'