cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

AUT10 Transaction code-equivalent Transaction code

jaheer_hussain
Active Contributor
0 Likes
10,581

Hi

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

With Regards,

Accepted Solutions (0)

Answers (4)

Answers (4)

Dominik_Tylczynski
SAP Champion
SAP Champion

AUT10 is available in S/4HANA.

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

It should be clear when you just read the long text of AUT135 message:

Short Text

New audit trail function active, old audit trail not performed

Diagnosis

Your system already uses the new audit trail function.

System Response

The functions of the old audit trail can no longer be executed.

Procedure

Use the new functions, especially the following transactions:

  • S_AUT01 Audit Trail: Logging
  • S_AUT02 Audit Trail: Navigation Help
  • S_AUT03 Audit Trail: Display Configuration
  • S_AUT04 Audit Trail: Longtext Logs
  • S_AUT05 Audit Trail: Delete Longtext Log
  • S_AUT10 Audit Trail: Audit Trail Analysis For archiving longtext changes, use the new archiving object S_AUT _LTXT, instead of the existing archiving object ELR_LTXTS.

The message and the new audit trail log is not related to S/4HANA as such but more to Netweaver version and the audit trail version activated. It looks like your system is already running new audit trail functionality.

Best regards

Dominik Tylczynski

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.
jaheer_hussain
Active Contributor
0 Likes

When give AUt10,I am getting below message

New audit trail function active, old not performed