cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi

I want to know equivalent transaction code for AUT10 in SAP S/4 Hana. Can anybody throw light on this,please?

With Regards,

0 Likes
View Entire Topic
Sathya_Gunasekaran
Contributor
0 Likes

This is where the message AUT-a135 is raised. So check the table AUT_C_TABLOG

 SELECT COUNT(*) FROM aut_c_tablog
    INTO lv_db_entries.                                 "#EC CI_NOWHERE
  IF lv_db_entries > 0.
*   New audit trail fuctionality active, old audit trail
*   functionality can't be executed
    ev_new_audit_trail_in_use = abap_true.
    MESSAGE a135(aut).
    RETURN.
  ENDIF.